Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-21 | Initial incorporation of 0.4.3.x changelogs. | Nick Mathewson | |
2020-01-21 | Remove changes files that already appeared in 0.4.2.5 | Nick Mathewson | |
2020-01-20 | Merge branch 'tor-github/pr/1675' | David Goulet | |
2020-01-20 | Merge branch 'tor-github/pr/1668' | David Goulet | |
2020-01-20 | config: Make clients tell dual-stack exits they prefer IPv6 | teor | |
Make Tor clients tell dual-stack exits that they prefer IPv6 connections. This change is equivalent to setting the PreferIPv6 flag on SOCKSPorts (and most other listener ports). Tor Browser has been setting this flag for some time, and we want to remove a client distinguisher at exits. Also update the man page, putting all the IP flags in their non-default forms. Closes ticket 32637. | |||
2020-01-20 | Merge remote-tracking branch 'tor-github/pr/1673' | teor | |
2020-01-20 | Merge branch 'ticket20218_rebased_squashed' into ticket20218_merged | teor | |
* ticket 32695 removed networkstatus_consensus_has_ipv6(), keep that change in master. * ticket 20218 modifies the function name and comment for routerstatus_has_visibly_changed(), keep that change in ticket20218_rebased_squashed. | |||
2020-01-20 | Merge remote-tracking branch 'tor-github/pr/1671' | teor | |
2020-01-17 | Fix a small lint-changes warning. | Nick Mathewson | |
2020-01-17 | Merge remote-tracking branch 'tor-github/pr/1529' | Nick Mathewson | |
2020-01-17 | Initialize publish/subscribe code when running as an NT service. | Nick Mathewson | |
Fixes bug 32778; bugfix on 0.4.1.1-alpha. | |||
2020-01-17 | Revert "Use tor_api.h entry points in ntmain.c." | Nick Mathewson | |
This reverts commit dca2629480f143ed8deb71b73b15c7c5ff890571. | |||
2020-01-17 | Merge branch 'ticket32806' | Nick Mathewson | |
2020-01-17 | Merge branch 'ticket32487_squashed_and_merged' | Nick Mathewson | |
2020-01-16 | Merge branch 'ticket32695_squashed' | Nick Mathewson | |
2020-01-16 | Remove support for now-obsolete consensus methods before 28. | Nick Mathewson | |
Closes ticket 32695. | |||
2020-01-16 | Refactor routerstatus_has_changed function | Victor Nepveu | |
- Check all fields that might change in a routerstatus - Document the refactoring Signed-off-by: Victor Nepveu <victor.nepveu@imt-atlantique.net> | |||
2020-01-16 | Merge branch 'ticket32487_squashed' into ticket32487_squashed_and_merged | Nick Mathewson | |
Resolved conflicts in src/core/include.am | |||
2020-01-16 | Add a changes file for disabling the dircache code. | Nick Mathewson | |
2020-01-15 | Don't escape the bridge distribution value. | Alexander Færøy | |
We already check if there are invalid values in check_bridge_distribution_setting() and reject the value if that is the case. We can therefore only have strings of [A-Z] | [a-z] | [0-9] | '-' | '_' here which is according to the directory specification. See: https://bugs.torproject.org/32753 | |||
2020-01-15 | Merge remote-tracking branch 'tor-github/pr/1657' | Nick Mathewson | |
2020-01-16 | Merge remote-tracking branch 'tor-github/pr/1661' | teor | |
2020-01-14 | Merge branch 'tor-github/pr/1633' | David Goulet | |
2020-01-14 | Merge branch 'ticket32892_043_01_squashed' | Nick Mathewson | |
2020-01-14 | chan: Remove dead var cell handler from channel_t | David Goulet | |
The variable lenght cells are handled directly by channel_tls_handle_var_cell() from an OR connection reading its inbuf. The channel var cell handler (agnostic) was never used. Closes #32892 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-01-14 | Replace an assertion with a check-and-log | Nick Mathewson | |
We hit this assertion with bug 32868, but I'm stymied figuring out how we wound up with a routerstatus like this. This patch is a diagnostic to attempt to figure out what is going on, and to avoid a crash in the meantime. | |||
2020-01-14 | Merge remote-tracking branch 'tor-github/pr/1636' | Nick Mathewson | |
2020-01-14 | Merge branch 'ticket32883' | Nick Mathewson | |
2020-01-14 | Merge branch 'ticket32825_squashed' | Nick Mathewson | |
2020-01-14 | changes file for 32825 | Nick Mathewson | |
2020-01-14 | Merge remote-tracking branch 'tor-github/pr/1659' | Nick Mathewson | |
2020-01-14 | Merge branch 'maint-0.4.2' | teor | |
2020-01-14 | practracker: print a notice to stderr when disabled | teor | |
When TOR_DISABLE_PRACTRACKER is set, print a message to stderr when skipping practracker checks. Part of 32705. | |||
2020-01-13 | Deprecate the ClientAutoIPv6ORPort option | Neel Chauhan | |
2020-01-13 | test_practracker.sh: never disable practracker | Nick Mathewson | |
When practracker is disabled, its output will be empty. We don't want that happening during our tests. Fixes bug 32705; bugfix on 0.4.2.1-alpha, when test_practracker.sh was introduced. | |||
2020-01-13 | Merge branch 'pr_1643_squashed' | Nick Mathewson | |
2020-01-13 | manpage: alphabetize client options | Swati Thacker | |
Alphabetize client options in tor.1.txt. Closes ticket32846. | |||
2020-01-13 | Split core/include.am into per-subdirectory include.am files | Nick Mathewson | |
Closes ticket 32137. | |||
2020-01-09 | Merge branch 'disable_ns_macro' | Nick Mathewson | |
2020-01-09 | Merge branch 'ticket22029_attempt_squashed' | Nick Mathewson | |
2020-01-09 | Add changes file for Bug #22029 | Neel Chauhan | |
2020-01-09 | Changes file for ticket 32887 (NS*() removal) | Nick Mathewson | |
2020-01-09 | Merge branch 'pre_formatter_cleanups_squashed' | Nick Mathewson | |
2020-01-09 | changes file for 32764. | Nick Mathewson | |
2020-01-07 | changes: file for 32845 | teor | |
2020-01-06 | Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_merged | Nick Mathewson | |
2020-01-06 | circuit: Add change file | Suphanat Chunhapanya | |
2020-01-06 | Add documentation about building a TAGS file. | Nick Mathewson | |
Patch from opara. Closes ticket 32779. | |||
2020-01-06 | Merge remote-tracking branch 'tor-github/pr/1620' | Nick Mathewson | |
2020-01-06 | Merge branch 'maint-0.4.2' | Nick Mathewson | |