Age | Commit message (Expand) | Author |
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 |
2005-12-08 | when we're checking reachability, make it clearer in the logs | Roger Dingledine |
2005-12-03 | Expunge remaining places where we used "tree" to mean "associative array". | Nick Mathewson |
2005-11-30 | Move connection_or_remove_from_identity_map() to connection_unlink, but dont ... | Nick Mathewson |
2005-11-26 | when event_add or event_del fail, tell us why. | Roger Dingledine |
2005-11-26 | "How about 'never'? Does 'never' work for you?" | Nick Mathewson |
2005-11-23 | Dump bytes held to store descriptors. | Nick Mathewson |
2005-11-19 | Recover better from TCP connections to Tor servers that are broken but | Roger Dingledine |
2005-11-18 | 15*60 is 15 minutes, not 5 | Peter Palfrader |
2005-11-18 | Remove ip address change flapping detection. It is not really needed and I d... | Peter Palfrader |
2005-11-15 | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson |
2005-11-14 | shorten more of the startup log messages | Roger Dingledine |
2005-11-04 | prevent duplicat mark-for-close | Nick Mathewson |
2005-11-01 | enable code to remove members of old_routers when it gets big. | Nick Mathewson |
2005-10-29 | Do round-robin writes of at most 16 kB per write. This might | Roger Dingledine |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-25 | Change more files to new loggin interface. 3 left. | Nick Mathewson |
2005-10-18 | fix some typos | Roger Dingledine |
2005-10-17 | Make a few INFO log lines into DEBUG | Peter Palfrader |
2005-10-17 | more log uncluttering | Roger Dingledine |
2005-10-17 | start the process of reducing clutter in server logs | Roger Dingledine |
2005-10-16 | cut out a warning that doesn't need to warn | Roger Dingledine |
2005-10-14 | Try to extract as many descriptors as possible from truncated http responses.... | Nick Mathewson |
2005-10-12 | Check if our IP address has changed every 5 minutes. If it has, update our s... | Peter Palfrader |
2005-10-06 | Once an hour (not just on startup) give OpenSSL some more entropy. | Nick Mathewson |
2005-10-05 | Rate-limit warnings related to unrecognized MyFamily elements. | Nick Mathewson |
2005-10-05 | call circuit_expire_all_dirty_circs() on do_hup(). | Roger Dingledine |
2005-10-05 | replace former relaunches of directory downloads with reset of failure count ... | Nick Mathewson |