Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-23 | Merge remote-tracking branch 'teor/bug13718-consensus-interval' | Nick Mathewson | |
2014-12-24 | Fix If-Modified-Since in rapidly updating Tor networks | teor | |
When V3AuthVotingInterval is low, decrease the delay on the If-Modified-Since header passed to directory servers. This allows us to obtain consensuses promptly when the consensus interval is very short. This assists in bootstrapping a testing Tor network. Fixes bugs 13718 & 13963. | |||
2014-12-24 | Allow consensus interval of 10 seconds when testing | teor | |
Decrease minimum consensus interval to 10 seconds when TestingTorNetwork is set. (Or 5 seconds for the first consensus.) Fix code that assumes larger interval values. This assists in quickly bootstrapping a testing Tor network. Fixes bugs 13718 & 13823. | |||
2014-12-24 | Fix TestingMinExitFlagThreshold 0 | teor | |
Stop requiring exits to have non-zero bandwithcapacity in a TestingTorNetwork. Instead, when TestingMinExitFlagThreshold is 0, ignore exit bandwidthcapacity. This assists in bootstrapping a testing Tor network. Fixes bugs 13718 & 13839. Makes bug 13161's TestingDirAuthVoteExit non-essential. | |||
2014-12-23 | Merge remote-tracking branch 'public/bug13811_025' | Nick Mathewson | |
2014-12-23 | Changes file for 13811 | Nick Mathewson | |
2014-12-23 | changes file for ticket11016 | Nick Mathewson | |
2014-12-23 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-12-23 | changs file for 13808 | Nick Mathewson | |
2014-12-23 | whoops; missing changes file for 14013 | Nick Mathewson | |
2014-12-22 | Start on a changelog for 0.2.6.2-alpha | Nick Mathewson | |
2014-12-22 | have lintchanges check header format. | Nick Mathewson | |
2014-12-22 | Resolve issues in changes files | Nick Mathewson | |
2014-12-21 | Merge branch 'ticket7356_squashed' | Nick Mathewson | |
2014-12-21 | Changes file for 7356 | rl1987 | |
2014-12-21 | Merge remote-tracking branch 'teor/bug14002-osx-transproxy-ipfw-pf' | Nick Mathewson | |
2014-12-21 | Fix clang warning, IPv6 address comment, buffer size typo | teor | |
The address of an array in the middle of a structure will always be non-NULL. clang recognises this and complains. Disable the tautologous and redundant check to silence this warning. Fixes bug 14001. | |||
2014-12-20 | Fix transparent proxy checks to allow OS X to use ipfw or pf | teor | |
OS X uses ipfw (FreeBSD) or pf (OpenBSD). Update the transparent proxy option checks to allow for both ipfw and pf on OS X. Fixes bug 14002. | |||
2014-12-19 | Merge branch 'asn-karsten-task-13192-5-squashed' | Nick Mathewson | |
2014-12-19 | HS stats: Add changes file and improve man page. | George Kadianakis | |
2014-12-19 | Merge remote-tracking branch 'dgoulet/bug13936_025_v2' | Nick Mathewson | |
2014-12-17 | Fix: call circuit_has_opened() for rendezvous circuit | David Goulet | |
In circuit_get_open_circ_or_launch(), for a rendezvous circuit, rend_client_rendcirc_has_opened() but circuit_has_opened() is preferred here since it will call the right function for a specific circuit purpose. Furthermore, a controller event is triggered where the former did not. Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2014-12-12 | Reference bug number in changes file | Nick Mathewson | |
2014-12-12 | Merge remote-tracking branch 'meejah/ticket-13941-b' | Nick Mathewson | |
2014-12-12 | Tweak 13942 fix | Nick Mathewson | |
2014-12-11 | Pre-check hidden-service-dir permissions/ownership | meejah | |
See ticket #13942 where Tor dies if you feed it a hidden service directory with the wrong owner via SETCONF. | |||
2014-12-11 | Fix 13941: make calling log_new_relay_greeting() optional. | meejah | |
Specifically, only if we're creating secret_id_key do we log the greeting (and then only if the key is actually created). | |||
2014-12-07 | Use END_CIRC_REASON_TORPROTOCOL instead of magic number. | rl1987 | |
2014-11-27 | Tweak global_scheduler changes file | Nick Mathewson | |
2014-11-27 | Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold' | Nick Mathewson | |
Conflicts: src/or/or.h src/test/Makefile.nmake | |||
2014-11-26 | Merge remote-tracking branch 'public/bug13126' | Nick Mathewson | |
Conflicts: src/or/or.h | |||
2014-11-25 | Merge branch 'feature9503_squashed' | Nick Mathewson | |
2014-11-25 | Adding 'SIGNAL HEARTBEAT' message that causes unscheduled heartbeat. | rl1987 | |
2014-11-24 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-11-24 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2014-11-24 | Merge remote-tracking branch 'karsten/geoip6-nov2014' into maint-0.2.4 | Nick Mathewson | |
2014-11-24 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2014-11-24 | Update geoip6 to the November 15 2014 database. | Karsten Loesing | |
2014-11-24 | Update geoip to the November 15 2014 database. | Karsten Loesing | |
2014-11-20 | Make can_complete_circuits a static variable. | Nick Mathewson | |
2014-11-20 | Don't build introduction circuits until we know we can build circuits | Nick Mathewson | |
Patch from akwizgran. Ticket 13447. | |||
2014-11-17 | Remove Support022HiddenServices | Nick Mathewson | |
This has been already disabled in the directory consensus for a while; it didn't seem to break anything. Finally closes #7803. | |||
2014-11-16 | Changes file for 13212. | rl1987 | |
2014-11-12 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-11-12 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2014-11-12 | Add changes file for #13926 | Sebastian Hahn | |
2014-11-12 | Merge remote-tracking branch 'public/bug7484' | Nick Mathewson | |
Conflicts: src/test/test_addr.c | |||
2014-11-12 | Merge branch 'ticket13172' | Nick Mathewson | |
2014-11-12 | Merge remote-tracking branch 'rl1987/bug13644' | Nick Mathewson | |
2014-11-12 | tweak 9812 changes file | Nick Mathewson | |