summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-09Merge branch 'maint-0.3.5' into release-0.3.5tor-0.3.5.11Nick Mathewson
2020-07-09bump to 0.3.5.11Nick Mathewson
2020-07-09035: copy changelog into release notesNick Mathewson
2020-07-09Final 0.3.5.11 changelog entriesNick Mathewson
2020-07-09Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2020-07-09Merge branch 'trove_2020_001_035' into maint-0.3.5Nick Mathewson
2020-07-08Merge branch 'maint-0.3.5' into release-0.3.5Alexander Færøy
2020-07-07Resolve a compiler warning from a 32-bit signed/unsigned comparisonNick Mathewson
2020-07-07Merge branch 'maint-0.3.5' into release-0.3.5Alexander Færøy
2020-07-07CI: Fix Appveyor printf format errorDavid Goulet
2020-07-06Start a changelog for 0.3.5.11Nick Mathewson
2020-07-06Remove a changes file that got included in 0.3.5.10Nick Mathewson
2020-07-06Use ((x + 7) >> 3) instead of (x >> 3) when converting from bits to bytes.Alexander Færøy
2020-07-06Add constness to length variables in `tor_tls_cert_matches_key`.Alexander Færøy
2020-07-06Fix out-of-bound memory read in `tor_tls_cert_matches_key()` for NSS.Alexander Færøy
2020-07-06Run `tor_tls_cert_matches_key()` Test Suite with both OpenSSL and NSS.Alexander Færøy
2020-07-02Merge branch 'maint-0.3.5' into release-0.3.5David Goulet
2020-06-30Downgrade "Bug: No entry found in extrainfo map" message.Nick Mathewson
2020-06-30Merge branch 'maint-0.3.5' into release-0.3.5Alexander Færøy
2020-06-30Merge branch 'tor-github/pr/1909' into maint-0.3.5Alexander Færøy
2020-06-30Merge branch 'maint-0.3.5' into release-0.3.5Alexander Færøy
2020-06-30Merge branch 'tor-github/pr/1793' into maint-0.3.5Alexander Færøy
2020-06-30Merge branch 'maint-0.3.5' into release-0.3.5Alexander Færøy
2020-06-30Merge branch 'tor-github/pr/1785' into maint-0.3.5Alexander Færøy
2020-06-30Merge branch 'maint-0.3.5' into release-0.3.5Alexander Færøy
2020-06-30Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5Alexander Færøy
2020-06-29Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2020-06-29Merge remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5Nick Mathewson
2020-06-12Merge branch 'maint-0.3.5' into release-0.3.5David Goulet
2020-06-12Merge branch 'tor-github/pr/1912' into maint-0.3.5David Goulet
2020-06-05Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2020-06-05Update and upgrade Pacman before installing dependencies in AppVeyor.Alexander Færøy
2020-06-03Revert "Travis: temporarily fix stem version to d1174a83c2dcb7b8"Nick Mathewson
2020-05-30Preemptive circs should work with UseEntryGuards 0Roger Dingledine
2020-05-15Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2020-05-15Fix use of non-portable == in configure.ac.Nick Mathewson
2020-05-14Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2020-05-14Travis: temporarily fix stem version to d1174a83c2dcb7b8Nick Mathewson
2020-05-06Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2020-05-06changes file for bug 34078.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into maint-0.3.5Nick Mathewson
2020-05-06Remove an incorrect "Fall through" comment.Nick Mathewson
2020-05-06address.c: add a single (harmless) missing break;Nick Mathewson
2020-05-06include compat_compiler for ed25519_donnaNick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2020-05-06Replace a "fall through" comment that was outside a switch.Nick Mathewson
2020-05-06Add a fallthrough macro.Nick Mathewson
2020-04-09Merge branch 'maint-0.3.5' into release-0.3.5teor