Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-03 | Deprecate some SocksPort sub-options. | Nick Mathewson | |
2016-08-03 | Teach checkOptionDocs about deprecation. | Nick Mathewson | |
In particular, teach it that deprecated options must exist. | |||
2016-08-03 | Mark a big pile of options as deprecated. | Nick Mathewson | |
2016-08-03 | Add deprecation for configuration options that need to go away. | Nick Mathewson | |
2016-08-03 | We no longer use config_var_description_t | Nick Mathewson | |
2016-08-02 | Get the extend_info_from_router check the right way around | teor | |
2016-07-29 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-29 | Remove a fallback that was on the hardcoded list, then opted-out | teor (Tim Wilson-Brown) | |
The fallback was added in 0.2.8.2-alpha. | |||
2016-07-29 | Keep make check-spaces happy | Andrea Shepard | |
2016-07-28 | Three more -Wshadow fixes. | Nick Mathewson | |
2016-07-28 | Fix a huge pile of -Wshadow warnings. | Nick Mathewson | |
These appeared on some of the Jenkins platforms. Apparently some GCCs care when you shadow globals, and some don't. | |||
2016-07-28 | Merge branch 'bug18902_squashed' | Nick Mathewson | |
2016-07-28 | Fix all -Wshadow warnings on Linux | Nick Mathewson | |
This is a partial fix for 18902. | |||
2016-07-26 | Merge branch 'bug19639_squashed' | Nick Mathewson | |
2016-07-26 | Check that extend_info_from_router is never called on a client | teor (Tim Wilson-Brown) | |
2016-07-26 | Merge remote-tracking branch 'teor/bug19702' | Nick Mathewson | |
2016-07-21 | Make monotime test mocking work with oom tests. | Nick Mathewson | |
2016-07-19 | Merge branch 'monotonic_v2_squashed' | Nick Mathewson | |
2016-07-19 | Be sure to call monotime_init() at startup. | Nick Mathewson | |
2016-07-19 | Use coarse monotonic timer instead of cached monotonized libevent time. | Nick Mathewson | |
2016-07-18 | Allow clients to retry HSDirs much faster in test networks | teor (Tim Wilson-Brown) | |
2016-07-17 | Keep make check-spaces happy | Andrea Shepard | |
2016-07-08 | Merge remote-tracking branch 'sebastian/libevent2' | Nick Mathewson | |
2016-07-06 | test coverage on onion_fast: 0%->100% | Nick Mathewson | |
2016-07-06 | Improve test coverage a little on onion*.c | Nick Mathewson | |
2016-07-06 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-06 | When checking if a routerstatus is reachable, don't check the node | teor (Tim Wilson-Brown) | |
This fixes #19608, allowing IPv6-only clients to use microdescriptors, while preserving the ability of bridge clients to have some IPv4 bridges and some IPv6 bridges. Fix on c281c036 in 0.2.8.2-alpha. | |||
2016-07-05 | Merge remote-tracking branch 'teor/bug18456' | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-05 | Merge remote-tracking branch 'weasel/bug19557' into maint-0.2.8 | Nick Mathewson | |
2016-07-05 | Merge remote-tracking branch 'weasel/bug19556' into maint-0.2.8 | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-07-05 | Merge remote-tracking branch 'asn/bug19555' | Nick Mathewson | |
2016-07-05 | Merge remote-tracking branch 'dgoulet/bug19567_029_01' | Nick Mathewson | |
2016-07-05 | Grammar. | Nick Mathewson | |
I grepped and hand-inspected the "it's" instances, to see if any were supposed to be possessive. While doing that, I found a "the the", so I grepped to see if there were any more. | |||
2016-07-04 | Remove src/or/eventdns_tor.h based on cypherpunk's review | Sebastian Hahn | |
2016-07-04 | sr: add the base16 RSA identity digest to commit | David Goulet | |
Keep the base16 representation of the RSA identity digest in the commit object so we can use it without using hex_str() or dynamically encoding it everytime we need it. It's used extensively in the logs for instance. Fixes #19561 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-07-04 | sr: Fix comment in shared_random.h | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-07-04 | sr: Remove useless code in disk_state_update() | David Goulet | |
This patch also updates a comment in the same function for accuracy. Found by Coverity issue 1362985. Partily fixes #19567. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-07-04 | prop250: Fix voting_schedule_t memleak in sr_state_update(). | George Kadianakis | |
2016-07-04 | prop250: Plug TorVersion memleak in disk_state_reset(). | George Kadianakis | |
2016-07-04 | Raise libevent dependency to 2.0.10-stable or newer | Sebastian Hahn | |
Only some very ancient distributions don't ship with Libevent 2 anymore, even the oldest supported Ubuntu LTS version has it. This allows us to get rid of a lot of compat code. | |||
2016-07-03 | Remove urras as a default trusted directory authority | Sebastian Hahn | |
It had been a directory authority since 0.2.1.20. | |||
2016-07-03 | sandboxing: allow writing to stats/hidserv-stats | Peter Palfrader | |
Our sandboxing code would not allow us to write to stats/hidserv-stats, causing tor to abort while trying to write stats. This was previously masked by bug#19556. | |||
2016-07-03 | sandboxing: allow open() of stats dir | Peter Palfrader | |
When sandboxing is enabled, we could not write any stats to disk. check_or_create_data_subdir("stats"), which prepares the private stats directory, calls check_private_dir(), which also opens and not just stats() the directory. Therefore, we need to also allow open() for the stats dir in our sandboxing setup. | |||
2016-07-01 | Keep make check-spaces happy | Andrea Shepard | |