summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-07Parallelize src/test/test into chunks.Nick Mathewson
2020-09-22srv: Remove spammy debug logDavid Goulet
2020-09-17Fix underflow in rend_cache/free_all test.Nick Mathewson
2020-09-17test: Increment rend cache allocation before freeingDavid Goulet
2020-09-14Resolve a compilation warning in test_connection.cNick Mathewson
2020-09-07statistics: Properly count all rendezvous cells (avoid undercounting).George Kadianakis
2020-09-01conn: Remove assert on new listener connection when retryingDavid Goulet
2020-08-12Fix allocation counting in clean_v2_descs_as_dir test.Nick Mathewson
2020-08-10small code tweaks to try to work around debian stable complaintsNick Mathewson
2020-08-06Validate ed25519 keys and canonicity from circuit_n_conn_done()Nick Mathewson
2020-08-03Remove channel_is_canonical_is_reliable()Nick Mathewson
2020-07-30Fix a bug in buf_move_all() when the input buffer is empty.Nick Mathewson
2020-07-30Add unit test for buf_move_all(), including a failing caseNick Mathewson
2020-07-28Use _lseeki64() on windows.Nick Mathewson
2020-07-24fallbackdir: Remove all three Digitalcourage3 relaysDavid Goulet
2020-07-23fallbackdir: Update list for 2020David Goulet
2020-07-22Treat all extorport connections with un-set addresses as remoteNick Mathewson
2020-07-22Adjust the rules for warning about too many connections.Nick Mathewson
2020-07-14Update docstring for read_file_to_str() on stripping of CR characters.Alexander Færøy
2020-07-14Strip '\r' characters when reading text files on Unix.Alexander Færøy
2020-07-10NSS: Tell NSS that our SSL sockets are nonblocking.Nick Mathewson
2020-07-09Bump to 0.3.5.11-devNick Mathewson
2020-07-09bump to 0.3.5.11Nick Mathewson
2020-07-09Merge branch 'trove_2020_001_035' into maint-0.3.5Nick Mathewson
2020-07-07Resolve a compiler warning from a 32-bit signed/unsigned comparisonNick 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-06-30Downgrade "Bug: No entry found in extrainfo map" message.Nick Mathewson
2020-06-30Merge branch 'tor-github/pr/1909' into maint-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 'tor-github/pr/1785' into maint-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 remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5Nick Mathewson
2020-05-30Preemptive circs should work with UseEntryGuards 0Roger Dingledine
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick 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 remote-tracking branch 'tor-github/pr/1784' into maint-0.3.5teor
2020-03-21Add a test for the localhost case.Nick Mathewson
2020-03-21Extend test to handle router_get_advertised_ipv6_or_apNick Mathewson
2020-03-21Add a test for router_get_advertised_or_port_by_af().Nick Mathewson
2020-03-21Add tests for get_first_advertised_{addr,port}_by_type_af()Nick Mathewson
2020-03-21router: Refactor IPv6 ORPort function logicteor
2020-03-21router: Stop advertising incorrect auto IPv6 ORPortsteor