Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-26 | three more cases where maybe we want to exclude | Roger Dingledine | |
2011-04-26 | make formal a constraint that's been true a while now | Roger Dingledine | |
2011-04-26 | refuse moria1.exit if moria1 is excluded | Roger Dingledine | |
add a note reminding us to do this for foo.moria1.exit if we decide to. | |||
2011-04-26 | note another case where strictnodes is considered for exits | Roger Dingledine | |
2011-04-26 | If ExitNodes and Exclude{Exit}Nodes overlap, obey Exclude{Exit}Nodes. | Roger Dingledine | |
Also, ExitNodes are always strict. | |||
2011-04-26 | the new entrynodes behavior is always strict | Roger Dingledine | |
2011-04-26 | don't exit enclave to excluded relays | Roger Dingledine | |
2011-04-26 | slight tweak on circuit_conforms_to_options | Roger Dingledine | |
this function really needs to get a total rewrite (or die) For now, use #if 0 to disable it. | |||
2011-04-26 | handle excludenodes for dir fetch/post | Roger Dingledine | |
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. | |||
2011-04-26 | If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes. | Roger Dingledine | |
2011-04-26 | refuse excluded hidserv nodes if strictnodes | Roger Dingledine | |
Make hidden services more flaky for people who set both ExcludeNodes and StrictNodes. Not recommended, especially for hidden service operators. | |||
2011-04-26 | Expose a new process_signal(uintptr_t), not signal_callback() | Nick Mathewson | |
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. | |||
2011-04-26 | Merge remote-tracking branch 'sebastian/bug2917' into maint-0.2.2 | Nick Mathewson | |
2011-04-26 | Merge remote-tracking branch 'public/bug2332' into maint-0.2.2 | Nick Mathewson | |
2011-04-26 | Downgrade notice to info when downloading a cert. | Nick Mathewson | |
2011-04-26 | fix some comments before they create conflicts | Roger Dingledine | |
2011-04-26 | Fix compilation in last patch | Nick Mathewson | |
2011-04-26 | Merge remote-tracking branch 'sebastian/bug2704' into maint-0.2.2 | Nick Mathewson | |
2011-04-26 | Fix more of bug 2704 | Sebastian Hahn | |
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. | |||
2011-04-26 | Don't leak the local hostname in relay nicknames | Sebastian Hahn | |
Fixes bug 2979, reported by tagnaq. | |||
2011-04-25 | Merge commit '91aa6f08bcf0acbdfa038aaffe73e327ddd87c67' into maint-0.2.2 | Nick Mathewson | |
2011-04-22 | Make the Log configuration option expand ~ | Sebastian Hahn | |
2011-04-21 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-04-21 | Fix a bug in removing DNSPort requests from their circular list | Nick Mathewson | |
Under heavy load, this could result in an assertion failure. Fix for bug 2933; bugfix on 0.2.0.10-alpha. | |||
2011-04-19 | Prevent hugely inflated observed bandwidth values | Sebastian Hahn | |
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. | |||
2011-04-19 | Don't sometimes undercount bw average | Sebastian Hahn | |
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. | |||
2011-04-19 | Standardize our printf code on %d, not %i. | Nick Mathewson | |
2011-04-19 | Merge remote-tracking branch 'rransom/bug2948' into maint-0.2.2 | Nick Mathewson | |
2011-04-19 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-04-19 | Merge remote-tracking branch 'rransom/bug2750-v3' into maint-0.2.1 | Nick Mathewson | |
2011-04-19 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-04-19 | Ouch: correctly tabify the micro-revision.i target in Makefile.am (0.2.1 only) | Nick Mathewson | |
2011-04-18 | Correct HS descriptor length check | Nick Mathewson | |
Fixes bug 2948. | |||
2011-04-18 | Merge branch 'bug2750-v3' into bug2948 | Robert Ransom | |
2011-04-18 | Add an XXX | Robert Ransom | |
2011-04-18 | Correct the warning emitted when rejecting an oversized HS desc | Robert Ransom | |
2011-04-15 | Make SIGNAL DUMP work on FreeBSD | Sebastian Hahn | |
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). | |||
2011-04-08 | Add a changes file for the osx 10.6 compile fix | Sebastian Hahn | |
We forgot to put it into 0.2.2.24-alpha. | |||
2011-04-08 | Merge branch 'bug2373' into maint-0.2.2 | Nick Mathewson | |
2011-04-07 | Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittests | Gisle Vanem | |
2011-04-07 | Free pending_cb_messages on exit | Nick Mathewson | |
2011-04-07 | Free circuits_for_buffer_stats on shutdown | Nick Mathewson | |
2011-04-07 | Fix up some cell-queue stats issues in rephist.c | Nick Mathewson | |
- Document the structure and variables. - Make circuits_for_buffer_stats into a static variable. - Don't die horribly if interval_length is 0. - Remove the unused local_circ_id field. - Reorder the fields of circ_buffer_stats_t for cleaner alignment layout. | |||
2011-04-07 | Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2 | Nick Mathewson | |
Conflicts: src/or/or.h | |||
2011-04-07 | Allow controllers a more up-to-date view of bridge usage. | Nick Mathewson | |
Instead of answering GETINFO requests about our geoip usage only after running for 24 hours, this patch makes us answer GETINFO requests immediately. We still round and quantize as before. Implements bug2711. Also, refactor the heck out of the bridge usage formatting code. No longer should we need to do a generate-parse-and-regenerate cycle to get the controller string, and that lets us simplify the code a lot. | |||
2011-04-07 | Fix a compile warning on OS X 10.6 | Sebastian Hahn | |
2011-04-06 | Merge maint-0.2.1 for bug2402_again fixes . Use "-s ours" so we don't ↵ | Nick Mathewson | |
actually take the patch. | |||
2011-04-06 | Merge remote-tracking branch 'public/bug2402_again' into maint-0.2.1 | Nick Mathewson | |
2011-04-04 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-04-04 | switch to the apr 2011 geoip db | Roger Dingledine | |