Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-14 | Merge branch 'dgoulet_ticket19043_030_03_squashed' | Nick Mathewson | |
2016-12-14 | prop224: Add a changes file for v3 ESTABLISH_INTRO. | George Kadianakis | |
2016-12-13 | Remove AuthDirMaxServersPerAuthAddr | Nick Mathewson | |
Back when Roger had do do most of our testing on the moria host, we needed a higher limit for the number of relays running on a single IP address when that limit was shared with an authority. Nowadays, the idea is pretty obsolete. Also remove the router_addr_is_trusted_dir() function, which served no other purpose. Closes ticket 20960. | |||
2016-12-12 | Merge remote-tracking branch 'jryans/log-severity' | Nick Mathewson | |
2016-12-12 | Merge remote-tracking branch 'rubiate/ticket20511' | Nick Mathewson | |
2016-12-12 | Fix a few warnings from lintChanges | Nick Mathewson | |
2016-12-11 | Remove changes files from master that are already in 0297-rc | Nick Mathewson | |
2016-12-11 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-11 | Spell MAC_OS_X_VERSION_10_12 correctly. | Nick Mathewson | |
Fixes 20935. | |||
2016-12-09 | Downgrade a harmless bug warning to info. | Nick Mathewson | |
Makes 19926 less annoying in 0.2.9. In 0.3.0, we should actually fix this. | |||
2016-12-09 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-09 | router: Fix memory leak in signed_descriptor_move() | David Goulet | |
The signed_descriptor_move() was not releasing memory inside the destination object before overwriting it with the source object. This commit adds a reset function that free that memory inside a signed descriptor object and zero it. Closes #20715. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-12-09 | Update geoip and geoip6 to the December 7 2016 database. | Karsten Loesing | |
2016-12-08 | Merge branch 'feature15056_v1_squashed' | Nick Mathewson | |
2016-12-08 | Changes file for feature 15056 (prop220, extend cell side) | Nick Mathewson | |
2016-12-07 | Merge branch 'bug19960_2' | Nick Mathewson | |
2016-12-07 | Netbsd doesn't have ipfw, only the regular pf transport stuff. | Nick Mathewson | |
Attempted fix for 19960. Also, fixes a typo. | |||
2016-12-07 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-07 | Fix a BUG() warning from next_random_exponential_delay(). | Nick Mathewson | |
Fixes 20875; this code is as suggested by teor on the ticket. Thanks! | |||
2016-12-07 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-07 | Increase tolerances in util/monotonic_time tests | Nick Mathewson | |
This is an attempt to fix #19974. | |||
2016-12-07 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-07 | Merge branch 'bug20710_025' into maint-0.2.9 | Nick Mathewson | |
2016-12-07 | Forgot to add changes file for 20710. | Nick Mathewson | |
2016-12-06 | Accept non-space whitespace characters in log severity syntax. | J. Ryan Stinnett | |
Adds a test_config_parse_log_severity unit test to verify behavior. Fixes #19965. | |||
2016-12-05 | Merge remote-tracking branch 'chelseakomlo/20717_hashing_api_bug' | Nick Mathewson | |
2016-12-05 | Merge branch 'getentropy_028' into maint-0.2.8 | Nick Mathewson | |
2016-12-05 | 20865: Don't use getentropy() on OSX Sierra. | Nick Mathewson | |
Tor 0.2.9 has a broader range of fixes and workarounds here, but for 0.2.8, we're just going to maintain the existing behavior. (The alternative would be to backport both 1eba088054eca1555b455ee4a2adfafecb888af9 and 16fcbd21c963a9a65bf55024680c8323c8b7175d , but the latter is kind of a subtle kludge in the configure.ac script, and I'm not a fan of backporting that kind of thing.) | |||
2016-12-05 | Merge remote-tracking branch 'jryans/service_is_ephemeral' | Nick Mathewson | |
2016-12-05 | Merge remote-tracking branch 'chelseakomlo/circuituse' | Nick Mathewson | |
2016-12-05 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-05 | Test for .git as readable instead of a dir to support worktrees | J. Ryan Stinnett | |
Fixes #20492. | |||
2016-12-05 | Merge remote-tracking branch 'jryans/local-hostname' | Nick Mathewson | |
2016-12-05 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-05 | Fix changes file for 20864: 20638 _did_ get into 0.2.9 | Nick Mathewson | |
2016-12-05 | Always Use EVP_aes_*_ctr() with openssl 1.1 | Nick Mathewson | |
(OpenSSL 1.1 makes EVP_CIPHER_CTX opaque, _and_ adds acceleration for counter mode on more architectures. So it won't work if we try the older approach, and it might help if we try the newer one.) Fixes bug 20588. | |||
2016-12-04 | Use `rend_service_is_ephemeral` for all service checks in `rendservice.c` | J. Ryan Stinnett | |
Fixes #20853. | |||
2016-12-03 | Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts | J. Ryan Stinnett | |
Fixes #17070. | |||
2016-12-03 | Use a temporary service list when validating and adding hidden services | teor | |
This resolves two issues: * the checks in rend_add_services were only being performed when adding the service, and not when the service was validated, (this meant that duplicate checks were not being performed, and some SETCONF commands appeared to succeed when they actually failed), and * if one service failed while services were being added, then the service list would be left in an inconsistent state (tor dies when this happens, but the code is cleaner now). Fixes #20860. | |||
2016-12-03 | Changes file for 20864 | teor | |
2016-12-02 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-12-02 | protover: Fix old tor hardcoded version check | David Goulet | |
When computing old Tor protocol line version in protover, we were looking at 0.2.7.5 twice instead of the specific case for 0.2.9.1-alpha. Fixes #20810 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-12-02 | Merge remote-tracking branch 'teor/bug20667' | Nick Mathewson | |
2016-12-02 | Merge branch 'maint-0.2.9' | Nick Mathewson | |