summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-20fix easy typosRoger Dingledine
2019-10-18Merge remote-tracking branch 'tor-github/pr/1427' into maint-0.4.2Nick Mathewson
2019-10-18Merge remote-tracking branch 'tor-github/pr/1426' into maint-0.4.2Nick Mathewson
2019-10-18Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.2Nick Mathewson
2019-10-18Merge branch 'maint-0.4.2' of git-rw.torproject.org:/tor into maint-0.4.2Nick Mathewson
2019-10-18changes: file for 32124.teor
2019-10-18configure: Stop failing when jemalloc is requested, but tcmalloc is not foundteor
2019-10-18configure: Interpret --with-tcmalloc=no correctlyteor
2019-10-18configure: Interpret --disable-module-dirauth=no correctlyteor
2019-10-18configure: Clarify the description of --disable-module-dirauthteor
2019-10-18Merge remote-tracking branch 'tor-github/pr/1407' into maint-0.4.2teor
2019-10-17Remove overly strict assertions in transports.c.Alexander Færøy
2019-10-17Bump practracker exception limit for process_win32_exec().Alexander Færøy
2019-10-17Add test to check if the exit callback is called in process_t upon process_ex...Alexander Færøy
2019-10-17Ensure that the exit callback is called if CreateProcessA() fails on Windows.Alexander Færøy
2019-10-17Handle errors from execve() in the Unix process backend more gracefully.Alexander Færøy
2019-10-17Merge branch 'maint-0.4.1' into maint-0.4.2teor
2019-10-17Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-10-17Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-10-17Merge branch 'maint-0.2.9' into maint-0.3.5teor
2019-10-17Merge remote-tracking branch 'tor-github/pr/1373' into maint-0.4.2teor
2019-10-17Merge remote-tracking branch 'tor-github/pr/1372' into maint-0.4.1teor
2019-10-17Merge remote-tracking branch 'tor-github/pr/1370' into maint-0.3.5teor
2019-10-17Merge remote-tracking branch 'tor-github/pr/1369' into maint-0.2.9teor
2019-10-15hs-v3: Fix possible memory leak in error code pathDavid Goulet
2019-10-14Merge remote-tracking branch 'tor-github/pr/1393' into maint-0.4.2Nick Mathewson
2019-10-11maint-0.4.2: remove ".enable_practracker_in_hooks".Nick Mathewson
2019-10-11Merge branch 'ticket31682_042_01_squashed'Nick Mathewson
2019-10-11Correct comment on build_establish_intro_dos_extensionNick Mathewson
2019-10-11hs-v3: Fix implicit ssize_t to size_t conversionDavid Goulet
2019-10-09Merge remote-tracking branch 'tor-github/pr/1394'Nick Mathewson
2019-10-09Merge remote-tracking branch 'tor-github/pr/1399'Nick Mathewson
2019-10-09Merge remote-tracking branch 'tor-github/pr/1401'Nick Mathewson
2019-10-09Merge branch 'bug30344_squashed_035'Nick Mathewson
2019-10-09Stop libevent from reading data from closed connections.George Kadianakis
2019-10-08test: New behavior on IP retry for HSv3Neel Chauhan
2019-10-08hs-v3: Do not remove intro point if circuit existsDavid Goulet
2019-10-08Merge branch 'tor-github/pr/1381'David Goulet
2019-10-08Fix flapping of test_service_intro_point() unittest.George Kadianakis
2019-10-07Merge remote-tracking branch 'tor-github/pr/1317'Nick Mathewson
2019-10-07Merge branch 'ticket31548_035_01_squashed'Nick Mathewson
2019-10-07hs-v3: Make service pick the exact amount of intro pointsDavid Goulet
2019-10-07Merge remote-tracking branch 'tor-github/pr/1379'Nick Mathewson
2019-10-07Merge remote-tracking branch 'tor-github/pr/1390'Nick Mathewson
2019-10-07bump to 0.4.2.2-alpha-devNick Mathewson
2019-10-07fix typo in how-to-review guidelinestor-0.4.2.2-alphaRoger Dingledine
2019-10-04Use {mock,unmock}_hostname_resolver() in relevant testsNick Mathewson
2019-10-04Add a mock replacement for blocking hostname resolutionNick Mathewson
2019-10-04Make tor_addr_lookup_host_impl mockable.Nick Mathewson
2019-10-04tls: Log TLS read buffer length bugs onceteor