summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2014-12-23Merge remote-tracking branch 'teor/bug13718-consensus-interval'Nick Mathewson
2014-12-24Fix If-Modified-Since in rapidly updating Tor networksteor
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-24Allow consensus interval of 10 seconds when testingteor
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-24Fix TestingMinExitFlagThreshold 0teor
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-23Merge remote-tracking branch 'public/bug13811_025'Nick Mathewson
2014-12-23Changes file for 13811Nick Mathewson
2014-12-23changes file for ticket11016Nick Mathewson
2014-12-23Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-12-23changs file for 13808Nick Mathewson
2014-12-23whoops; missing changes file for 14013Nick Mathewson
2014-12-22Start on a changelog for 0.2.6.2-alphaNick Mathewson
2014-12-22have lintchanges check header format.Nick Mathewson
2014-12-22Resolve issues in changes filesNick Mathewson
2014-12-21Merge branch 'ticket7356_squashed'Nick Mathewson
2014-12-21Changes file for 7356rl1987
2014-12-21Merge remote-tracking branch 'teor/bug14002-osx-transproxy-ipfw-pf'Nick Mathewson
2014-12-21Fix clang warning, IPv6 address comment, buffer size typoteor
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-20Fix transparent proxy checks to allow OS X to use ipfw or pfteor
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-19Merge branch 'asn-karsten-task-13192-5-squashed'Nick Mathewson
2014-12-19HS stats: Add changes file and improve man page.George Kadianakis
2014-12-19Merge remote-tracking branch 'dgoulet/bug13936_025_v2'Nick Mathewson
2014-12-17Fix: call circuit_has_opened() for rendezvous circuitDavid 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-12Reference bug number in changes fileNick Mathewson
2014-12-12Merge remote-tracking branch 'meejah/ticket-13941-b'Nick Mathewson
2014-12-12Tweak 13942 fixNick Mathewson
2014-12-11Pre-check hidden-service-dir permissions/ownershipmeejah
See ticket #13942 where Tor dies if you feed it a hidden service directory with the wrong owner via SETCONF.
2014-12-11Fix 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-07Use END_CIRC_REASON_TORPROTOCOL instead of magic number.rl1987
2014-11-27Tweak global_scheduler changes fileNick Mathewson
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
Conflicts: src/or/or.h src/test/Makefile.nmake
2014-11-26Merge remote-tracking branch 'public/bug13126'Nick Mathewson
Conflicts: src/or/or.h
2014-11-25Merge branch 'feature9503_squashed'Nick Mathewson
2014-11-25Adding 'SIGNAL HEARTBEAT' message that causes unscheduled heartbeat.rl1987
2014-11-24Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-11-24Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-11-24Merge remote-tracking branch 'karsten/geoip6-nov2014' into maint-0.2.4Nick Mathewson
2014-11-24Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-11-24Update geoip6 to the November 15 2014 database.Karsten Loesing
2014-11-24Update geoip to the November 15 2014 database.Karsten Loesing
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-11-20Don't build introduction circuits until we know we can build circuitsNick Mathewson
Patch from akwizgran. Ticket 13447.
2014-11-17Remove Support022HiddenServicesNick 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-16Changes file for 13212.rl1987
2014-11-12Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-11-12Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
Conflicts: src/or/config.c
2014-11-12Add changes file for #13926Sebastian Hahn
2014-11-12Merge remote-tracking branch 'public/bug7484'Nick Mathewson
Conflicts: src/test/test_addr.c
2014-11-12Merge branch 'ticket13172'Nick Mathewson
2014-11-12Merge remote-tracking branch 'rl1987/bug13644'Nick Mathewson
2014-11-12tweak 9812 changes fileNick Mathewson