]>
git.ipfire.org Git - thirdparty/tor.git/log
Nick Mathewson [Fri, 19 Jan 2018 21:30:53 +0000 (16:30 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Fri, 19 Jan 2018 21:29:43 +0000 (16:29 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Conflicts:
src/or/rendservice.c
Nick Mathewson [Fri, 19 Jan 2018 21:29:15 +0000 (16:29 -0500)]
Merge remote-tracking branch 'dgoulet/bug24895_029_02' into maint-0.2.9
Roger Dingledine [Fri, 19 Jan 2018 08:00:43 +0000 (03:00 -0500)]
hs: Use hs_service_max_rdv_failures consensus param, defaulting to 2
Nick Mathewson [Fri, 19 Jan 2018 15:18:59 +0000 (10:18 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Fri, 19 Jan 2018 15:17:05 +0000 (10:17 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Fri, 19 Jan 2018 15:16:47 +0000 (10:16 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.9
Roger Dingledine [Fri, 19 Jan 2018 07:38:07 +0000 (02:38 -0500)]
turn MAX_REND_FAILURES into a function
no actual changes in behavior
Roger Dingledine [Mon, 15 Jan 2018 21:30:55 +0000 (16:30 -0500)]
MAX_REND_FAILURES is 1, but we would try three times
Fix an "off by 2" error in counting rendezvous failures on the onion
service side.
While we thought we would stop the rendezvous attempt after one failed
circuit, we were actually making three circuit attempts before giving up.
Fixes bug 24895; bugfix on 0.0.6.
Taylor Yu [Wed, 10 Jan 2018 20:52:04 +0000 (14:52 -0600)]
Work around Travis CI ptrace regression
Travis CI deployed a change that disables ptrace capabilities in
container builds, which prevents LeakSanitizer on clang from working
properly. Set "sudo: required" to force non-container builds for
clang and work around this.
Nick Mathewson [Mon, 8 Jan 2018 16:10:36 +0000 (11:10 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Mon, 8 Jan 2018 16:10:36 +0000 (11:10 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Mon, 8 Jan 2018 16:09:08 +0000 (11:09 -0500)]
Add changes file for new fallback directory list.
Nick Mathewson [Mon, 8 Jan 2018 16:03:44 +0000 (11:03 -0500)]
Add 7 other fallback dirs from teor's tests
These are from "fallback_dirs_2018_01_06_2323_UTC_44aa1adf35_AU.inc"
Nick Mathewson [Mon, 8 Jan 2018 15:57:06 +0000 (10:57 -0500)]
Update the fallback_dirs.inc file: part 1
This takes the updated fallback_dirs_2018_01_06_CA.inc from
pastly's scan.
Nick Mathewson [Mon, 8 Jan 2018 14:34:56 +0000 (09:34 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Mon, 8 Jan 2018 14:34:56 +0000 (09:34 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Mon, 8 Jan 2018 14:34:56 +0000 (09:34 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.9
Karsten Loesing [Mon, 8 Jan 2018 10:36:38 +0000 (11:36 +0100)]
Update geoip and geoip6 to the January 5 2018 database.
Nick Mathewson [Fri, 5 Jan 2018 21:41:34 +0000 (16:41 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Fri, 5 Jan 2018 21:41:34 +0000 (16:41 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Fri, 5 Jan 2018 21:41:31 +0000 (16:41 -0500)]
Merge branch 'teor_ticket24681_028' into maint-0.2.9
Nick Mathewson [Fri, 5 Jan 2018 16:28:23 +0000 (11:28 -0500)]
fix a wide line
Nick Mathewson [Wed, 3 Jan 2018 13:59:59 +0000 (08:59 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Wed, 3 Jan 2018 13:59:59 +0000 (08:59 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Wed, 3 Jan 2018 13:59:52 +0000 (08:59 -0500)]
Merge branch 'bug24633_029' into maint-0.2.9
Nick Mathewson [Tue, 2 Jan 2018 15:10:28 +0000 (10:10 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Tue, 2 Jan 2018 15:10:28 +0000 (10:10 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Tue, 2 Jan 2018 15:09:44 +0000 (10:09 -0500)]
Merge remote-tracking branch 'teor/bug24736_028' into maint-0.2.9
teor [Sun, 24 Dec 2017 14:53:14 +0000 (01:53 +1100)]
Clear the address when we can't choose a reachable address
When the fascist_firewall_choose_address_ functions don't find a
reachable address, set the returned address to the null address and port.
This is a precautionary measure, because some callers do not check the
return value.
Fixes bug 24736; bugfix on 0.2.8.2-alpha.
teor [Fri, 22 Dec 2017 13:00:18 +0000 (00:00 +1100)]
Make the default DirAuthorityFallbackRate 0.1
This makes clients on the public tor network prefer to bootstrap off fallback
directory mirrors.
This is a follow-up to 24679, which removed weights from the default fallbacks.
Implements ticket 24681.
Nick Mathewson [Thu, 21 Dec 2017 15:58:20 +0000 (10:58 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Thu, 21 Dec 2017 15:49:40 +0000 (10:49 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Thu, 21 Dec 2017 15:48:37 +0000 (10:48 -0500)]
Use monotime_coarse_absolute_msec() in destroy queue
This way it will match the insert queue in 029 and later.
Nick Mathewson [Thu, 21 Dec 2017 15:43:12 +0000 (10:43 -0500)]
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson [Thu, 21 Dec 2017 15:43:06 +0000 (10:43 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson [Thu, 21 Dec 2017 15:40:10 +0000 (10:40 -0500)]
Merge branch 'bug24666_squashed_025' into maint-0.2.5
Nick Mathewson [Thu, 21 Dec 2017 15:39:29 +0000 (10:39 -0500)]
Move free to end of test function so coverity won't complain.
Nick Mathewson [Tue, 19 Dec 2017 18:53:52 +0000 (13:53 -0500)]
Move destroy cells into a separate queue type of their own, to save RAM
We've been seeing problems with destroy cells queues taking up a
huge amount of RAM. We can mitigate this, since while a full packed
destroy cell takes 514 bytes, we only need 5 bytes to remember a
circuit ID and a reason.
Fixes bug 24666. Bugfix on 0.2.5.1-alpha, when destroy cell queues
were introduced.
Nick Mathewson [Wed, 20 Dec 2017 17:15:24 +0000 (12:15 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Wed, 20 Dec 2017 17:15:24 +0000 (12:15 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Wed, 20 Dec 2017 17:15:23 +0000 (12:15 -0500)]
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson [Wed, 20 Dec 2017 17:15:23 +0000 (12:15 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.8
Karsten Loesing [Wed, 20 Dec 2017 16:36:29 +0000 (17:36 +0100)]
Update geoip and geoip6 to the December 6 2017 database.
Nick Mathewson [Wed, 20 Dec 2017 14:34:25 +0000 (09:34 -0500)]
Fix the clz32 and clz64 settings on MSVC.
Fixes bug 24633; bugfix on 0.2.9.1-alpha.
Nick Mathewson [Tue, 12 Dec 2017 14:13:12 +0000 (09:13 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Tue, 12 Dec 2017 14:13:05 +0000 (09:13 -0500)]
rename changes file
Nick Mathewson [Mon, 11 Dec 2017 21:56:31 +0000 (16:56 -0500)]
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson [Mon, 11 Dec 2017 21:56:31 +0000 (16:56 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson [Mon, 11 Dec 2017 21:56:31 +0000 (16:56 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Mon, 11 Dec 2017 21:56:31 +0000 (16:56 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Mon, 11 Dec 2017 21:56:28 +0000 (16:56 -0500)]
Merge branch 'bug24167_025' into maint-0.2.5
Nick Mathewson [Mon, 11 Dec 2017 21:54:14 +0000 (16:54 -0500)]
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson [Mon, 11 Dec 2017 21:54:14 +0000 (16:54 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Mon, 11 Dec 2017 21:54:14 +0000 (16:54 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Mon, 11 Dec 2017 21:54:11 +0000 (16:54 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson [Mon, 11 Dec 2017 21:53:02 +0000 (16:53 -0500)]
Merge remote-tracking branch 'public/ticket23856_025_01' into maint-0.2.5
Nick Mathewson [Mon, 11 Dec 2017 21:51:58 +0000 (16:51 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Mon, 11 Dec 2017 21:51:58 +0000 (16:51 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Mon, 11 Dec 2017 21:51:54 +0000 (16:51 -0500)]
Merge remote-tracking branch 'public/bug23985_029' into maint-0.2.9
Nick Mathewson [Mon, 11 Dec 2017 21:43:51 +0000 (16:43 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Mon, 11 Dec 2017 21:41:28 +0000 (16:41 -0500)]
Merge remote-tracking branch 'asn/bug23862_030' into maint-0.3.0
Nick Mathewson [Fri, 1 Dec 2017 17:13:40 +0000 (12:13 -0500)]
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson [Fri, 1 Dec 2017 17:13:40 +0000 (12:13 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Fri, 1 Dec 2017 17:13:40 +0000 (12:13 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Fri, 1 Dec 2017 17:13:39 +0000 (12:13 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson [Fri, 1 Dec 2017 17:13:15 +0000 (12:13 -0500)]
Fix a clang compilation warning in rendservice.c
Fixes bug 24480; bugfix on 0.2.5.16.
Nick Mathewson [Fri, 1 Dec 2017 14:35:43 +0000 (09:35 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Fri, 1 Dec 2017 14:35:16 +0000 (09:35 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
"ours" merge to avoid version bump.
Nick Mathewson [Fri, 1 Dec 2017 14:35:07 +0000 (09:35 -0500)]
Merge branch 'maint-0.2.8' into maint-0.2.9
"ours" merge to avoid version bump.
Nick Mathewson [Fri, 1 Dec 2017 14:34:47 +0000 (09:34 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.8
"ours" merge to avoid version bump.
Nick Mathewson [Fri, 1 Dec 2017 14:34:09 +0000 (09:34 -0500)]
bump to 0.3.0.13-dev
Nick Mathewson [Fri, 1 Dec 2017 14:34:00 +0000 (09:34 -0500)]
bump to 0.2.9.14-dev
Nick Mathewson [Fri, 1 Dec 2017 14:33:51 +0000 (09:33 -0500)]
bump to 0.2.8.17-dev
Nick Mathewson [Fri, 1 Dec 2017 14:33:41 +0000 (09:33 -0500)]
bump to 0.2.5.16-dev
Nick Mathewson [Fri, 1 Dec 2017 14:15:12 +0000 (09:15 -0500)]
copy changelog to releasenotes
George Kadianakis [Wed, 25 Oct 2017 16:54:48 +0000 (19:54 +0300)]
Add changes file for #23862.
George Kadianakis [Wed, 25 Oct 2017 16:18:38 +0000 (19:18 +0300)]
Remove a duplicate call to update_microdesc_downloads()
This call happens before we update our entry guards, so it needs to be
removed for the fix to #23862 to work.
George Kadianakis [Wed, 25 Oct 2017 16:18:25 +0000 (19:18 +0300)]
Update entry guard state whenever we download a consensus.
Update guard state even if we don't have enough dirinfo since that
actually affects the future download of dirinfos.
Fixes #23862 on 0.3.0.1-alpha
Nick Mathewson [Thu, 30 Nov 2017 20:10:36 +0000 (15:10 -0500)]
Changelog for 0.3.0.13
Nick Mathewson [Thu, 30 Nov 2017 17:28:39 +0000 (12:28 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Thu, 30 Nov 2017 17:25:01 +0000 (12:25 -0500)]
version bump to 0.3.0.13
Nick Mathewson [Thu, 30 Nov 2017 17:24:13 +0000 (12:24 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Thu, 30 Nov 2017 17:24:07 +0000 (12:24 -0500)]
version bump to 0.2.9.14
Nick Mathewson [Thu, 30 Nov 2017 17:22:38 +0000 (12:22 -0500)]
Merge branch 'maint-0.2.8' into maint-0.2.9
"ours" merge to avoid version bump.
Nick Mathewson [Thu, 30 Nov 2017 17:22:32 +0000 (12:22 -0500)]
version bump to 0.2.8.17
Nick Mathewson [Thu, 30 Nov 2017 17:21:36 +0000 (12:21 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.8
"ours" to avoid version bump
Nick Mathewson [Thu, 30 Nov 2017 17:19:48 +0000 (12:19 -0500)]
bump to 0.2.5.16
Nick Mathewson [Thu, 30 Nov 2017 17:07:59 +0000 (12:07 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0
Nick Mathewson [Thu, 30 Nov 2017 17:07:59 +0000 (12:07 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Thu, 30 Nov 2017 17:07:59 +0000 (12:07 -0500)]
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson [Thu, 30 Nov 2017 17:07:59 +0000 (12:07 -0500)]
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson [Thu, 30 Nov 2017 17:07:43 +0000 (12:07 -0500)]
Merge branch 'trove-2017-012_030' into maint-0.3.0
Nick Mathewson [Thu, 30 Nov 2017 17:07:26 +0000 (12:07 -0500)]
Merge branch 'trove-2017-010_029' into maint-0.2.9
Nick Mathewson [Thu, 30 Nov 2017 17:06:21 +0000 (12:06 -0500)]
Merge branch 'trove-2017-012_025' into maint-0.2.5
Nick Mathewson [Thu, 30 Nov 2017 17:06:17 +0000 (12:06 -0500)]
Merge branch 'trove-2017-011_025' into maint-0.2.5
Nick Mathewson [Thu, 30 Nov 2017 17:05:59 +0000 (12:05 -0500)]
Merge branch 'trove-2017-009_025' into maint-0.2.5
Nick Mathewson [Thu, 30 Nov 2017 16:52:40 +0000 (11:52 -0500)]
Fix changes file
Nick Mathewson [Thu, 30 Nov 2017 16:48:12 +0000 (11:48 -0500)]
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson [Thu, 30 Nov 2017 16:48:12 +0000 (11:48 -0500)]
Merge branch 'maint-0.3.0' into release-0.3.0