aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
Commit message (Expand)AuthorAge
...
* Add tor_realloc to mirror tor_mallocNick Mathewson2003-10-14
* some early bugfixesRoger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson2003-10-01
* more cleanup and rearrangingRoger Dingledine2003-09-29
* shift read_file_to_str() into util.cRoger Dingledine2003-09-28
* Refactor common file code into util.c; add published to descriptorsNick Mathewson2003-09-26
* fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine2003-09-14
* implemented cpuworkersRoger Dingledine2003-08-20
* Tor now builds on win32.Nick Mathewson2003-08-14
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Make windows happier stillNick Mathewson2003-08-12
* Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson2003-08-12
* Add abstraction for fork vs thread.Nick Mathewson2003-08-12
* unbork windows line endingsNick Mathewson2003-08-12
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* replace malloc with tor_malloc; remove broken/unused crypto_pk_set_keyRoger Dingledine2003-05-20
* Factor out timeval-related functions.Nick Mathewson2003-04-16