aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix a check-spaces complaintSebastian Hahn2011-04-26
* Explain the "using anyway" log message betterSebastian Hahn2011-04-26
* Fix a log msgSebastian Hahn2011-04-26
* Check transition of circuit purpose from INTRO->GENERAL if nodes are constrainedNick Mathewson2011-04-26
* When cannibalizing a circuit, make sure it has no ExcludeNodes on itNick Mathewson2011-04-26
* When there is a transition in permitted nodes, apply it to trackexithosts mapNick Mathewson2011-04-26
* Simplify calls to routerset_equalNick Mathewson2011-04-26
* 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
* Correct the behavior of .exit with ExcludeNodes, StrictNodes, etc.Nick Mathewson2011-04-26
* Note another place that we need to fix a 1090 issue.Nick Mathewson2011-04-26
* Do not automatically ignore Fast/Stable for exits when ExitNodes is setNick Mathewson2011-04-26
* Note a slightly less likely way to violate ExcludeNodesNick Mathewson2011-04-26
* Note that circuit purpose changing can violate ExcludeNodesNick Mathewson2011-04-26
* If we're excluded, and StrictNodes is set, do not do self-tests.Nick 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
* make formal a constraint that's been true a while nowRoger Dingledine2011-04-26
* refuse moria1.exit if moria1 is excludedRoger Dingledine2011-04-26
* note another case where strictnodes is considered for exitsRoger 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
* don't exit enclave to excluded relaysRoger Dingledine2011-04-26
* slight tweak on circuit_conforms_to_optionsRoger Dingledine2011-04-26
* handle excludenodes for dir fetch/postRoger Dingledine2011-04-26
* If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.Roger Dingledine2011-04-26
* refuse excluded hidserv nodes if strictnodesRoger Dingledine2011-04-26
* Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson2011-04-26
* Merge remote-tracking branch 'sebastian/bug2917' into maint-0.2.2Nick Mathewson2011-04-26
|\
| * Make SIGNAL DUMP work on FreeBSDSebastian Hahn2011-04-15
* | Merge remote-tracking branch 'public/bug2332' into maint-0.2.2Nick Mathewson2011-04-26
|\ \
| * | Make eventdns server functions const void* to match libeventNick Mathewson2011-01-10
* | | Downgrade notice to info when downloading a cert.Nick Mathewson2011-04-26
* | | fix some comments before they create conflictsRoger Dingledine2011-04-26
* | | Fix compilation in last patchNick Mathewson2011-04-26
* | | Merge remote-tracking branch 'sebastian/bug2704' into maint-0.2.2Nick Mathewson2011-04-26
|\ \ \
| * | | Fix more of bug 2704Sebastian Hahn2011-04-26
* | | | Don't leak the local hostname in relay nicknamesSebastian Hahn2011-04-26
|/ / /
* | | Merge commit '91aa6f08bcf0acbdfa038aaffe73e327ddd87c67' into maint-0.2.2Nick Mathewson2011-04-25
|\ \ \
| * | | Make the Log configuration option expand ~Sebastian Hahn2011-04-22
* | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-04-21
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a bug in removing DNSPort requests from their circular listNick Mathewson2011-04-21
| * | | Merge remote-tracking branch 'rransom/bug2750-v3' into maint-0.2.1Nick Mathewson2011-04-19
| |\ \ \
| * | | | Ouch: correctly tabify the micro-revision.i target in Makefile.am (0.2.1 only)Nick Mathewson2011-04-19
* | | | | Prevent hugely inflated observed bandwidth valuesSebastian Hahn2011-04-19
* | | | | Don't sometimes undercount bw averageSebastian Hahn2011-04-19
* | | | | Standardize our printf code on %d, not %i.Nick Mathewson2011-04-19
* | | | | Correct HS descriptor length checkNick Mathewson2011-04-18
* | | | | Merge branch 'bug2750-v3' into bug2948Robert Ransom2011-04-18
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Add an XXXRobert Ransom2011-04-18