- 02 Jul, 2020 1 commit
-
-
Nick Mathewson authored
Now instead of saying "DONE, DONE" or "MISC, MISC" or "TLS_ERROR, TLS_ERROR", we can finally give a nice sensible "TLS_ERROR, wrong version number" which should help debug a great deal. Closes ticket 32622.
-
- 26 Jun, 2020 2 commits
-
-
Nick Mathewson authored
If our TLS connection fails for a "misc" reason, we don't need to say that the reason is "misc" -- we can at least localize it to the TLS module. Part of a fix for #32622.
-
Nick Mathewson authored
Previously, we would only update this field when the error happened during a read. This will improves our reporting for our bootstrap status, and help to address #32622. The problem is not completely solved by this patch, however: too many errors are still lumped into "MISC".
-
- 23 Jun, 2020 3 commits
-
-
George Kadianakis authored
-
Nick Mathewson authored
-
David Goulet authored
-
- 22 Jun, 2020 1 commit
-
-
- 17 Jun, 2020 2 commits
-
-
Nick Mathewson authored
Since Tor 0.2.9 has been unsupported since January, 0.3.5 is the oldest supported version, and its features constitute the oldest recommended feature-set. This patch updates these recommendations: DirCache=2 Support for consensus diffs. New in 0.3.1.1-alpha. HSDir=2 Support for v3 onion service descriptors. New in 0.3.0.4-alpha. HSIntro=4 Support for Ed25519 intropoint authentication keys. New in 0.3.0-4-alpha. HSRend=2 Support for rendezvous cells longer than 20 bytes. New in 0.2.9.4-alpha. Link=5 Link padding and link padding negotiation. New in 0.3.3.2-alpha. LinkAuth=3 Ed25519 link authentication. New in 0.3.0.1-alpha.
-
Nick Mathewson authored
-
- 16 Jun, 2020 1 commit
-
-
Nick Mathewson authored
-
- 15 Jun, 2020 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 12 Jun, 2020 4 commits
-
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
- 11 Jun, 2020 5 commits
-
-
George Kadianakis authored
Co-authored-by:
Florentin Rochet <florentin.rochet@uclouvain.be>
-
George Kadianakis authored
Co-authored-by:
Florentin Rochet <florentin.rochet@uclouvain.be>
-
George Kadianakis authored
Co-authored-by:
Florentin Rochet <florentin.rochet@uclouvain.be>
-
George Kadianakis authored
Co-authored-by:
Florentin Rochet <florentin.rochet@uclouvain.be>
-
Florentin Rochet authored
Co-authored-by:
Florentin Rochet <florentin.rochet@uclouvain.be>
-
- 09 Jun, 2020 1 commit
-
-
Nick Mathewson authored
-
- 08 Jun, 2020 1 commit
-
-
c authored
Per <https://trac.torproject.org/projects/tor/ticket/34381>, these contrib scripts were generated by older versions of Tor and shellcheck will throw warnings if they still exist.
-
- 05 Jun, 2020 8 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
This patch makes sures that AppVeyor upgrades its Pacman (the package manager) before installing the Tor dependencies. See: https://bugs.torproject.org/34384
-
Nick Mathewson authored
-
Nick Mathewson authored
-
c authored
The files contrib/dist/tor.sh and contrib/dist/suse/tor.sh should not exist anymore, but when building in same repository for older versions of Tor, these files may return and not be cleaned up properly. This commit unignores those files from .gitignore, in order to make it clear that these files are no longer auto-generated and should be cleaned up.
-
rl1987 authored
Also, fix a format string.
-
- 04 Jun, 2020 5 commits
-
-
Nick Mathewson authored
M_SYSCALL is used to report information about a sandbox violation, but when we don't have a definition for it, it still makes sense to compile. Closes ticket 34382.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
c authored
Make clear that Tor's C code targets C99 standards. This makes it more explicit what to expect for new code, because guessing from existing code is not always reliable, especially for code that predates the change in standard.
-
c authored
Conform to C99 as suggested by nickm on #32888 and use fmt_addr() rather than tor_addr_to_str_dup()
-
- 03 Jun, 2020 2 commits
-
-
Nick Mathewson authored
This reverts commit e63bfca5, now that Stem has been upgraded to fix the underlying issue.
-
c authored
Add logging for "the local network interface addresses" as requested by ticket #32888.
-
- 02 Jun, 2020 2 commits
-
-
Nick Mathewson authored
The other headings don't have periods.
-
George Kadianakis authored
-