Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-23 | Merge remote-tracking branch 'public/ticket13762' | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'karsten/geoip6-jan2015' into maint-0.2.4 | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2015-01-22 | Update geoip6 to the January 7 2015 database. | Karsten Loesing | |
2015-01-22 | Update geoip to the January 7 2015 database. | Karsten Loesing | |
2015-01-21 | Merge branch 'better_workqueue_v3_squashed' | Nick Mathewson | |
2015-01-21 | Merge branch 'bug9819' | Nick Mathewson | |
2015-01-20 | Merge branch 'bug14084' | Nick Mathewson | |
2015-01-20 | Merge remote-tracking branch 'dgoulet/bug14224_025_v1' | Nick Mathewson | |
2015-01-19 | Replace a 4 with a 6; fix a bug that nobody noticed :/ | Nick Mathewson | |
Fixes 14280 bugfix on 1053af0b9c4127873034a935ce33 in 0.2.4.7-alpha. | |||
2015-01-19 | Merge branch 'bug7555_v2_squashed' | Nick Mathewson | |
Conflicts: src/or/connection_edge.c | |||
2015-01-19 | Fix: close intro circuit if no more intro points are usable | David Goulet | |
Once a NACK is received on the intro circuit, tor tries an other usable one by extending the current circuit to it. If no more intro points are usable, now close the circuit. Also, it's reason is changed before closing it so we don't report again an intro point failure and trigger an extra HS fetch. Fixes #14224 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-18 | Merge remote-tracking branch 'public/ticket13037' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2015-01-18 | Merge remote-tracking branch 'public/bug14219_025' | Nick Mathewson | |
2015-01-18 | Do not replace a HS descriptor with a different replica of itself | Roger Dingledine | |
This fixes a bug where we'd fetch different replicas of the same descriptor for a down hidden service over and over, until we got lucky and fetched the same replica twice in a row. Fixes bug 14219; bugfix on 0.2.0.10-alpha. (Patch from Roger; commit message and changes file by Nick.) | |||
2015-01-18 | Merge remote-tracking branch 'public/bug14261_025' | Nick Mathewson | |
Conflicts: src/or/directory.c | |||
2015-01-18 | Increase limit for status vote download size by a factor of 5. | Nick Mathewson | |
We've started to hit the limit here. We introduced the limit in 0.1.2.5-alpha. This fixes bug 14261, but we should have a smarter way to not actually do the behavior this permits. See #14267 for a ticket about fixing that. | |||
2015-01-18 | Fix memory leak in connection_ap_handshake_rewrite_and_attach() | Nick Mathewson | |
Spotted by asn. #14259. Bugfix on 368eb6a97 in 0.2.0.1-alpha. | |||
2015-01-18 | Merge remote-tracking branch 'public/bug12485' | Nick Mathewson | |
2015-01-16 | changes file for 9396005428c40cf7ef9f1e6ae1d725f3155391f5 | Nick Mathewson | |
2015-01-16 | Merge branch 'bug8546_squashed' | Nick Mathewson | |
Conflicts: src/or/connection.c src/or/or.h src/or/relay.c | |||
2015-01-16 | changes file for bug 8546 | Nick Mathewson | |
2015-01-15 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-01-15 | Ignore warning for redundant decl in openssl/srtp.h | Nick Mathewson | |
Backports some commits from tor master. | |||
2015-01-15 | Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_string | Nick Mathewson | |
Closes 14207; bugfix on 0.2.6.2-alpha. | |||
2015-01-15 | Fix the checkdir/perms test when umask==077 | Nick Mathewson | |
Fixes 14215; bugfix on 0.2.6.2-alpha. Reported by "cypherpunks". | |||
2015-01-15 | Restrict sample values of the Laplace distribution to int64_t. | George Kadianakis | |
This helps avoid undefined behavior from casting big double values to int64_t. Fixes #14090. | |||
2015-01-14 | Merge remote-tracking branch 'public/bug13397' | Nick Mathewson | |
2015-01-14 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-01-14 | Refactor cpuworker to use workqueue/threadpool code. | Nick Mathewson | |
2015-01-14 | New minimum uptime to become an HSDir is 96 hours. | George Kadianakis | |
2015-01-13 | update bug12585 changes file | Nick Mathewson | |
2015-01-13 | Merge remote-tracking branch 'andrea/ticket12585_v3' | Nick Mathewson | |
2015-01-13 | Allow MapAddress and Automap to work together | Nick Mathewson | |
The trick here is to apply mapaddress first, and only then apply automapping. Otherwise, the automap checks don't get done. Fix for bug 7555; bugfix on all versions of Tor supporting both MapAddress and AutoMap. | |||
2015-01-13 | Remove needless strdup in addressmap_register_virtual_address() | Nick Mathewson | |
Fixes bug 14195. Bugfix on 0.1.0.1-rc. | |||
2015-01-13 | Actually set *expires_out in addressmap_rewrite. | Nick Mathewson | |
Fixes 14193; bugfix on 35d08e30d, which went into 0.2.3.17-beta. | |||
2015-01-12 | Merge remote-tracking branch 'teor/bug13111-empty-key-files-fn-empty' | Nick Mathewson | |
2015-01-12 | Merge branch 'bug13806_squashed' | Nick Mathewson | |
Conflicts: src/or/relay.c | |||
2015-01-12 | When OOM, free cached hidden service descriptors too. | Nick Mathewson | |
2015-01-12 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-01-12 | Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.5 | Nick Mathewson | |
2015-01-11 | changes file for bug13805 | Nick Mathewson | |
2015-01-11 | changes file for 14141 | Nick Mathewson | |
2015-01-11 | Merge remote-tracking branch 'teor/nickm-bug13401' | Nick Mathewson | |
2015-01-11 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-01-11 | Don't crash on torrc Vi[rtualAddrNetworkIPv[4|6]] with no option value | teor | |
Check for a missing option value in parse_virtual_addr_network before asserting on the NULL in tor_addr_parse_mask_ports. This avoids crashing on torrc lines like Vi[rtualAddrNetworkIPv[4|6]] when no value follows the option. Bugfix on 0.2.3 (de4cc126cbb5 on 24 November 2012), fixes #14142. | |||
2015-01-10 | Speed up hidden service bootstrap by reducing the initial post delay | teor | |
Drop the MIN_REND_INITIAL_POST_DELAY on a testing network to 5 seconds, but keep the default at 30 seconds. Reduces the hidden service bootstrap to 25 seconds from around 45 seconds. Change the default src/test/test-network.sh delay to 25 seconds. Closes ticket 13401. | |||
2015-01-10 | Create TestingDirAuthVoteHSDir like TestingDirAuthVoteExit/Guard | teor | |
TestingDirAuthVoteHSDir ensures that authorities vote the HSDir flag for the listed relays regardless of uptime or ORPort connectivity. Respects the value of VoteOnHidServDirectoriesV2. Partial fix for bug 14067. |