Tor

tor:maint-0.2.5

Last commit made on 2018-04-05
Get this branch:
git clone -b maint-0.2.5 https://git.launchpad.net/tor

Branch merges

Branch information

Name:
maint-0.2.5
Repository:
lp:tor

Recent commits

1fa396b... by Karsten Loesing <email address hidden>

Update geoip and geoip6 to the April 3 2018 database.

0eb2cdf... by Nick Mathewson <email address hidden>

Merge remote-tracking branch 'catalyst-github/bug25388-025' into maint-0.2.5

3418a3a... by Karsten Loesing <email address hidden>

Update geoip and geoip6 to the March 8 2018 database.

09484b9... by Taylor Yu <email address hidden>

Document how to allow partial Travis failures

Add some commented-out allow_failures clauses to make it easier to
temporarily allow less-critical sub-builds to fail while still
reporting success.

f1278b7... by Karsten Loesing <email address hidden>

Update geoip and geoip6 to the February 7 2018 database.

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.

8efbeb0... by Karsten Loesing <email address hidden>

Update geoip and geoip6 to the January 5 2018 database.

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

Merge branch 'bug24666_squashed_025' into maint-0.2.5

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

Move free to end of test function so coverity won't complain.

520cf21... by Nick Mathewson <email address hidden>

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.