Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bump to 0.0.9rc3 | Roger Dingledine | 2004-11-25 |
| | | | | svn:r2984 | ||
* | Clarify a bunch of log messages | Nick Mathewson | 2004-11-25 |
| | | | | svn:r2983 | ||
* | New upstream release (candidate) | Peter Palfrader | 2004-11-24 |
| | | | | svn:r2981 | ||
* | Flush the logfd after we print "Tor opening log file", so we don't see those ↵ | Peter Palfrader | 2004-11-24 |
| | | | | | | messages days later svn:r2980 | ||
* | update conn_state_to_string | Roger Dingledine | 2004-11-24 |
| | | | | svn:r2979 | ||
* | a little help for dfc to debug his "resolve 800 things at once" test | Roger Dingledine | 2004-11-24 |
| | | | | svn:r2978 | ||
* | avoid infinite loop in tor-resolve if tor hangs up on it | Roger Dingledine | 2004-11-24 |
| | | | | svn:r2977 | ||
* | tor-stress doesn't use gettimeofday anymore, and it's not portable, | Roger Dingledine | 2004-11-24 |
| | | | | | | | so comment it out. svn:r2976 | ||
* | don't process marked-for-close conns further. | Roger Dingledine | 2004-11-24 |
| | | | | | | | (fix assert trigger -- if we're lucky.) svn:r2975 | ||
* | make tor-resolve work, uh, more. this time for sure! | Roger Dingledine | 2004-11-24 |
| | | | | svn:r2974 | ||
* | make tor-resolve work again | Roger Dingledine | 2004-11-24 |
| | | | | svn:r2973 | ||
* | a changelog for rc2 | Roger Dingledine | 2004-11-24 |
| | | | | svn:r2971 | ||
* | bugfix: let socks do multiple rounds of negotiation again | Roger Dingledine | 2004-11-24 |
| | | | | | | | (which is needed for socks5) svn:r2970 | ||
* | patch to nick's patch | Roger Dingledine | 2004-11-24 |
| | | | | svn:r2969 | ||
* | make nt service version match actual version | Nick Mathewson | 2004-11-24 |
| | | | | svn:r2968 | ||
* | bump windows version stuff to 009rc2 | Nick Mathewson | 2004-11-24 |
| | | | | svn:r2967 | ||
* | Add a TODO item | Nick Mathewson | 2004-11-24 |
| | | | | svn:r2966 | ||
* | bump to rc2 | Roger Dingledine | 2004-11-23 |
| | | | | svn:r2965 | ||
* | Document that times are in 24-hour format. | Nick Mathewson | 2004-11-23 |
| | | | | svn:r2964 | ||
* | Better notice for hibernate interval spans; when estimate is 0, start out awake. | Nick Mathewson | 2004-11-23 |
| | | | | svn:r2963 | ||
* | Use nick's patch against config. in the rc1 debian package | Peter Palfrader | 2004-11-23 |
| | | | | svn:r2961 | ||
* | Bugfix: when no units are given, default to seconds or bytes. | Nick Mathewson | 2004-11-23 |
| | | | | svn:r2960 | ||
* | New upstream release (candidate) | Peter Palfrader | 2004-11-23 |
| | | | | svn:r2959 | ||
* | tweak changelogs | Roger Dingledine | 2004-11-23 |
| | | | | svn:r2957 | ||
* | another slightly less confusing message | Roger Dingledine | 2004-11-23 |
| | | | | | | | | | 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 | ||
* | less confusing message upon hibernation | Roger Dingledine | 2004-11-23 |
| | | | | svn:r2955 | ||
* | fail more gracefully next time | Roger Dingledine | 2004-11-23 |
| | | | | svn:r2954 | ||
* | initialize rephist before we init_from_config, since init_from_config | Roger Dingledine | 2004-11-23 |
| | | | | | | | | can make us init_keys if we're going to hibernate, which makes us build a router_desc. svn:r2953 | ||
* | update unit tests to reflect changed interface | Roger Dingledine | 2004-11-23 |
| | | | | svn:r2952 | ||
* | fix some typos; move to 0.0.9rc1 | Roger Dingledine | 2004-11-23 |
| | | | | svn:r2951 | ||
* | add a changelog for rc1 | Roger Dingledine | 2004-11-23 |
| | | | | svn:r2950 | ||
* | update todo some more | Roger Dingledine | 2004-11-23 |
| | | | | svn:r2949 | ||
* | Dr. Seuss on iterating circular lists: "It's fun to have fun, but you | Nick Mathewson | 2004-11-23 |
| | | | | | | | have to know how." svn:r2948 | ||
* | Note TODO status; add a couple of items for post-rc1. | Nick Mathewson | 2004-11-23 |
| | | | | svn:r2947 | ||
* | Fix critical bug in circuit_list_path: cpath is a circular list! (Also ↵ | Nick Mathewson | 2004-11-23 |
| | | | | | | reimplement circuit_log_cpath using circuit_list_cpath). svn:r2946 | ||
* | Clean up some logging and interfaces | Nick Mathewson | 2004-11-23 |
| | | | | svn:r2945 | ||
* | Enhancements to whitespace borkage detector | Nick Mathewson | 2004-11-22 |
| | | | | svn:r2944 | ||
* | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | 2004-11-22 |
| | | | | | | | | | - func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 | ||
* | Fix sign-related warnings | Nick Mathewson | 2004-11-22 |
| | | | | svn:r2942 | ||
* | Compile cleanly on windows; prevent some insane bandwidth cases (e.g., ↵ | Nick Mathewson | 2004-11-22 |
| | | | | | | "BandwidthBurst 1000 TB" from occuring. svn:r2941 | ||
* | Mark some TODO items done | Nick Mathewson | 2004-11-22 |
| | | | | svn:r2940 | ||
* | Normalize space | Nick Mathewson | 2004-11-22 |
| | | | | svn:r2939 | ||
* | Apply NT service patch from Osamu Fujino. This still has some problems ↵ | Nick Mathewson | 2004-11-22 |
| | | | | | | (indicated in a comment adapted from the patch submission email), but it is better than before and better than nothing. svn:r2938 | ||
* | Document changed options; tweak formatting slightly | Nick Mathewson | 2004-11-22 |
| | | | | svn:r2937 | ||
* | Implement weekly/monthly/daily accounting | Nick Mathewson | 2004-11-22 |
| | | | | svn:r2936 | ||
* | Add function to format local time in ISO format | Nick Mathewson | 2004-11-22 |
| | | | | svn:r2935 | ||
* | Absolutely never call close_temp_logs while validating log options. | Nick Mathewson | 2004-11-22 |
| | | | | svn:r2934 | ||
* | clean up tor-stress a bit, for posterity | Roger Dingledine | 2004-11-22 |
| | | | | svn:r2933 | ||
* | The crowning bugfix. | Roger Dingledine | 2004-11-21 |
| | | | | | | | | | | | 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 | ||
* | clean up some more. | Roger Dingledine | 2004-11-21 |
| | | | | | | | i think i'm getting closer. svn:r2931 |