aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
...
* when only one router is labelled as a guard, and we'veRoger Dingledine2006-06-09
* make connection_or_nonopen_was_started_here() based on something lessRoger Dingledine2006-06-07
* fix the bug where we sometimes would fail to send some create cellsRoger Dingledine2006-06-06
* scream louder if you've got a pending circuit for a givenRoger Dingledine2006-06-05
* bugfix: if we are making our first ever connection to any entryRoger Dingledine2006-06-05
* Note a bug that causes servers to sometimes never send the pendingRoger Dingledine2006-06-05
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* END_CIRC_REASON_OR_IDENTITY apparently means that we were told toRoger Dingledine2006-05-30
* simplify a log messageRoger Dingledine2006-05-30
* put one of the XXX's back inRoger Dingledine2006-04-25
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* If I could forget that I had enabled StrictExitNodes, others will too.Nick Mathewson2006-04-02
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* When the controller's *setconf commands fail, collect an error messageRoger Dingledine2006-03-26
* Finish the transition from the word 'verified' to the wordsRoger Dingledine2006-03-19
* auth dir servers were only modifying a server's is_running fieldRoger Dingledine2006-03-18
* let an authdir that's not a naming authdir start evenRoger Dingledine2006-03-18
* but i made the line too longRoger Dingledine2006-03-17
* stop tricking server operators into thinking they got theirRoger Dingledine2006-03-17
* quiet another entry guard log messageRoger Dingledine2006-03-15
* change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader2006-03-14
* make entry guard logs even quieterRoger Dingledine2006-03-10
* don't abandon entry guards until they've been dead a whole month.Roger Dingledine2006-03-09
* clean up a log messageRoger Dingledine2006-02-21
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
* convert some more source files to the new log conventionRoger Dingledine2006-02-13
* Clients now honor the "guard" flag in the router status whenRoger Dingledine2006-02-12
* Happy new year!Roger Dingledine2006-02-09
* tweak commentRoger Dingledine2006-02-09
* avoid a minor confusing log messageRoger Dingledine2006-02-01
* only start testing reachability once we've established a circuit.Roger Dingledine2006-01-29
* oh, and the other bits of the commitRoger Dingledine2006-01-17
* we were leaking a smartlist every time we built a circuitRoger Dingledine2006-01-11
* Fix wide linesNick Mathewson2006-01-11
* if we learn that a down entry guard is up, count our working entryRoger Dingledine2006-01-11
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* and even more soRoger Dingledine2006-01-10
* make entry node logging slightly less chatty.Roger Dingledine2006-01-10
* "Pending" is a bad term for a circuit that uses your server as its last hop.Roger Dingledine2006-01-07
* helper nodes are deadRoger Dingledine2006-01-07
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* strictentrynodes means we should clear the current entry_nodes list.Roger Dingledine2006-01-02
* get rid of the special case for 'testing' circuitsRoger Dingledine2005-12-31
* Finish implementing config's EntryNodes and StrictEntryNodes option.Roger Dingledine2005-12-31
* helper nodes are dead. long live entry nodes.Roger Dingledine2005-12-28
* but only close the new conn if one of the earlier helper nodesRoger Dingledine2005-12-28
* but only close it if we have marked an earlier helper as up.Roger Dingledine2005-12-28
* when we connect to a helper node for the first time, closeRoger Dingledine2005-12-28
* when we succeed at connecting to a helper that we've never connectedRoger Dingledine2005-12-27
* helpful logRoger Dingledine2005-12-27