summaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-29some cosmetic fixesRoger Dingledine
2004-04-28Oops -- the Windows function is closesocket, not socketcloseNick Mathewson
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
2004-04-28Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson
2004-04-28nick, is this what you meant?Roger Dingledine
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
2004-04-25Add a tor_assert macro that logs failed assertions.Nick Mathewson
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-06router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-06Remove the last tab in non-contributed codeNick Mathewson
2004-04-03Make it build on linuxNick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson
2004-04-03Hide smartlist internalsNick Mathewson
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-02Implement rennd_services_initNick Mathewson
2004-03-31Parse and generate service descriptorsNick Mathewson
2004-03-30Make smartlist Do What Arma Expects.Nick Mathewson
2004-03-30Remove maximum-size field from smartlistsNick Mathewson
2004-03-30Make smartlists start small and grow as needed.Nick Mathewson
2004-03-21Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson
2004-03-21Add macros and functions to wrap memcpy/alignment logic.Nick Mathewson
2004-03-20Add initial history-tracking backend code for reputation module. Not called o...Nick Mathewson
2004-03-19Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson
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