aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* update conn_state_to_stringRoger Dingledine2004-11-24
* a little help for dfc to debug his "resolve 800 things at once" testRoger Dingledine2004-11-24
* avoid infinite loop in tor-resolve if tor hangs up on itRoger Dingledine2004-11-24
* don't process marked-for-close conns further.Roger Dingledine2004-11-24
* make tor-resolve work, uh, more. this time for sure!Roger Dingledine2004-11-24
* make tor-resolve work againRoger Dingledine2004-11-24
* bugfix: let socks do multiple rounds of negotiation againRoger Dingledine2004-11-24
* patch to nick's patchRoger Dingledine2004-11-24
* make nt service version match actual versionNick Mathewson2004-11-24
* bump windows version stuff to 009rc2Nick Mathewson2004-11-24
* Better notice for hibernate interval spans; when estimate is 0, start out awake.Nick Mathewson2004-11-23
* Bugfix: when no units are given, default to seconds or bytes.Nick Mathewson2004-11-23
* another slightly less confusing messageRoger Dingledine2004-11-23
* less confusing message upon hibernationRoger Dingledine2004-11-23
* fail more gracefully next timeRoger Dingledine2004-11-23
* initialize rephist before we init_from_config, since init_from_configRoger Dingledine2004-11-23
* update unit tests to reflect changed interfaceRoger Dingledine2004-11-23
* fix some typos; move to 0.0.9rc1Roger Dingledine2004-11-23
* Dr. Seuss on iterating circular lists: "It's fun to have fun, but youNick Mathewson2004-11-23
* Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...Nick Mathewson2004-11-23
* Clean up some logging and interfacesNick Mathewson2004-11-23
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* Fix sign-related warningsNick Mathewson2004-11-22
* Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson2004-11-22
* Normalize spaceNick Mathewson2004-11-22
* Apply NT service patch from Osamu Fujino. This still has some problems (indi...Nick Mathewson2004-11-22
* Implement weekly/monthly/daily accountingNick Mathewson2004-11-22
* Add function to format local time in ISO formatNick Mathewson2004-11-22
* Absolutely never call close_temp_logs while validating log options.Nick Mathewson2004-11-22
* The crowning bugfix.Roger Dingledine2004-11-21
* clean up some more.Roger Dingledine2004-11-21
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
* some more debugging aidsRoger Dingledine2004-11-21
* be more greedy about filling up all relay cells.Roger Dingledine2004-11-21
* Dont keep rephist info for routers that havent had activity for 24 hours.Nick Mathewson2004-11-21
* fix typoNick Mathewson2004-11-21
* Call init_keys() where needed; fix hibernate bug.Nick Mathewson2004-11-21
* Bump windows versionNick Mathewson2004-11-21
* allow StrictEntryNode and StrictExitNode to be singularRoger Dingledine2004-11-20
* stop some more seg faultsRoger Dingledine2004-11-20
* if your requested exit node has bandwidth 0, pick it anywayRoger Dingledine2004-11-20
* and a comment so i don't try to 'fix' it again laterRoger Dingledine2004-11-20
* yes, in fact, i broke it. putting back.Roger Dingledine2004-11-20
* printfs want carriage returnsRoger Dingledine2004-11-20
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
* simplify close_temp_logs()Roger Dingledine2004-11-20
* remove another possible sigpipe causeRoger Dingledine2004-11-20
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson2004-11-20
* bugfix: when our poll is interrupted, we believed the revents values.Roger Dingledine2004-11-17
* add a TODO item and some comment changes.Nick Mathewson2004-11-16