aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
Commit message (Expand)AuthorAge
* bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine2004-02-28
* Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson2004-01-03
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
* make it compileRoger Dingledine2003-12-14
* extend smartlist with _remove() and _subtract()Roger Dingledine2003-12-14
* extend smartlist with a few smarter 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
* add a tor_malloc_zero wrapper: tor_malloc and memset 0Roger Dingledine2003-11-18
* break out the string manipulation routinesRoger Dingledine2003-11-12
* - fixed a bug in the id switching code -- setgid has to happen beforeSteven Hazel2003-10-22
* introduce new tor_free() macroRoger Dingledine2003-10-21
* include our own timegm() impl, since it's not portableRoger Dingledine2003-10-20
* 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