aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* Remove version_supports checks for versions before 0.2.2.Nick Mathewson2012-09-07
* Rename extend_info_alloc() --> _new()Nick Mathewson2012-09-06
* Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-05
|\
| * Avoid segfault if EntryGuardPathBias precedes EntryGuardNick Mathewson2012-09-05
* | Use preferred OR for nodes with routerstatus and microdesc too.Linus Nordberg2012-09-04
* | Clients connect to public relays over IPv6.Linus Nordberg2012-09-04
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-27
|\|
| * Quiet "Set buildtimeout to low val" warnings: make them infoNick Mathewson2012-08-27
| * Downgrade path-bias warning messages to INFO for now.Nick Mathewson2012-08-27
* | Merge remote-tracking branch 'mikeperry/bug6647'Nick Mathewson2012-08-27
|\ \
| * | Bug 6647: Use correct scale constant and prevent rounding errorMike Perry2012-08-23
| * | Bug 6475: Demote pathbias log messages for 0.2.3.xMike Perry2012-08-23
| * | Disable path bias accounting if we have no guards.Mike Perry2012-08-23
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-27
|\ \ \ | | |/ | |/|
| * | Disable extending to private/internal addresses by defaultNick Mathewson2012-08-27
| |/
* | Clarify docs on get_configured_bridge_by_*_digestNick Mathewson2012-08-24
* | Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg2012-08-23
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-17
|\|
| * Whitespace and build fixes on 6475 patchNick Mathewson2012-08-17
| * Address Nick's comments from code review.Mike Perry2012-08-16
| * Bug 6475: Explicitly track our path bias state.Mike Perry2012-08-15
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-07-18
|\|
| * Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* | Merge remote-tracking branch 'asn/bug3589'Nick Mathewson2012-07-17
|\ \ | |/ |/|
| * Move transport-related functions from circuitbuild.c to transports.c.George Kadianakis2012-07-03
* | Refer to the correct variable in a loop when parsing entry guard stateNick Mathewson2012-07-16
|/
* fix grammar in commentRoger Dingledine2012-06-28
* Catch a few more K&R violations with make check-spacesNick Mathewson2012-06-23
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Downgrade log messages about cbt enabled/disabled. Bug 6169.Nick Mathewson2012-06-15
* another little step at making debugging 5458 easierRoger Dingledine2012-06-15
* Lower the default path bias notice rate to 40%.Mike Perry2012-06-14
* For now, never disable any guards.Mike Perry2012-06-14
* Defend against entry node path bias attacksMike Perry2012-06-14
* Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson2012-06-14
|\
| * Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis2012-06-14
* | Satisfy make check-spacesAndrea Shepard2012-06-13
* | Move cbt->liveness.timeouts_after_firsthop free code into its own functionAndrea Shepard2012-06-13
* | Early exit from circuit_build_times_set_timeout() if adaptive timeouts are di...Andrea Shepard2012-06-13
* | Use K&R styleAndrea Shepard2012-06-13
* | Unconditionally use config CircuitBuildTimeout if LearnCircuitBuildTimeout is...Andrea Shepard2012-06-13
* | Don't track circuit timeout history unless we're actually using adaptive time...Andrea Shepard2012-06-13
* | Add debug logging to circuit_build_times_* of circuitbuild.c to trace queries...Andrea Shepard2012-06-13
|/
* Merge branch 'bug5603'Nick Mathewson2012-06-05
|\
| * Minor changes to bug5603Nick Mathewson2012-06-05
| * Improve conflict resolution when adding new bridges.George Kadianakis2012-06-03
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
|/
* Use a more helpful log message when we can't find a proxy.George Kadianakis2012-05-18
* Remove over-two-months-old entry guards even while running.Roger Dingledine2012-05-16