Age | Commit message (Expand) | Author |
2006-06-15 | lower the number of seconds before we yell about clock jump. | Roger Dingledine |
2006-06-07 | simplify the tortls api: we only support being a "server", that | Roger Dingledine |
2006-06-04 | Add a new warning to our "warn a lot" list: unused parameters. This means we... | Nick Mathewson |
2006-05-28 | clean up a comment | Roger Dingledine |
2006-05-08 | stop telling people that "tor -h" will help them in any way. | Roger Dingledine |
2006-04-25 | petty cleanups | Roger Dingledine |
2006-04-16 | no need to escape the address for our connections -- they are | Roger Dingledine |
2006-04-10 | Stop assuming every authority is a v1 authority | Peter Palfrader |
2006-04-10 | make DirFetchPeriod and StatusFetchPeriod truly obsolete. | Roger Dingledine |
2006-03-27 | Refactor and consolidate addr/exit policies into a new policies.c. | Roger Dingledine |
2006-03-22 | stop caching the v1 directory so often. | Roger Dingledine |
2006-03-22 | stop writing the "router.desc" file, ever. nothing uses it anymore. | Roger Dingledine |
2006-03-21 | Bugfix: looks like clients since 0.1.1.10-alpha have been | Roger Dingledine |
2006-03-19 | Allow non-printable characters for exit streams (both for | Roger Dingledine |
2006-03-15 | if we as a directory mirror don't know of any v1 directory | Roger Dingledine |
2006-03-13 | when event_add or event_del fail, tell us why. | Roger Dingledine |
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 | a better clean-up | Roger Dingledine |
2006-03-12 | and another fix | Roger Dingledine |
2006-03-09 | stop printing a log message at every iteration through the | Roger Dingledine |
2006-03-09 | Implement NEWNYM. Nick, did I do a bad thing? | Roger Dingledine |
2006-03-09 | clean up typo | Roger Dingledine |
2006-02-14 | Explain why we only expire open connections | Peter Palfrader |
2006-02-14 | Do not mark connections obsolete before they have done their TLS handshake or... | Peter Palfrader |
2006-02-13 | the things we do for our windows users. | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-02-09 | stop calling it a "libevent poll" -- the word "poll" has | Roger Dingledine |
2006-02-05 | as soon as we've fetched some more directory info, that's time | Roger Dingledine |
2006-02-05 | forward-port the part where ordinary users try to fetch directories | Roger Dingledine |
2006-02-01 | don't try to upload hidden service descriptors until we have | Roger Dingledine |
2006-01-29 | only start testing reachability once we've established a circuit. | Roger Dingledine |
2006-01-26 | a slightly more useful message when you get a sighup | Roger Dingledine |
2006-01-23 | Stop complaining loudly whenever some poor client falls off | Roger Dingledine |
2006-01-11 | oh hey. we were hanging up on every tor client because he | Roger Dingledine |
2006-01-11 | Fix wide lines | Nick Mathewson |
2006-01-10 | entry nodes are now entry guards. | Roger Dingledine |
2006-01-10 | balance the reachability testing so a smidgen of it happens | Roger Dingledine |
2006-01-07 | bugfix: we were leaving open duplicate connections to other ORs | Roger Dingledine |
2006-01-07 | and get the log arguments right | Roger Dingledine |
2006-01-07 | a more correct log message | Roger Dingledine |
2005-12-31 | Some tor servers process billions of cells in a matter of days. | Roger Dingledine |
2005-12-28 | helper nodes are dead. long live entry nodes. | Roger Dingledine |
2005-12-27 | normalize spaces | Nick Mathewson |
2005-12-23 | Keep bandwidth history accross restarts/crashes | Peter Palfrader |
2005-12-15 | Instead of "Network down", say "Is your network connection down?" | Nick Mathewson |
2005-12-15 | Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d... | Nick Mathewson |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-12-09 | In my private little universe, terminals are still 80 columns. Impose a 160-... | Nick Mathewson |