Age | Commit message (Expand) | Author |
2005-01-19 | bugfix for cvs: we were needing a rendezvous circ, so we cannibalized | Roger Dingledine |
2005-01-18 | Basic windows libevent fixes | Nick Mathewson |
2005-01-18 | allow bandwidthburst to be smaller, but whine if it's small. | Roger Dingledine |
2005-01-17 | remove some extra-verbose logs | Roger Dingledine |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2005-01-14 | reset published uptime when you wake up from hibernation, | Roger Dingledine |
2005-01-14 | when the hidden service launches a rendezvous circ, make sure it | Roger Dingledine |
2005-01-13 | Move call to event_init() immediately after start_daemon(); move start_daemon... | Nick Mathewson |
2005-01-13 | get rid of 0.0.8 backwards compatibility | Roger Dingledine |
2005-01-13 | start generating version 1 style introduce cells | Roger Dingledine |
2005-01-13 | when deciding if a port is handled and the port demands uptime, don't | Roger Dingledine |
2005-01-12 | more cleanup | Roger Dingledine |
2005-01-12 | fix another integer underflow caused by buckets going negative | Roger Dingledine |
2005-01-12 | fix up some comments | Roger Dingledine |
2005-01-12 | tolerate bandwidtch buckets going negative (i hope) | Roger Dingledine |
2005-01-12 | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson |
2005-01-12 | add more chat and interactive protocols to LongLivedPorts | Roger Dingledine |
2005-01-12 | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine |
2005-01-11 | if somebody starts his tor server in jan 2004 and then fixes his | Roger Dingledine |
2005-01-10 | if you're a server and the auth dirservers are down, go to any other | Roger Dingledine |
2005-01-10 | separate time_of_process_start from stats_n_seconds_uptime: | Roger Dingledine |
2005-01-10 | it helps to use the correct name for the struct | Roger Dingledine |
2005-01-10 | when pruning circuit-wait streams when a dir fetch failed, | Roger Dingledine |
2005-01-07 | when we haven't fetched a directory yet, or the last time we | Roger Dingledine |
2005-01-07 | fix unit tests: address has to be a non-private IP, and socksport | Roger Dingledine |
2005-01-06 | new config option DirAllowPrivateAddresses for authdirservers. | Roger Dingledine |
2005-01-06 | Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise... | Nick Mathewson |
2005-01-06 | finish marking my comment in main.c | Roger Dingledine |
2005-01-06 | clean up string printing in relay logs | Roger Dingledine |
2005-01-06 | fix trivial typo in log entry | Roger Dingledine |
2005-01-05 | typo spotted by chris | Nick Mathewson |
2005-01-05 | Implement SIGNAL control command. | Nick Mathewson |
2005-01-05 | Stop reversing and re-reversing config lines: keep them in order all the time... | Nick Mathewson |
2005-01-05 | Remove broken and undocumented wart where multiple CSV config lines are appen... | Nick Mathewson |
2005-01-04 | fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas | Roger Dingledine |
2005-01-04 | bandaid: make Giorgos Pallas's dns assert bug not actually crash on him. | Roger Dingledine |
2005-01-04 | Nothing actually _uses_ socks_port, so why publish it? For backward compatibi... | Nick Mathewson |
2005-01-04 | post 0.0.9.x, demand that servers declare at least 20000 bytes/s | Roger Dingledine |
2005-01-04 | Make sequence of log messages when starting on win32 with no config file more... | Nick Mathewson |
2005-01-04 | forward-port the fix for the compiler warning | Roger Dingledine |
2005-01-03 | update print_usage to use new url | Roger Dingledine |
2005-01-03 | update url for when users try to use socksport as an http proxy | Roger Dingledine |
2005-01-03 | Log when we retry a directory connection | Nick Mathewson |
2005-01-03 | Use correct logic to decide whether there are more directory servers to retry. | Nick Mathewson |
2005-01-03 | Split mark-dir-failed-and-retry logic into separate function; make it retry r... | Nick Mathewson |
2005-01-03 | Fix an unused function warning | Nick Mathewson |
2005-01-03 | Make directory fail-and-retry logic happen in connection_about_to_close(); fi... | Nick Mathewson |
2005-01-03 | More work on task #43: fix race conditions on multithreaded (win32) servers. | Nick Mathewson |
2005-01-03 | Possible fix for task #43: when running on a multithreaded environment (curre... | Nick Mathewson |
2005-01-03 | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson |