summaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2003-10-22- fixed a bug in the id switching code -- setgid has to happen beforeSteven Hazel
2003-10-21introduce new tor_free() macroRoger Dingledine
2003-10-20include our own timegm() impl, since it's not portableRoger Dingledine
2003-10-14Add tor_realloc to mirror tor_mallocNick Mathewson
2003-10-07some early bugfixesRoger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-01Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson
2003-09-29more cleanup and rearrangingRoger Dingledine
2003-09-28shift read_file_to_str() into util.cRoger Dingledine
2003-09-26Refactor common file code into util.c; add published to descriptorsNick Mathewson
2003-09-14fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine
2003-08-20implemented cpuworkersRoger Dingledine
2003-08-14Tor now builds on win32.Nick Mathewson
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Make windows happier stillNick Mathewson
2003-08-12Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson
2003-08-12Add abstraction for fork vs thread.Nick Mathewson
2003-08-12unbork windows line endingsNick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-05-20replace malloc with tor_malloc; remove broken/unused crypto_pk_set_keyRoger Dingledine
2003-04-16Factor out timeval-related functions.Nick Mathewson