Tor

tor:release-0.3.0

Last commit made on 2018-01-19
Get this branch:
git clone -b release-0.3.0 https://git.launchpad.net/tor

Branch merges

Branch information

Name:
release-0.3.0
Repository:
lp:tor

Recent commits

d07e069... by Nick Mathewson <email address hidden>

Merge branch 'maint-0.3.0' into release-0.3.0

b39c50c... by Nick Mathewson <email address hidden>

Merge branch 'maint-0.2.9' into maint-0.3.0

 Conflicts:
        src/or/rendservice.c

a2aaf95... by Nick Mathewson <email address hidden>

Merge remote-tracking branch 'dgoulet/bug24895_029_02' into maint-0.2.9

490ae26... by Roger Dingledine <email address hidden>

hs: Use hs_service_max_rdv_failures consensus param, defaulting to 2

b2b59b0... by Nick Mathewson <email address hidden>

Merge branch 'maint-0.3.0' into release-0.3.0

1cf11b6... by Nick Mathewson <email address hidden>

Merge branch 'maint-0.2.9' into maint-0.3.0

36567c5... by Nick Mathewson <email address hidden>

Merge branch 'maint-0.2.5' into maint-0.2.9

cc5a9e9... by Roger Dingledine <email address hidden>

turn MAX_REND_FAILURES into a function

no actual changes in behavior

a15eb9f... by Roger Dingledine <email address hidden>

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.

49de586... by Taylor Yu <email address hidden>

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.