summaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2004-03-17Include strlcpy and strlcat where not available, so our string ops can be les...Nick Mathewson
2004-03-14teach us to recognize internal IPsRoger Dingledine
2004-03-11Make all the other read/writes into recv/sends, except when they shouldn't be.Nick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-02-28bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine
2004-01-03Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-12-14make it compileRoger Dingledine
2003-12-14extend smartlist with _remove() and _subtract()Roger Dingledine
2003-12-13extend smartlist with a few smarter operationsRoger Dingledine
2003-12-13add a 'smartlist' building block that picks random elements from a listRoger Dingledine
2003-12-08Make router/directory parsing nondestructive and more const-friendlyNick Mathewson
2003-11-18add a tor_malloc_zero wrapper: tor_malloc and memset 0Roger Dingledine
2003-11-12break out the string manipulation routinesRoger Dingledine
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