summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2006-07-23Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson
2006-07-21an entry guard that is "unlisted", as well as not known to be "down", isRoger Dingledine
2006-07-20tweakRoger Dingledine
2006-07-17fix some more places where we shouldn't crash if we can't buildRoger Dingledine
2006-07-05actually, that excludenodes fix was redundant. take it out.Roger Dingledine
2006-07-04oops, we were ignoring options->ExcludeNodes when picking entry guards.Roger Dingledine
2006-07-04minor fixesRoger Dingledine
2006-06-29also remove word 'middleman' from a log noticeRoger Dingledine
2006-06-18correct a function comment in compute_preferred_testing_list()Roger Dingledine
2006-06-15lower the number of seconds before we yell about clock jump.Roger Dingledine
2006-06-14upgrade the severity of the 'clock jump' warn, and ask peopleRoger Dingledine
2006-06-14bugfix: discourage picking directory authorities as our TestViaRoger Dingledine
2006-06-13back off and add the $ at the beginning of the preferrednodes listRoger Dingledine
2006-06-13first cut at a workaround for the reachability bug: explicitly find aRoger Dingledine
2006-06-13Defense in depth: fix the reachability bug a second way too.Roger Dingledine
2006-06-10Add a new config option TestVia, that lets you specify preferred middleRoger Dingledine
2006-06-09actually, don't fix it that far. we should still do someRoger Dingledine
2006-06-09when only one router is labelled as a guard, and we'veRoger Dingledine
2006-06-07make connection_or_nonopen_was_started_here() based on something lessRoger Dingledine
2006-06-06fix the bug where we sometimes would fail to send some create cellsRoger Dingledine
2006-06-05scream louder if you've got a pending circuit for a givenRoger Dingledine
2006-06-05bugfix: if we are making our first ever connection to any entryRoger Dingledine
2006-06-05Note a bug that causes servers to sometimes never send the pendingRoger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-05-30END_CIRC_REASON_OR_IDENTITY apparently means that we were told toRoger Dingledine
2006-05-30simplify a log messageRoger Dingledine
2006-04-25put one of the XXX's back inRoger Dingledine
2006-04-18forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-04-02If I could forget that I had enabled StrictExitNodes, others will too.Nick Mathewson
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-26When the controller's *setconf commands fail, collect an error messageRoger Dingledine
2006-03-19Finish the transition from the word 'verified' to the wordsRoger Dingledine
2006-03-18auth dir servers were only modifying a server's is_running fieldRoger Dingledine
2006-03-18let an authdir that's not a naming authdir start evenRoger Dingledine
2006-03-17but i made the line too longRoger Dingledine
2006-03-17stop tricking server operators into thinking they got theirRoger Dingledine
2006-03-15quiet another entry guard log messageRoger Dingledine
2006-03-14change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader
2006-03-10make entry guard logs even quieterRoger Dingledine
2006-03-09don't abandon entry guards until they've been dead a whole month.Roger Dingledine
2006-02-21clean up a log messageRoger Dingledine
2006-02-13Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader
2006-02-13convert some more source files to the new log conventionRoger Dingledine
2006-02-12Clients now honor the "guard" flag in the router status whenRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-09tweak commentRoger Dingledine
2006-02-01avoid a minor confusing log messageRoger Dingledine
2006-01-29only start testing reachability once we've established a circuit.Roger Dingledine
2006-01-17oh, and the other bits of the commitRoger Dingledine
2006-01-11we were leaking a smartlist every time we built a circuitRoger Dingledine