Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | Merge branch 'http_tunnel_squashed' | Nick Mathewson | |
2017-09-05 | Add a manpage entry and changes file for for HTTPTunnelPort | Nick Mathewson | |
2017-09-05 | Move protocol-specific functions out of buffers.c | Nick Mathewson | |
This commit does not change the implementation of any function: it only moves code and adds new includes as necessary. Part of #23149. | |||
2017-09-05 | Remove changes files that are already merged in 0.3.1.6-rc | Nick Mathewson | |
2017-09-04 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-09-04 | Merge branch 'bug22752_031_simple' into maint-0.3.1 | Nick Mathewson | |
2017-09-04 | Merge remote-tracking branch 'dgoulet/bug23366_032_01' | Nick Mathewson | |
2017-09-04 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-09-04 | Merge remote-tracking branch 'public/bug23275_031' into maint-0.3.1 | Nick Mathewson | |
2017-08-31 | config: Make parse_outbound_addresses() return failures | David Goulet | |
The function was never returning an error code on failure to parse the OutboundAddress* options. In the process, it was making our test_options_validate__outbound_addresses() not test the right thing. Fixes #23366 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-08-29 | Changes file for bug22752 (simple version) | Nick Mathewson | |
2017-08-29 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-08-28 | hs: Fix the intro circuit max retry | David Goulet | |
Some parentheses were missing making the rend_max_intro_circs_per_period() return a lower value than it was suppose to. The calculation is that a service at most will open a number of intro points that it wants which is 3 by default or HiddenServiceNumIntroductionPoints. Two extra are launched for performance reason. Finally, this can happen twice for two descriptors for the current and next time period. From: 2 * n_intro_wanted + 2 ...which resulted in 8 for 3 intro points, this commit fixes it to: (n_intro_wanted + 2) * 2 ... resulting in 12 possible intro point circuit which is the correct maximum intro circuit allowed per period. Last, this commit rate limits the the log message if we ever go above that limit else over a INTRO_CIRC_RETRY_PERIOD, we can print it often! Fixes #22159 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-08-28 | Merge branch 'ticket22348_031' into maint-0.3.1 | Nick Mathewson | |
2017-08-28 | Merge branch 'ticket22348_031' | Nick Mathewson | |
2017-08-28 | Merge branch 'bug22802_squashed' | Nick Mathewson | |
2017-08-28 | Don't use "0" as a "base" argument to tor_parse_*(). | Nick Mathewson | |
Telling these functions to autodetect the numeric base has lead to trouble in the past. Fixes bug 22469. Bugfix on 0.2.2.various. | |||
2017-08-25 | Restore documentation for approved-routers | Nick Mathewson | |
We removed this documentation in 607724c696a6e, when we removed Naming Authoritative Directories, but actually this file is still used by authorities to indicate rejected and invalid fingerprints. Closes ticket 21148. | |||
2017-08-25 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-08-25 | Merge branch 'bug19418_029' into maint-0.3.1 | Nick Mathewson | |
2017-08-24 | Changes file for 22497 | Nick Mathewson | |
2017-08-24 | Merge branch 'bug23106_032' | Nick Mathewson | |
2017-08-24 | Merge branch 'bug19281_025' | Nick Mathewson | |
2017-08-24 | Merge branch 'feature22976_squashed' | Nick Mathewson | |
2017-08-24 | Also disable spawning on Sandbox. | Nick Mathewson | |
This isn't a functional change, but it makes our logic more clear, and catches bugs earlier. | |||
2017-08-24 | Merge branch 'bug22779_031' | Nick Mathewson | |
2017-08-24 | Merge branch 'bug22677' | Nick Mathewson | |
2017-08-23 | Don't do expensive consensus stuff when not a cache. | Nick Mathewson | |
This includes generating and storing compressed consensuses, and consensus diffs. Fixes bug 23275; bugfix on 0.3.1.1-alpha. | |||
2017-08-21 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-08-21 | Merge branch 'bug23291_028' into maint-0.3.1 | Nick Mathewson | |
2017-08-21 | changes file for bug 23291 | Nick Mathewson | |
2017-08-21 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-08-21 | Fix triggerable BUG() when decoding hsv3 descriptors. | George Kadianakis | |
Also improve the unittest to make sure it catches the right error. | |||
2017-08-11 | Raise MIN_DL_PER_REQUEST to 32 | Nick Mathewson | |
This change should improve overhead for downloading small numbers of descriptors and microdescriptors by improving compression performance and lowering directory request overhead. Closes ticket 23220. | |||
2017-08-11 | Merge branch 'bug18982' | Nick Mathewson | |
2017-08-11 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-08-11 | Merge remote-tracking branch 'dgoulet/bug23091_032_01' | Nick Mathewson | |
2017-08-09 | Document all the arguments of PublishServerDescriptor. | Nick Mathewson | |
Implements 15645. | |||
2017-08-09 | Add a 'NoExec' option that causes tor_spawn_background() to fail | Nick Mathewson | |
Core of an implementation for 22976. | |||
2017-08-09 | Clarify that "sandbox 1" requires linux and seccomp2 | Nick Mathewson | |
Closes 22677. | |||
2017-08-09 | Make sure we always wind up checking i2d_*'s output. | Nick Mathewson | |
The biggest offender here was sometimes not checking the output of crypto_pk_get_digest. Fixes bug 19418. Reported by Guido Vranken. | |||
2017-08-09 | Make write_escaped_data more robust to large inputs. | Nick Mathewson | |
The old implementation would fail with super-long inputs. We never gave it any, but still, it's nicer to dtrt here. Reported by Guido Vranken. Fixes bug 19281. | |||
2017-08-08 | Use a single free-and-exit strategy in config_process_include. | Nick Mathewson | |
This avoids a double-free when a pointer already freed with tor_free(config_line) is freed again in the cleanup-and-exit code. Fixes bug 23155. | |||
2017-08-08 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-08-08 | Merge branch 'bug23139' into maint-0.3.1 | Nick Mathewson | |
2017-08-08 | Merge branch 'maint-0.3.1' | Nick Mathewson | |
2017-08-08 | chages file on 22286 | Nick Mathewson | |
2017-08-08 | Fix a memory leak in consdiffmgr.c | Nick Mathewson | |
Fixes bug 23139; bugfix on 0.3.1.1-alpha. | |||
2017-08-04 | Remove usage of the PATH_MAX variable | cypherpunks | |
GNU Hurd does not define the PATH_MAX variable. Using the variable on this platform results in compilation errors. Closes #23098. | |||
2017-08-04 | Fix ntohs() that should have been htons() | Nick Mathewson | |
Fixes bug 23106; bugfix on 0.2.4.8-alpha. Fortunately, we only support big-endian and little-endian platforms, and on both of those, hton*() and ntoh*() behave the same. And if we did start to support middle endian systems (haha, no), most of _those_ have hton*(x) == ntoh*(x) too. |