summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-05On sighup, if usehelpernodes changed to 1, use new circuits.Nick Mathewson
2005-10-05call circuit_expire_all_dirty_circs() on do_hup().Roger Dingledine
2005-10-05I *knew* something was wrong here. Flip some comparison operators and make d...Nick Mathewson
2005-10-05Downgrade too-frequent "nothing happened" message from info to debugNick Mathewson
2005-10-05infrastructure for the 'change pseudonym' button.Roger Dingledine
2005-10-05Make windows platform detection smarter. {Untested.}Nick Mathewson
2005-10-05improve INFO-level logging for directory downloads. This is still too chatty...Nick Mathewson
2005-10-05we forgot to forward-port the 0.1.0.15 changelogRoger Dingledine
2005-10-05replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson
2005-10-05size_t int printf muckingRoger Dingledine
2005-10-05Note the two places where clients will still try to fetch old-style (v1) dire...Nick Mathewson
2005-10-05reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson
2005-10-05stutter therapy lessonsRoger Dingledine
2005-10-05Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson
2005-10-05resolve some directory-related XXXXs; downgrade naming conflict messages from...Nick Mathewson
2005-10-05Downgrade noisy log messages in preparation for an alpha release.Nick Mathewson
2005-10-05Give a less frequent and more helpful warning on failed serverdesc downloadsNick Mathewson
2005-10-04When we get an EOF or a timeout on a directory connection, note how many byte...Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-10-04link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson
2005-10-04cosmetic fix: only have one local to hold smartlist_len(downloadable), not too.Nick Mathewson
2005-10-04switch semantics of authdirinvalid/rejectNick Mathewson
2005-10-04comment cleanupsRoger Dingledine
2005-10-03free EVP cipher information on shutdown to remove some spurious dmalloc compl...Nick Mathewson
2005-10-03Stop leaking storage for EVP keys. (This would be a critical bug if it had ev...Nick Mathewson
2005-10-03Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson
2005-09-30free helper node status info on shutdownNick Mathewson
2005-09-30remove a never-used smartlist in routerlist.cNick Mathewson
2005-09-30and another leak.Nick Mathewson
2005-09-30by convention, addr is a uint32_t and address is a string.Roger Dingledine
2005-09-30Fix a leak when launching listeners.Nick Mathewson
2005-09-30Try to hunt down a few more leaksNick Mathewson
2005-09-30Stop leaking or_state_t on shutdown.Nick Mathewson
2005-09-30fix a small filename leakNick Mathewson
2005-09-30fix a memory leak on exit in routerlist.cNick Mathewson
2005-09-30Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson
2005-09-30Note a couple more dir-spec TODOsNick Mathewson
2005-09-30Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson
2005-09-30we were leaking some memory every time the client changes IPsRoger Dingledine
2005-09-30Hey kids, guess why connection_mark_for_close() started giving an assert when...Nick Mathewson
2005-09-30resolve nick's commentRoger Dingledine
2005-09-30even better function start checks; give dmalloc a chance of working.Nick Mathewson
2005-09-30Note that there is incorrect behavior in directory.c code. Arma, please chec...Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-30Make checkSpace.pl enforce our ctags-friendly function declaration rulesNick Mathewson
2005-09-30add extra warnings to our set of disabled warningsNick Mathewson
2005-09-30resolve a docdocRoger Dingledine
2005-09-30some more todo item, plus mark one off.Roger Dingledine
2005-09-29do the other half of dirport reachability testing.Roger Dingledine
2005-09-29better cleanups as i figure out what's going onRoger Dingledine