aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
* bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine2004-02-28
* patch from vicman to publish less platform informationRoger Dingledine2004-02-18
* Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson2004-01-03
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
* Make compile warning-free on cygwinNick Mathewson2003-12-15
* make it compileRoger Dingledine2003-12-14
* extend smartlist with _remove() and _subtract()Roger Dingledine2003-12-14
* remove obsolete codeRoger Dingledine2003-12-14
* extend smartlist with a few smarter operationsRoger Dingledine2003-12-13
* minor tweaks to the smartlist operationsRoger Dingledine2003-12-13
* add a 'smartlist' building block that picks random elements from a listRoger Dingledine2003-12-13
* Make router/directory parsing nondestructive and more const-friendlyNick Mathewson2003-12-08
* Fix incorrect error messageNick Mathewson2003-11-21
* add a tor_malloc_zero wrapper: tor_malloc and memset 0Roger Dingledine2003-11-18
* fix trivial typoRoger Dingledine2003-11-13
* break out the string manipulation routinesRoger Dingledine2003-11-12
* 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