Age | Commit message (Expand) | Author |
2006-03-20 | ok, commenting that out broke things real bad. | Roger Dingledine |
2006-03-20 | Resolve a memory leak on clients. This disables some | Roger Dingledine |
2006-03-19 | bump to 0.1.1.16-rc-cvs so we can start fixing more bugs | Roger Dingledine |
2006-03-19 | which brings us to 0.1.1.16-rctor-0.1.1.16-rc | Roger Dingledine |
2006-03-19 | Allow non-printable characters for exit streams (both for | Roger Dingledine |
2006-03-19 | i'm a little teapot, short and stout | Roger Dingledine |
2006-03-19 | Implement Jason Holt's SafeSocks config option. | Roger Dingledine |
2006-03-19 | Finish the transition from the word 'verified' to the words | Roger Dingledine |
2006-03-18 | simplify when we're picking a default address for | Roger Dingledine |
2006-03-18 | make it so there is one place to edit for new dirservers, not two. | Roger Dingledine |
2006-03-18 | fix some typos | Roger Dingledine |
2006-03-18 | authdirs shouldn't complain about unreachability when they | Roger Dingledine |
2006-03-18 | auth dir servers were only modifying a server's is_running field | Roger Dingledine |
2006-03-18 | let an authdir that's not a naming authdir start even | Roger Dingledine |
2006-03-17 | Actually, only v1 auth dir servers need to define recommendedversions. | Roger Dingledine |
2006-03-17 | when we're an auth dir server but don't claim to be a versioning | Roger Dingledine |
2006-03-17 | right now we don't support entryguards on auth dirservers, | Roger Dingledine |
2006-03-17 | Implement router purposes, and don't choose a non-general | Roger Dingledine |
2006-03-17 | but i made the line too long | Roger Dingledine |
2006-03-17 | stop tricking server operators into thinking they got their | Roger Dingledine |
2006-03-17 | Comments: cleanups and additions. | Nick Mathewson |
2006-03-17 | normalize whitespace. | Nick Mathewson |
2006-03-17 | Only warn about lack of name binding for self if we have tried downloading ev... | Nick Mathewson |
2006-03-15 | resume being printist: if the hostname contains non-printable | Roger Dingledine |
2006-03-15 | add tor_strisprint() back in, this time with comments. | Roger Dingledine |
2006-03-15 | quiet another entry guard log message | Roger Dingledine |
2006-03-15 | and remove now-extraneous function | Roger Dingledine |
2006-03-15 | Stop being printist: just because our local platform doesn't | Roger Dingledine |
2006-03-15 | Interim fix for 272: Only warn that we are not named if we have status docs f... | Nick Mathewson |
2006-03-15 | Implement GETINFO(dir/server/foo); status will be harder. | Nick Mathewson |
2006-03-15 | (Missing header change) Do not warn about unknown servers in our family when ... | Nick Mathewson |
2006-03-15 | Do not warn about unknown servers in our family when they are given as hex di... | Nick Mathewson |
2006-03-15 | if we as a directory mirror don't know of any v1 directory | Roger Dingledine |
2006-03-14 | change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN | Peter Palfrader |
2006-03-14 | I wonder what an internal internet protocol is | Peter Palfrader |
2006-03-14 | When we try to be a server and Address is not explicitly set | Peter Palfrader |
2006-03-14 | Fix an off-by-one buffer size in dirserv.c that magically never hit our | Peter Palfrader |
2006-03-13 | when event_add or event_del fail, tell us why. | Roger Dingledine |
2006-03-13 | Fix minor semantic error with no real effect: | Peter Palfrader |
2006-03-13 | Use INLINE (which we define) instead of __inline (which is nonstandard) in ht... | Nick Mathewson |
2006-03-13 | Be a little more careful when our calculated bandwidth is so high that we cou... | Nick Mathewson |
2006-03-13 | Fix bug in close_logs(): when we close and delete logs, remove them all from ... | Nick Mathewson |
2006-03-13 | Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ... | Nick Mathewson |
2006-03-12 | More cleanups noticed by weasel; also, remove macros that nobody uses. | Nick Mathewson |
2006-03-12 | Cleanup on time-relaqted constants. New conventions: | Nick Mathewson |
2006-03-12 | lower the reachability timeout, so we're more likely to act | Roger Dingledine |
2006-03-12 | We screwed up in anticipating how to add new dirservers: | Roger Dingledine |
2006-03-12 | a better clean-up | Roger Dingledine |
2006-03-12 | and another fix | Roger Dingledine |
2006-03-12 | make tor --verify-config closer to working | Roger Dingledine |