summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2006-10-07backport: If none of our live entry guards have a high uptime, but weRoger Dingledine
2006-09-24Oops. My last commit to the 1.1 branch somehow merged the whole stable branch...Nick Mathewson
2006-09-23 r6362@totoro (orig r6361): arma | 2006-04-10 05:43:30 -0400Nick Mathewson
2006-07-30defense in depthRoger Dingledine
2006-07-17minimal backport: remove an assert that might cause trouble one day.Roger Dingledine
2006-07-04backport the other half of the reachability bugfix.Roger Dingledine
2006-06-18backport the code to automatically pick a TestVia node that isRoger Dingledine
2006-06-10backport TestVia, but don't add it to the man page.Roger Dingledine
2006-06-09a minimal (ha) backport of the entrynodes fix.Roger Dingledine
2006-06-08backport the bugfix: if we get a create cell that asks us toRoger Dingledine
2006-06-06backport the fix to send create cells more reliably afterRoger Dingledine
2006-06-05and backportRoger Dingledine
2006-04-18"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
2006-01-11Fix wide linesNick Mathewson
2006-01-11if we learn that a down entry guard is up, count our working entryRoger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-10and even more soRoger Dingledine
2006-01-10make entry node logging slightly less chatty.Roger Dingledine
2006-01-07"Pending" is a bad term for a circuit that uses your server as its last hop.Roger Dingledine
2006-01-07helper nodes are deadRoger Dingledine
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2006-01-02strictentrynodes means we should clear the current entry_nodes list.Roger Dingledine
2005-12-31get rid of the special case for 'testing' circuitsRoger Dingledine
2005-12-31Finish implementing config's EntryNodes and StrictEntryNodes option.Roger Dingledine
2005-12-28helper nodes are dead. long live entry nodes.Roger Dingledine
2005-12-28but only close the new conn if one of the earlier helper nodesRoger Dingledine
2005-12-28but only close it if we have marked an earlier helper as up.Roger Dingledine
2005-12-28when we connect to a helper node for the first time, closeRoger Dingledine