Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-30 | Add the prop271 fields to entry_guard_t. Not used yet. | Nick Mathewson | |
2016-11-30 | Whitespace fixes from previous mechanical search-and-replaces | Nick Mathewson | |
2016-11-30 | Make entry_guard_t opaque to circpathbias.c | Nick Mathewson | |
This was a relatively mechanical change. First, I added an accessor function for the pathbias-state field of a guard. Then I did a search-and-replace in circpathbias.c to replace "guard->pb." with "pb->". Finally, I made sure that "pb" was declared whenever it was needed. | |||
2016-11-30 | Fix remaining case of circpathbias inspecting entryguard internals | Nick Mathewson | |
2016-11-30 | Add an entry_guard_describe() function | Nick Mathewson | |
This function helpfully removes all but one remaining use of an entry_guard_t private field in pathbias.c | |||
2016-11-30 | Move path-bias fields into a separate structure | Nick Mathewson | |
(Other than the field movement, the code changes here are just search-and-replace) | |||
2016-11-30 | prop271: make entry_guard_t mostly-private | Nick Mathewson | |
The entry_guard_t structure should really be opaque, so that we can change its contents and have the rest of Tor not care. This commit makes it "mostly opaque" -- circpathbias.c can still see inside it. (I'm making circpathbias.c exempt since it's the only part of Tor outside of entrynodes.c that made serious use of entry_guard_t internals.) | |||
2016-11-22 | Merge remote-tracking branch 'teor/fix-mingw-pagesize' | Nick Mathewson | |
2016-11-21 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-21 | Merge remote-tracking branch 'arma/bug20423' into maint-0.2.9 | Nick Mathewson | |
2016-11-17 | Merge remote-tracking branch 'dgoulet/bug20629_030_01' | Nick Mathewson | |
2016-11-17 | Merge remote-tracking branch 'public/bug20558' | Nick Mathewson | |
2016-11-17 | Merge remote-tracking branch 'public/bug20630' | Nick Mathewson | |
2016-11-17 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-17 | Merge remote-tracking branch 'dgoulet/bug20646_030_01' | Nick Mathewson | |
2016-11-17 | Fix and simplify error handling code in rend_service_parse_port_config() | Ivan Markin | |
2016-11-17 | Fix comment for rend_service_parse_port_config() | Ivan Markin | |
2016-11-17 | Merge remote-tracking branch 'teor/bug20634_029' into maint-0.2.9 | Nick Mathewson | |
2016-11-16 | don't attempt a resolve when the cached answer will do | Roger Dingledine | |
For relays that don't know their own address, avoid attempting a local hostname resolve for each descriptor we download. Also cut down on the number of "Success: chose address 'x.x.x.x'" log lines. Fixes bugs 20423 and 20610; bugfix on 0.2.8.1-alpha. | |||
2016-11-16 | refactor router_pick_published_address to have another arg | Roger Dingledine | |
no change in behavior except fewer log entries in the case where we use a cached result. | |||
2016-11-16 | finish_writing_to_file_impl(): Remove temporary file if replacing the ↵ | Fabian Keil | |
existing one failed Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-11-16 | fixup! Add expect_log_msg_containing_either3() and ↵ | teor | |
expect_log_msg_containing_either4() Fix typos: * extra '(' * use assert_log_predicate (without 3 or 4 at the end) Tidy whitespace. Wrap long lines. | |||
2016-11-16 | Add all four error messages to test_address_get_if_addrs6_list_no_internal() | Neel Chauhan | |
2016-11-16 | Add all four error messages to test_address_get_if_addrs6_list_internal() | Neel Chauhan | |
2016-11-16 | Add expect_log_msg_containing_either3() and expect_log_msg_containing_either4() | Neel Chauhan | |
2016-11-14 | Fix a "shouldn't have reached this" warning in connection_edge.c | Nick Mathewson | |
This was bug 20630; bugfix on f3e158ed where I thought I was committing a documentation-only fix but instead messed up the control flow too. | |||
2016-11-10 | hs: Remove pointless NULL check found by Coverity | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-11-10 | Merge remote-tracking branch 'dgoulet/bug20570_030_01' | Nick Mathewson | |
2016-11-10 | Merge remote-tracking branch 'dgoulet/bug20567_030_01' | Nick Mathewson | |
2016-11-10 | Merge remote-tracking branch 'public/feature20552' | Nick Mathewson | |
2016-11-10 | Merge remote-tracking branch 'dgoulet/ticket19642_030_01' | Nick Mathewson | |
2016-11-10 | Add "TByte" and "TBytes" units; also add "TBits" to man page | Matt Nordhoff | |
2016-11-10 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-10 | Merge remote-tracking branch 'teor/bug20613' into maint-0.2.9 | Nick Mathewson | |
2016-11-08 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-09 | Stop logging single onion and Tor2web long-term one-hop circuits | teor | |
Single onion services and Tor2web deliberately create long-term one-hop circuits to their intro and rend points, respectively. These log messages are intended to diagnose issue 8387, which relates to circuits hanging around forever for no reason. Fixes bug 20613; bugfix on 0.2.9.1-alpha. Reported by "pastly". | |||
2016-11-08 | In torrc.sample.in, note that bandwidth must be >=75 KB. | Nick Mathewson | |
Queue a corresponding change for torrc.minimal.in. Closes ticket 20085. | |||
2016-11-09 | Call get_options() once at the top of circuit_log_ancient_one_hop_circuits() | teor | |
Refactoring, no behaviour change. | |||
2016-11-08 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-08 | Merge remote-tracking branch 'public/bug20306_029' into maint-0.2.9 | Nick Mathewson | |
2016-11-08 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-08 | Use va_copy() in pure-windows version of tor_asprintf(). | Nick Mathewson | |
It's not okay to use the same varargs list twice, and apparently some windows build environments produce code here that would leave tor_asprintf() broken. Fix for bug 20560; bugfix on 0.2.2.11-alpha when tor_asprintf() was introduced. | |||
2016-11-08 | hs: Add single-onion-service line to v3 descriptor | David Goulet | |
This field indicates if the service is a Single Onion Service if present in the descriptor. Closes #19642 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-11-08 | Bump version to 0.2.9.5-alpha-dev | Nick Mathewson | |
2016-11-08 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-08 | When using exponential backoff in test networks, use a lower exponent | teor | |
Lower exponents mean that delays do not vary as much. This helps test networks bootstrap consistently. Bugfix on 20499. | |||
2016-11-07 | bump version to 0.2.9.5-alpha | Nick Mathewson | |
2016-11-07 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
Conflicts: src/or/rendservice.c | |||
2016-11-07 | Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9 | Nick Mathewson | |
2016-11-07 | Merge branch 'maint-0.2.9' | Nick Mathewson | |