aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
* Check in a working cross-platform timegmNick Mathewson2003-11-10
* bugfix for win32 with lots of usersRoger Dingledine2003-10-27
* Use daemon(3) function where available.Nick Mathewson2003-10-23
* switch_id() no longer tries to log the user name when it's calld onSteven Hazel2003-10-22
* - fixed a bug in the id switching code -- setgid has to happen beforeSteven Hazel2003-10-22
* include our own timegm() impl, since it's not portableRoger Dingledine2003-10-20
* we've been stomping on memory while reading configRoger Dingledine2003-10-18
* rewrite close_logs so it could possibly workRoger Dingledine2003-10-18
* Build without warnings on OS X.Nick Mathewson2003-10-15
* Add tor_realloc to mirror tor_mallocNick Mathewson2003-10-14
* change WARNING to WARNRoger Dingledine2003-10-10
* some early bugfixesRoger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* clean some includesRoger Dingledine2003-10-04
* Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson2003-10-01
* bugfixes and features: closer to making dirserv workRoger Dingledine2003-09-29
* more cleanup and rearrangingRoger Dingledine2003-09-29
* shift read_file_to_str() into util.cRoger Dingledine2003-09-28
* finish enforcing the log conventionRoger Dingledine2003-09-26
* make writing descs workRoger Dingledine2003-09-26
* 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
* Stop trying to #include the world in util.cNick 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
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* fix typos, streamlineRoger Dingledine2003-06-18
* Change many files to new log_fn formatNick Mathewson2003-06-17
* replace malloc with tor_malloc; remove broken/unused crypto_pk_set_keyRoger Dingledine2003-05-20
* Apply algebra; remove a conditionNick Mathewson2003-04-17
* tv_udiff: do not modify arguments, and compute results correctly.Nick Mathewson2003-04-17
* more cleanupRoger Dingledine2003-04-16
* Factor out timeval-related functions.Nick Mathewson2003-04-16