summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-25bump to 0.0.9rc3tor-0.0.9rc3Roger Dingledine
svn:r2984
2004-11-25Clarify a bunch of log messagesNick Mathewson
svn:r2983
2004-11-24New upstream release (candidate)debian-version-0.0.8+0.0.9rc2-1Peter Palfrader
svn:r2981
2004-11-24Flush the logfd after we print "Tor opening log file", so we don't see those ↵Peter Palfrader
messages days later svn:r2980
2004-11-24update conn_state_to_stringRoger Dingledine
svn:r2979
2004-11-24a little help for dfc to debug his "resolve 800 things at once" testRoger Dingledine
svn:r2978
2004-11-24avoid infinite loop in tor-resolve if tor hangs up on itRoger Dingledine
svn:r2977
2004-11-24tor-stress doesn't use gettimeofday anymore, and it's not portable,Roger Dingledine
so comment it out. svn:r2976
2004-11-24don't process marked-for-close conns further.Roger Dingledine
(fix assert trigger -- if we're lucky.) svn:r2975
2004-11-24make tor-resolve work, uh, more. this time for sure!Roger Dingledine
svn:r2974
2004-11-24make tor-resolve work againRoger Dingledine
svn:r2973
2004-11-24a changelog for rc2tor-0.0.9rc2Roger Dingledine
svn:r2971
2004-11-24bugfix: let socks do multiple rounds of negotiation againRoger Dingledine
(which is needed for socks5) svn:r2970
2004-11-24patch to nick's patchRoger Dingledine
svn:r2969
2004-11-24make nt service version match actual versionNick Mathewson
svn:r2968
2004-11-24bump windows version stuff to 009rc2Nick Mathewson
svn:r2967
2004-11-24Add a TODO itemNick Mathewson
svn:r2966
2004-11-23bump to rc2Roger Dingledine
svn:r2965
2004-11-23Document that times are in 24-hour format.Nick Mathewson
svn:r2964
2004-11-23Better notice for hibernate interval spans; when estimate is 0, start out awake.Nick Mathewson
svn:r2963
2004-11-23Use nick's patch against config. in the rc1 debian packagedebian-version-0.0.8+0.0.9rc1-1Peter Palfrader
svn:r2961
2004-11-23Bugfix: when no units are given, default to seconds or bytes.Nick Mathewson
svn:r2960
2004-11-23New upstream release (candidate)Peter Palfrader
svn:r2959
2004-11-23tweak changelogstor-0.0.9rc1Roger Dingledine
svn:r2957
2004-11-23another slightly less confusing messageRoger Dingledine
nick: we need to figure out if we should say anything different here when the wake-up time and the expected back-to-sleep time have both passed. svn:r2956
2004-11-23less confusing message upon hibernationRoger Dingledine
svn:r2955
2004-11-23fail more gracefully next timeRoger Dingledine
svn:r2954
2004-11-23initialize rephist before we init_from_config, since init_from_configRoger Dingledine
can make us init_keys if we're going to hibernate, which makes us build a router_desc. svn:r2953
2004-11-23update unit tests to reflect changed interfaceRoger Dingledine
svn:r2952
2004-11-23fix some typos; move to 0.0.9rc1Roger Dingledine
svn:r2951
2004-11-23add a changelog for rc1Roger Dingledine
svn:r2950
2004-11-23update todo some moreRoger Dingledine
svn:r2949
2004-11-23Dr. Seuss on iterating circular lists: "It's fun to have fun, but youNick Mathewson
have to know how." svn:r2948
2004-11-23Note TODO status; add a couple of items for post-rc1.Nick Mathewson
svn:r2947
2004-11-23Fix critical bug in circuit_list_path: cpath is a circular list! (Also ↵Nick Mathewson
reimplement circuit_log_cpath using circuit_list_cpath). svn:r2946
2004-11-23Clean up some logging and interfacesNick Mathewson
svn:r2945
2004-11-22Enhancements to whitespace borkage detectorNick Mathewson
svn:r2944
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
- func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943
2004-11-22Fix sign-related warningsNick Mathewson
svn:r2942
2004-11-22Compile cleanly on windows; prevent some insane bandwidth cases (e.g., ↵Nick Mathewson
"BandwidthBurst 1000 TB" from occuring. svn:r2941
2004-11-22Mark some TODO items doneNick Mathewson
svn:r2940
2004-11-22Normalize spaceNick Mathewson
svn:r2939
2004-11-22Apply NT service patch from Osamu Fujino. This still has some problems ↵Nick Mathewson
(indicated in a comment adapted from the patch submission email), but it is better than before and better than nothing. svn:r2938
2004-11-22Document changed options; tweak formatting slightlyNick Mathewson
svn:r2937
2004-11-22Implement weekly/monthly/daily accountingNick Mathewson
svn:r2936
2004-11-22Add function to format local time in ISO formatNick Mathewson
svn:r2935
2004-11-22Absolutely never call close_temp_logs while validating log options.Nick Mathewson
svn:r2934
2004-11-22clean up tor-stress a bit, for posterityRoger Dingledine
svn:r2933
2004-11-21The crowning bugfix.Roger Dingledine
The problem was that with high load, circuit package window was reaching 0. Whenever we got a circuit-level sendme, we were reading a lot on each socket, but only writing out a bit. So we would eventually reach eof. This would be noticed and acted on even when there are still bytes sitting in the inbuf. svn:r2932
2004-11-21clean up some more.Roger Dingledine
i think i'm getting closer. svn:r2931