aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
...
| * | If we have chosen an exit that shares a family with all bridges, fail the cir...Nick Mathewson2011-04-26
| * | Do not try to download descriptors for bridges in ExcludeNodes.Nick Mathewson2011-04-26
| * | Do not automatically ignore Fast/Stable for exits when ExitNodes is setNick Mathewson2011-04-26
| * | Add an XXX022-1090 to note consider_exit_fmily b0rkennessNick Mathewson2011-04-26
| * | three more cases where maybe we want to excludeRoger Dingledine2011-04-26
| * | If ExitNodes and Exclude{Exit}Nodes overlap, obey Exclude{Exit}Nodes.Roger Dingledine2011-04-26
| * | the new entrynodes behavior is always strictRoger Dingledine2011-04-26
| * | If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.Roger Dingledine2011-04-26
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\| |
| * | Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson2011-04-07
| |\ \
| | * | Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
| * | | Use timevals, not time_t, when expiring circuits.Nick Mathewson2011-03-30
| |/ /
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\| |
| * | Fix up all doxygen warnings other than "foo is not documented"Nick Mathewson2011-03-16
* | | clarify log messages based on suggestion from armaNick Mathewson2011-03-14
* | | finish a commentNick Mathewson2011-03-14
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-14
|\| |
| * | Merge remote branch 'arma/bug2510' into maint-0.2.2Nick Mathewson2011-03-14
| |\ \
| | * | support multihomed bridges (bug 2510)Roger Dingledine2011-02-08
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-08
|\| | |
| * | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-03-08
| |\ \ \ | | | |/ | | |/|
| | * | Avoid crash in any_pending_bridge_descriptor_fetchesNick Mathewson2011-03-08
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\| | |
| * | | prevent same entry and exit for insane edge caseRoger Dingledine2011-02-22
| | |/ | |/|
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-26
|\| |
| * | Merge branch 'bug2321' into maint-0.2.2Nick Mathewson2011-01-26
| |\ \
| | * | Avoid sketchy integer cast in cbt codeNick Mathewson2011-01-26
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-25
|\| | |
| * | | Comment remaining CBT functions.Mike Perry2011-01-25
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-25
|\| | |
| * | | Fix bug #2004 by demoting a log message.Mike Perry2011-01-25
| |/ /
* | | Merge branch 'maint-0.2.2'Roger Dingledine2011-01-15
|\| |
| * | Provide constant limits for all consensus paramsSebastian Hahn2011-01-15
| * | Sanity-check consensus param valuesSebastian Hahn2011-01-15
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * fix whitespace issuesNick Mathewson2011-01-03
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Merge branch 'maint-0.2.2'Roger Dingledine2010-12-19
|\| |
| * | Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson2010-12-15
| |\|
| | * Make payloads into uint8_t.Nick Mathewson2010-12-15
* | | Merge remote branch 'public/refactor_pports'Nick Mathewson2010-11-11
|\ \ \
| * | | Make the predicted ports logic a little simpler.Nick Mathewson2010-10-15
* | | | Fix up comments in choose_good_entry_server. Spotted by Robert Ransom.Nick Mathewson2010-10-29
|/ / /
* | | Fold timestamp_created into highres_createdNick Mathewson2010-10-15
* | | Remove "is this too slow?" XXXX comments for code not appearing in profilesNick Mathewson2010-10-15
* | | Merge remote branch 'arma/bug1982_2'Nick Mathewson2010-10-13
|\ \ \
| * | | allow countries and IP addresses in EntryNodesRoger Dingledine2010-09-29