aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Rebuild the microdesc cache when a sufficient number of bytes are droppedNick Mathewson2011-05-03
* Backport microdesc_cache_clean to 0.2.2Nick Mathewson2011-05-03
* Fix a check for when to rebuild the microdesc cache. (Backport from 0.2.3.Nick Mathewson2011-05-03
* Add missing code to set cache->journal_len when reading microdesc journalNick Mathewson2011-05-03
* Clean up a warning a bitNick Mathewson2011-04-29
* Merge remote-tracking branch 'arma/bug3012' into maint-0.2.2Nick Mathewson2011-04-28
|\
| * relays checkpoint their state file twice a dayRoger Dingledine2011-04-28
* | Merge remote-tracking branch 'arma/bug3039' into maint-0.2.2Nick Mathewson2011-04-28
|\ \ | |/ |/|
| * stop putting wacky values into state->lastwrittenRoger Dingledine2011-04-28
* | Clarify comment to say which version fixed 2722Nick Mathewson2011-04-28
| |
| \
*-. \ Merge remote-tracking branches 'rransom/bug2722' and 'rransom/bug2722b' into ...Nick Mathewson2011-04-28
|\ \ \
| | * | Add an XXX to the DA code regarding bug 2722Robert Ransom2011-04-18
| * | | Revert "If we are not using BEGIN_DIR cells, don't attempt to contact hidden ...Robert Ransom2011-03-12
* | | | Merge remote-tracking branch 'sebastian/bug3020' into maint-0.2.2Nick Mathewson2011-04-28
|\ \ \ \ | |_|_|/ |/| | |
| * | | Correctly check elapsed time in last hibernation periodSebastian Hahn2011-04-29
* | | | fix a function commentRoger Dingledine2011-04-28
|/ / /
* | | Avoid false positives from proxy_mode()Nick Mathewson2011-04-28
* | | Fix bug 1930Robert Ransom2011-04-28
* | | Ignore SIGNAL NEWNYM on relay-only Tor instancesRobert Ransom2011-04-28
* | | Don't allow v0 HS auths to act as clientsRobert Ransom2011-04-28
* | | Merge remote-tracking branch 'sebastian/bug2497' into maint-0.2.2Nick Mathewson2011-04-28
|\ \ \
| * | | Don't report empty bw-history lines in extrainfoSebastian Hahn2011-04-19
| | |/ | |/|
* | | Clean up merge of bug3k_021Robert Ransom2011-04-28
* | | Merge branch 'bug3k_021' into bug3k_022Sebastian Hahn2011-04-28
|\ \ \
| * | | Fix a failure case of connection_ap_handshake_attach_circuit()Sebastian Hahn2011-04-28
| * | | Fix a bug introduced by purging rend_cache on NEWNYMRobert Ransom2011-04-28
| * | | Allow rend_client_send_introduction to fail transientlyRobert Ransom2011-04-28
| * | | Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom2011-04-28
* | | | Fix clear_trackhostexits_mapping() to actually work as advertisedNick Mathewson2011-04-27
* | | | make make check-spaces happier.Roger Dingledine2011-04-27
* | | | Fix double-free bug in microdesc parsercypherpunks2011-04-27
* | | | explain an argument in a function commentRoger Dingledine2011-04-27
* | | | Instead of checking whether we have unremoved intro points, check for usable ...Nick Mathewson2011-04-27
* | | | better user-facing warnings for unexpected last hopsRoger Dingledine2011-04-27
* | | | warn if we launch too many circuits for a given streamRoger Dingledine2011-04-27
* | | | revert most of ef81649d2fcRoger Dingledine2011-04-27
* | | | Add a circuit_purpose_to_string() function, and use itNick Mathewson2011-04-27
* | | | 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