Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-15 | Start on the 0.4.4.1-alpha changelog. | Nick Mathewson | |
2020-06-11 | Fold in a changes file and update exceptions.txt. | George Kadianakis | |
Co-authored-by: Florentin Rochet <florentin.rochet@uclouvain.be> | |||
2020-06-05 | Merge remote-tracking branch 'tor-github/pr/1902/head' | Nick Mathewson | |
2020-06-04 | changes file for ticket 32888 | Nick Mathewson | |
2020-06-02 | Merge branch 'tor-github/pr/1909' | George Kadianakis | |
2020-06-01 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-06-01 | Merge remote-tracking branch 'tor-github/pr/1905/head' into maint-0.4.3 | Nick Mathewson | |
2020-05-30 | Preemptive circs should work with UseEntryGuards 0 | Roger Dingledine | |
Resume being willing to use preemptively-built circuits when UseEntryGuards is set to 0. We accidentally disabled this feature with that config setting (in our fix for #24469), leading to slower load times. Fixes bug 34303; bugfix on 0.3.3.2-alpha. | |||
2020-05-28 | Merge branch 'tor-github/pr/1792' into maint-0.4.3 | George Kadianakis | |
2020-05-28 | changes: Add changes file for ticket 33458 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-05-27 | Merge branch 'tor-github/pr/1898' | George Kadianakis | |
2020-05-27 | Add changes file for ticket #24844 | Neel Chauhan | |
2020-05-23 | Man page: MinUptimeHidServDirectoryV2 defaults to 96 hours | Roger Dingledine | |
Bugfix on 0.2.6.3-alpha; fixes bug 34299. | |||
2020-05-21 | Merge remote-tracking branch 'tor-github/pr/1899/head' | Nick Mathewson | |
2020-05-21 | Merge branch 'tor-github/pr/1850' | George Kadianakis | |
2020-05-21 | Merge branch 'tor-github/pr/1861' | George Kadianakis | |
2020-05-21 | Add changes file | rl1987 | |
2020-05-20 | Add support for console control signals in Windows | Damon Harris | |
2020-05-19 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-05-19 | Doxygen: fix unbalanced groups. | Nick Mathewson | |
Closes ticket 34255. | |||
2020-05-15 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-05-15 | Add a changes file for 34233. | Nick Mathewson | |
This bug was merged back to 0.3.5 with our #34078 fix, but only released in 0.4.3.5, so the changes file goes here. | |||
2020-05-14 | remove changes files that have already appeared in 0.4.3. | Nick Mathewson | |
2020-05-12 | Merge branch 'bug34130_035' | Nick Mathewson | |
2020-05-12 | Fix crash when tor is compiled with NSS and seccomp sandbox is enabled | Daniel Pinto | |
Adds seccomp rules for socket and getpeername used by NSS | |||
2020-05-12 | Merge remote-tracking branch 'tor-github/pr/1885/head' | Nick Mathewson | |
2020-05-08 | Add documentation about %include and seccomp sandbox limitations | Daniel Pinto | |
2020-05-07 | Merge remote-tracking branch 'tor-github/pr/1880/head' | Nick Mathewson | |
2020-05-06 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-05-06 | Fix a boolean logic error when logging about invalid hostnames. | Nick Mathewson | |
Fixes bug 34131; bugfix on 0.4.3.1-alpha. | |||
2020-05-06 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-05-06 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-05-06 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-05-06 | Merge branch 'maint-0.3.5' into maint-0.4.1 | Nick Mathewson | |
2020-05-06 | changes file for bug 34078. | Nick Mathewson | |
2020-05-05 | core/or: Lift slow call out of loop, #33977 | Alex Xu (Hello71) | |
2020-05-05 | changes: File for #33789 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-05-04 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-05-04 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-04-30 | Merge branch 'bug34077_042' into bug34077_043 | Nick Mathewson | |
2020-04-30 | Merge branch 'bug34077_041' into bug34077_042 | Nick Mathewson | |
2020-04-30 | Fix a GCC 10.0.1 compilation warning. | Nick Mathewson | |
Fixes 34077 for 0.4.1; bugfix on 0.4.0.3-alpha. (Specifically, GCC first gives this warning for 9eeff921ae7b786d960ea4286d5bba56) | |||
2020-04-30 | Merge branch 'pr1870_squashed' | teor | |
2020-04-30 | Define and use TOR_ADDRPORT_BUF_LEN | Neel Chauhan | |
2020-04-29 | Merge remote-tracking branch 'tor-github/pr/1864/head' | Nick Mathewson | |
2020-04-29 | changes: file for 33817 | teor | |
2020-04-29 | log/util_bug: Make IF_BUG_ONCE() support ALL_BUGS_ARE_FATAL | teor | |
... and DISABLE_ASSERTS_IN_UNIT_TESTS. Make all of tor's assertion macros support the ALL_BUGS_ARE_FATAL and DISABLE_ASSERTS_IN_UNIT_TESTS debugging modes. Implements these modes for IF_BUG_ONCE(). (It used to log a non-fatal warning, regardless of the debugging mode.) Fixes bug 33917; bugfix on 0.2.9.1-alpha. | |||
2020-04-29 | core/or: Check extends for zero addresses and ports | teor | |
Check for invalid zero IPv4 addresses and ports, when sending and receiving extend cells. Fixes bug 33900; bugfix on 0.2.4.8-alpha. | |||
2020-04-29 | core/or: Support IPv6 EXTEND2 cells | teor | |
Allow clients and relays to send dual-stack and IPv6-only EXTEND2 cells. Parse dual-stack and IPv6-only EXTEND2 cells on relays. Relays do not make connections or extend circuits via IPv6: that's the next step. Closes ticket 33901. | |||
2020-04-24 | Merge remote-tracking branch 'onionk/inbufoverflow1-043' into ticket33131_044 | Nick Mathewson | |