Age | Commit message (Expand) | Author |
2006-07-18 | don't squeal if the first few retries fail. | Roger Dingledine |
2006-07-18 | Define a schedule for how long to wait between retrying | Roger Dingledine |
2006-07-18 | If we are using an exit enclave and we can't connect, e.g. because | Roger Dingledine |
2006-07-15 | stick to nick's nul/null convention | Roger Dingledine |
2006-07-06 | when an exit node gets a malformed begin cell, don't complain to | Roger Dingledine |
2006-06-06 | We got an obscure report of an assert error on a windows Tor server with | Roger Dingledine |
2006-06-03 | Oops. When we dont get a TTL, we should default to the default, not to the mi... | Nick Mathewson |
2006-06-03 | More DNS fixes. Send meaningful TTLs back to the client when | Nick Mathewson |
2006-05-23 | add a few more debugging lines to help mikec track down his | Roger Dingledine |
2006-04-18 | class B really means /16 here | Roger Dingledine |
2006-04-18 | require at least 2**16 assignable virtual addresses | Nick Mathewson |
2006-04-18 | [Forward-port ]Test and document last patch. | Nick Mathewson |
2006-04-18 | [forward-port] Implement an option, VirtualAddrMask, to set which addresses g... | Nick Mathewson |
2006-04-09 | Don't yell loudly about failed internal/bridge connections. These | Roger Dingledine |
2006-03-27 | Refactor and consolidate addr/exit policies into a new policies.c. | Roger Dingledine |
2006-03-21 | new config option SocksTimeout: How long do we let a socks connection | 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-18 | simplify when we're picking a default address for | Roger Dingledine |
2006-03-17 | normalize whitespace. | Nick Mathewson |
2006-03-15 | resume being printist: if the hostname contains non-printable | Roger Dingledine |
2006-03-15 | Stop being printist: just because our local platform doesn't | Roger Dingledine |
2006-03-14 | change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN | Peter Palfrader |
2006-03-12 | Now do address rewriting when the controller asks us to attach | Roger Dingledine |
2006-03-05 | Add some functions to escape values from the network before sending them to t... | Nick Mathewson |
2006-02-13 | more log conversions. | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-02-03 | Fix bug 225: now "attachstream 0" treats conn like it just connected, | Roger Dingledine |
2006-01-17 | attempted patch for bug 220: don't assert when we've tried all the | Roger Dingledine |
2006-01-05 | Add reasons to DESTROY and RELAY_TRUNCATED cells. | 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-07 | what the heck is wrong with this little piece of code? | Roger Dingledine |
2005-12-06 | tell the controller about new .onion streams too. | Roger Dingledine |
2005-12-06 | the other half of weasel's patch, so old gcc's can build cvs again. | Roger Dingledine |
2005-12-06 | Old gccs want you to do your variable declarations first | Peter Palfrader |
2005-12-06 | when we're giving up on a circuit and retrying on a new one, | Roger Dingledine |
2005-12-05 | Set chosen_exit_name to something we are not about to zero. | Nick Mathewson |
2005-12-05 | When parsing foo.exit, if foo is unknown, and we are leaving circuits unattac... | Nick Mathewson |
2005-12-04 | fix a log message to be mildly more helpful | Roger Dingledine |
2005-12-03 | Clean up some comments; remove some dead code | Nick Mathewson |
2005-12-03 | Expunge remaining places where we used "tree" to mean "associative array". | Nick Mathewson |
2005-11-30 | Fix some verbose warnings and remove an unneeded include. | Nick Mathewson |
2005-11-23 | Replace balanced trees with hash tables: this should make stuff significantly... | Nick Mathewson |
2005-11-16 | Add a new config option TestSocks so people can see if their | Roger Dingledine |
2005-11-14 | when a stream times out, provide less (but better) explanation | Roger Dingledine |
2005-11-05 | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson |
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-24 | Use LD_BUG as appropriate; convert rend* and router* to new logging interface... | Nick Mathewson |