summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-16Refer to the correct variable in a loop when parsing entry guard stateNick Mathewson
2012-06-28fix grammar in commentRoger Dingledine
2012-06-23Catch a few more K&R violations with make check-spacesNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-15Downgrade log messages about cbt enabled/disabled. Bug 6169.Nick Mathewson
2012-06-15another little step at making debugging 5458 easierRoger Dingledine
2012-06-14Lower the default path bias notice rate to 40%.Mike Perry
2012-06-14For now, never disable any guards.Mike Perry
2012-06-14Defend against entry node path bias attacksMike Perry
2012-06-14Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson
2012-06-14Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis
2012-06-13Satisfy make check-spacesAndrea Shepard
2012-06-13Move cbt->liveness.timeouts_after_firsthop free code into its own functionAndrea Shepard
2012-06-13Early exit from circuit_build_times_set_timeout() if adaptive timeouts are di...Andrea Shepard
2012-06-13Use K&R styleAndrea Shepard
2012-06-13Unconditionally use config CircuitBuildTimeout if LearnCircuitBuildTimeout is...Andrea Shepard
2012-06-13Don't track circuit timeout history unless we're actually using adaptive time...Andrea Shepard
2012-06-13Add debug logging to circuit_build_times_* of circuitbuild.c to trace queries...Andrea Shepard
2012-06-05Merge branch 'bug5603'Nick Mathewson
2012-06-05Minor changes to bug5603Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-03Improve conflict resolution when adding new bridges.George Kadianakis
2012-05-18Use a more helpful log message when we can't find a proxy.George Kadianakis
2012-05-16Remove over-two-months-old entry guards even while running.Roger Dingledine
2012-05-16Correct documentation for remove_obsolete_entry_guards.Nick Mathewson
2012-05-11When no usable exit satisfies a predicted port, stop predicting it.Nick Mathewson
2012-04-12Trivially refactor validate_pluggable_transports_config().George Kadianakis
2012-04-12Improve the message of validate_pluggable_transports_config().George Kadianakis
2012-03-27Refactor the API for setting up a block cipher.Nick Mathewson
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-09Never choose a bridge as an exit. Bug 5342.Nick Mathewson
2012-02-12Unpack a smartlist_foreach and add an assert: try to hunt #5102Nick Mathewson
2012-01-27if we ever have an old bridge, never again use microdescsRoger Dingledine
2012-01-25Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2012-01-16Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson
2012-01-16Try to use smartlist_add_asprintf consistentlyNick Mathewson
2011-12-07clarify a debug lineRoger Dingledine
2011-11-30Warn user about client ignoring non-preferred IP address for a bridge.Linus Nordberg
2011-11-30Whitespace changes.Linus Nordberg
2011-11-30Make router_get_{prim,alt,pref}_addr_port take tor_addr_port_t *.Linus Nordberg
2011-11-30Take IPv6 into account when rewriting routerinfo for a bridge and maintain ip...Linus Nordberg
2011-11-30Use preferred address when looking for bridges by routerinfo_t.Linus Nordberg
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-30Add some logging and comments.Linus Nordberg
2011-11-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-03Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis