summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this function really needs to get a total rewrite (or die) For now, use #if 0 to disable it.
| * | | | | | | handle excludenodes for dir fetch/postRoger Dingledine2011-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we're picking a random directory node, never pick an excluded one. But if we've chosen a specific one (or all), allow it unless strictnodes is set (in which case warn so the user knows it's their fault). When warning that we won't connect to a strictly excluded node, log what it was we were trying to do at that node. When ExcludeNodes is set but StrictNodes is not set, we only use non-excluded nodes if we can, but fall back to using excluded nodes if none of those nodes is usable.
| * | | | | | | If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.Roger Dingledine2011-04-26
| | | | | | | |
| * | | | | | | refuse excluded hidserv nodes if strictnodesRoger Dingledine2011-04-26
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make hidden services more flaky for people who set both ExcludeNodes and StrictNodes. Not recommended, especially for hidden service operators.
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-26
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/main.h
| * | | | | | Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson2011-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a tweak to the bug2917 fix. Basically, if we want to simulate a signal arriving in the controller, we shouldn't have to pretend that we're Libevent, or depend on how Tor sets up its Libevent callbacks.
| * | | | | | Merge remote-tracking branch 'sebastian/bug2917' into maint-0.2.2Nick Mathewson2011-04-26
| |\ \ \ \ \ \
| | * | | | | | Make SIGNAL DUMP work on FreeBSDSebastian Hahn2011-04-15
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While doing so, get rid of the now unnecessary function control_signal_act(). Fixes bug 2917, reported by Robert Ransom. Bugfix on commit 9b4aa8d2abbce71398e58188209a1b1d04885b96. This patch is loosely based on a patch by Robert (Changelog entry).
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-26
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | partial fix for bug 2332
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-26
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/rephist.c
| * | | | | | | Downgrade notice to info when downloading a cert.Nick Mathewson2011-04-26
| | | | | | | |
| * | | | | | | fix some comments before they create conflictsRoger Dingledine2011-04-26
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last entry of the *Maxima values in the state file was inflated by a factor of NUM_SECS_ROLLING_MEASURE (currently 10). This could lead to a wrong maximum value propagating through the state file history.
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/dirserv.h
| * | | | | | | | Don't leak the local hostname in relay nicknamesSebastian Hahn2011-04-26
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 2979, reported by tagnaq.
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-25
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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.2'Nick Mathewson2011-04-21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under heavy load, this could result in an assertion failure. Fix for bug 2933; bugfix on 0.2.0.10-alpha.
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Prevent hugely inflated observed bandwidth valuesSebastian Hahn2011-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When reading the bw history from the state file, we'd add the 900-second value as traffic that occured during one second. Fix that by adding the average value to each second. This bug was present since 0.2.0.5-alpha, but was hidden until 0.2.23-alpha when we started using the saved values.
| * | | | | | | Don't sometimes undercount bw averageSebastian Hahn2011-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the first part of bug 2704. It should occur only rarely when no bw maxima are known. Bugfix on 0.2.2.23-alpha. Fixes bug 2704.
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Standardize our printf code on %d, not %i.Nick Mathewson2011-04-19
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge remote-tracking branch 'rransom/bug2948' into maint-0.2.2Nick Mathewson2011-04-19
| |\ \ \ \ \ \ \
| | * | | | | | | Correct HS descriptor length checkNick Mathewson2011-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 2948.
| | * | | | | | | Merge branch 'bug2750-v3' into bug2948Robert Ransom2011-04-18
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-04-19
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge remote-tracking branch 'rransom/bug2750-v3' into maint-0.2.1Nick Mathewson2011-04-19
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Add an XXXRobert Ransom2011-04-18
| | | | | | | | |
| | | * | | | | | Correct the warning emitted when rejecting an oversized HS descRobert Ransom2011-04-18
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-04-19
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | / / / / / | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Ouch: correctly tabify the micro-revision.i target in Makefile.am (0.2.1 only)Nick Mathewson2011-04-19
| | |/ / / / /
| * | | | | | Add a changes file for the osx 10.6 compile fixSebastian Hahn2011-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We forgot to put it into 0.2.2.24-alpha.
* | | | | | | Merge remote-tracking branch 'asn/heartbeat'Nick Mathewson2011-04-19
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Reuse get_bytes_{read,written}() in status.cGeorge Kadianakis2011-04-16
| | | | | | |
* | | | | | | forward-port the 0.2.2.24-alpha changelogRoger Dingledine2011-04-11
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-08
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Conflicts: src/or/rephist.c