Age | Commit message (Expand) | Author |
2006-07-23 | Don't tell anybody, but we're going OO here. This patch splits | Nick Mathewson |
2006-07-21 | an entry guard that is "unlisted", as well as not known to be "down", is | Roger Dingledine |
2006-07-20 | tweak | Roger Dingledine |
2006-07-17 | fix some more places where we shouldn't crash if we can't build | Roger Dingledine |
2006-07-05 | actually, that excludenodes fix was redundant. take it out. | Roger Dingledine |
2006-07-04 | oops, we were ignoring options->ExcludeNodes when picking entry guards. | Roger Dingledine |
2006-07-04 | minor fixes | Roger Dingledine |
2006-06-29 | also remove word 'middleman' from a log notice | Roger Dingledine |
2006-06-18 | correct a function comment in compute_preferred_testing_list() | Roger Dingledine |
2006-06-15 | lower the number of seconds before we yell about clock jump. | Roger Dingledine |
2006-06-14 | upgrade the severity of the 'clock jump' warn, and ask people | Roger Dingledine |
2006-06-14 | bugfix: discourage picking directory authorities as our TestVia | Roger Dingledine |
2006-06-13 | back off and add the $ at the beginning of the preferrednodes list | Roger Dingledine |
2006-06-13 | first cut at a workaround for the reachability bug: explicitly find a | Roger Dingledine |
2006-06-13 | Defense in depth: fix the reachability bug a second way too. | Roger Dingledine |
2006-06-10 | Add a new config option TestVia, that lets you specify preferred middle | Roger Dingledine |
2006-06-09 | actually, don't fix it that far. we should still do some | Roger Dingledine |
2006-06-09 | when only one router is labelled as a guard, and we've | Roger Dingledine |
2006-06-07 | make connection_or_nonopen_was_started_here() based on something less | Roger Dingledine |
2006-06-06 | fix the bug where we sometimes would fail to send some create cells | Roger Dingledine |
2006-06-05 | scream louder if you've got a pending circuit for a given | Roger Dingledine |
2006-06-05 | bugfix: if we are making our first ever connection to any entry | Roger Dingledine |
2006-06-05 | Note a bug that causes servers to sometimes never send the pending | Roger Dingledine |
2006-06-04 | Add a new warning to our "warn a lot" list: unused parameters. This means we... | Nick Mathewson |
2006-05-30 | END_CIRC_REASON_OR_IDENTITY apparently means that we were told to | Roger Dingledine |
2006-05-30 | simplify a log message | Roger Dingledine |
2006-04-25 | put one of the XXX's back in | Roger Dingledine |
2006-04-18 | forward-port: "Resolve" all XXX011 items, mostly by marking them non-011. | Nick Mathewson |
2006-04-02 | If I could forget that I had enabled StrictExitNodes, others will too. | Nick Mathewson |
2006-03-27 | Refactor and consolidate addr/exit policies into a new policies.c. | Roger Dingledine |
2006-03-26 | When the controller's *setconf commands fail, collect an error message | Roger Dingledine |
2006-03-19 | Finish the transition from the word 'verified' to the words | 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 | 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-15 | quiet another entry guard log message | Roger Dingledine |
2006-03-14 | change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN | Peter Palfrader |
2006-03-10 | make entry guard logs even quieter | Roger Dingledine |
2006-03-09 | don't abandon entry guards until they've been dead a whole month. | Roger Dingledine |
2006-02-21 | clean up a log message | Roger Dingledine |
2006-02-13 | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses | Peter Palfrader |
2006-02-13 | convert some more source files to the new log convention | Roger Dingledine |
2006-02-12 | Clients now honor the "guard" flag in the router status when | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-02-09 | tweak comment | Roger Dingledine |
2006-02-01 | avoid a minor confusing log message | Roger Dingledine |
2006-01-29 | only start testing reachability once we've established a circuit. | Roger Dingledine |
2006-01-17 | oh, and the other bits of the commit | Roger Dingledine |
2006-01-11 | we were leaking a smartlist every time we built a circuit | Roger Dingledine |