Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-28 | bump to 0.0.9rc4tor-0.0.9rc4 | Roger Dingledine | |
svn:r3001 | |||
2004-11-28 | one of the debugging aids was misleading | Roger Dingledine | |
svn:r3000 | |||
2004-11-28 | connect() on win32 can do more things than we thought? | Nick Mathewson | |
svn:r2999 | |||
2004-11-28 | Very oops. make windows nonblocking sockets nonblocking | Nick Mathewson | |
svn:r2998 | |||
2004-11-28 | remember; tor_socket_errno has side effects! | Nick Mathewson | |
svn:r2997 | |||
2004-11-27 | change documentation to point to correct parts of torrc | Roger Dingledine | |
svn:r2996 | |||
2004-11-27 | move the rendezous section of the torrc to the middle, since | Roger Dingledine | |
it isn't server-only, and indeed it may be unwise to run a hidden service on a server. svn:r2995 | |||
2004-11-27 | document directory interaction a bit better | Roger Dingledine | |
svn:r2994 | |||
2004-11-26 | inform him more sanely | Roger Dingledine | |
svn:r2993 | |||
2004-11-26 | inform the user that you noticed when he sent a USR2 | Roger Dingledine | |
svn:r2992 | |||
2004-11-26 | that's enough changes to bump to rc4-cvs | Roger Dingledine | |
svn:r2991 | |||
2004-11-26 | if you want to handle -USR2, you should catch it too. | Roger Dingledine | |
svn:r2990 | |||
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | |
svn:r2989 | |||
2004-11-26 | give up trying to track down the reason we're calling package_inbuf | Roger Dingledine | |
with a package window of 0. it's safe to just catch the error cases there and do the right thing. svn:r2988 | |||
2004-11-26 | call set_max_file_descriptors() after we configure logs, so | Roger Dingledine | |
it doesn't always do loglevel info logs on windows. svn:r2987 | |||
2004-11-25 | when warning that a version is too new, don't use the confusing | Roger Dingledine | |
text "is_obsolete_version():". svn:r2986 | |||
2004-11-25 | bump to 0.0.9rc3tor-0.0.9rc3 | Roger Dingledine | |
svn:r2984 | |||
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson | |
svn:r2983 | |||
2004-11-24 | New upstream release (candidate)debian-version-0.0.8+0.0.9rc2-1 | Peter Palfrader | |
svn:r2981 | |||
2004-11-24 | Flush the logfd after we print "Tor opening log file", so we don't see those ↵ | Peter Palfrader | |
messages days later svn:r2980 | |||
2004-11-24 | update conn_state_to_string | Roger Dingledine | |
svn:r2979 | |||
2004-11-24 | a little help for dfc to debug his "resolve 800 things at once" test | Roger Dingledine | |
svn:r2978 | |||
2004-11-24 | avoid infinite loop in tor-resolve if tor hangs up on it | Roger Dingledine | |
svn:r2977 | |||
2004-11-24 | tor-stress doesn't use gettimeofday anymore, and it's not portable, | Roger Dingledine | |
so comment it out. svn:r2976 | |||
2004-11-24 | don't process marked-for-close conns further. | Roger Dingledine | |
(fix assert trigger -- if we're lucky.) svn:r2975 | |||
2004-11-24 | make tor-resolve work, uh, more. this time for sure! | Roger Dingledine | |
svn:r2974 | |||
2004-11-24 | make tor-resolve work again | Roger Dingledine | |
svn:r2973 | |||
2004-11-24 | a changelog for rc2tor-0.0.9rc2 | Roger Dingledine | |
svn:r2971 | |||
2004-11-24 | bugfix: let socks do multiple rounds of negotiation again | Roger Dingledine | |
(which is needed for socks5) svn:r2970 | |||
2004-11-24 | patch to nick's patch | Roger Dingledine | |
svn:r2969 | |||
2004-11-24 | make nt service version match actual version | Nick Mathewson | |
svn:r2968 | |||
2004-11-24 | bump windows version stuff to 009rc2 | Nick Mathewson | |
svn:r2967 | |||
2004-11-24 | Add a TODO item | Nick Mathewson | |
svn:r2966 | |||
2004-11-23 | bump to rc2 | Roger Dingledine | |
svn:r2965 | |||
2004-11-23 | Document that times are in 24-hour format. | Nick Mathewson | |
svn:r2964 | |||
2004-11-23 | Better notice for hibernate interval spans; when estimate is 0, start out awake. | Nick Mathewson | |
svn:r2963 | |||
2004-11-23 | Use nick's patch against config. in the rc1 debian packagedebian-version-0.0.8+0.0.9rc1-1 | Peter Palfrader | |
svn:r2961 | |||
2004-11-23 | Bugfix: when no units are given, default to seconds or bytes. | Nick Mathewson | |
svn:r2960 | |||
2004-11-23 | New upstream release (candidate) | Peter Palfrader | |
svn:r2959 | |||
2004-11-23 | tweak changelogstor-0.0.9rc1 | Roger Dingledine | |
svn:r2957 | |||
2004-11-23 | another slightly less confusing message | Roger 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-23 | less confusing message upon hibernation | Roger Dingledine | |
svn:r2955 | |||
2004-11-23 | fail more gracefully next time | Roger Dingledine | |
svn:r2954 | |||
2004-11-23 | initialize rephist before we init_from_config, since init_from_config | Roger Dingledine | |
can make us init_keys if we're going to hibernate, which makes us build a router_desc. svn:r2953 | |||
2004-11-23 | update unit tests to reflect changed interface | Roger Dingledine | |
svn:r2952 | |||
2004-11-23 | fix some typos; move to 0.0.9rc1 | Roger Dingledine | |
svn:r2951 | |||
2004-11-23 | add a changelog for rc1 | Roger Dingledine | |
svn:r2950 | |||
2004-11-23 | update todo some more | Roger Dingledine | |
svn:r2949 | |||
2004-11-23 | Dr. Seuss on iterating circular lists: "It's fun to have fun, but you | Nick Mathewson | |
have to know how." svn:r2948 | |||
2004-11-23 | Note TODO status; add a couple of items for post-rc1. | Nick Mathewson | |
svn:r2947 |