Nick Mathewson 291cd50939 Merge remote-tracking branch 'origin/maint-0.2.5' 9 年之前
..
12207 e669e910f4 changes file for 12207 10 年之前
13295 09951bea7f Don't use the getaddrinfo sandbox cache from tor-resolve 9 年之前
bufferevent_compilation fa8bb25f64 update changes entry with info for 11578 patch 10 年之前
bug10116 7f5a440421 Don't allocate an extra smartlist in the OOM handler 9 年之前
bug1038-3 68a2e4ca4b Warn and drop the circuit if we receive an inbound 'relay early' cell 10 年之前
bug10816 42350968a9 Drop check for NTE_BAD_KEYSET error 9 年之前
bug11200-caching fcac4b4467 Build circuits more readily when DisableNetwork goes to 0 10 年之前
bug11302 65a0f895c7 Check for orconns and use connection_or_close_for_error() when appropriate in connection_handle_write_impl() 10 年之前
bug11679 d14127eb7a Use the DL_SCHED_CONSENSUS schedule for consensuses. 9 年之前
bug11683 456184c2a0 Authorities also advertise caches-extra-info 10 年之前
bug11787 c3f04f3daa Changes file for bug 11787 9 年之前
bug11792 68e430a6fb Kill non-tunneled directory connections when handling OOM. 9 年之前
bug12061 a32913d5aa Allow named pipes for our log files. 9 年之前
bug12160 39a017809b Correctly update channel local mark when address of incoming connection changes after handshake; fixes bug #12160 9 年之前
bug12202 0ef5d4d633 Add a changes file for bug12202 10 年之前
bug12205 197d855009 Rewriting entry_is_time_to_retry() using table approach. 9 年之前
bug12226 916d53d6ce Mark StrictE{ntry,xit}Nodes as obsolete. 9 年之前
bug12392 ff4ba9f8a0 Missing changes file for 3f683aadcd03c311c1 10 年之前
bug12503 7bc7188fc9 add changes file for 12503 10 年之前
bug12573 43bba9541a Only active relays should be given HSDir 10 年之前
bug12602 66798dfdc0 Fix compilation with no-compression OpenSSL builds and forks 10 年之前
bug12693 883dc335e9 Fix configure script build with autoconf < 2.63 10 年之前
bug12700 1196ed7cc4 Fix relay_command_to_string(); solve 12700. 10 年之前
bug12718 8882dcfc59 add a changes file for bug 12718 10 年之前
bug12728 04007448b9 Correctly remove extraneous space in router family lines 10 年之前
bug12730-systemd-verify-config 0a70579784 Verify configuration file via ExecStartPre in the systemd unit file (#12730). 10 年之前
bug12731-systemd-no-run-as-daemon 8b470ee4b5 Explicitly disable RunAsDaemon in the systemd unit file (#12731). 10 年之前
bug12751-systemd-filesystem-sandbox 9f0161f73d Add changes file for #12751. 9 年之前
bug12830 4056c61608 Fix some URLs in the README 10 年之前
bug12848 b32a8b024c Don't send DESTROY to circID 0 when circuit_deliver_create_cell fails 10 年之前
bug12855 4410f6fb83 Add changes file for bug12855 10 年之前
bug12864 0808ed83f9 Restore functionality for CookieAuthFileGroupReadable. 10 年之前
bug12878 8139db3725 Adding changes file. 9 年之前
bug12899 607724c696 Remove support for naming directory authorities 9 年之前
bug12908 a3fe8b1166 Warn if Tor is a relay and a HS 9 年之前
bug12939-systemd-no-new-privileges a8dd279fa5 Add changes file for #12939. 9 年之前
bug12948 37a76d75dd Resume expanding abbreviations for command-line options 9 年之前
bug12971 c5ad890904 Respond with 'Command not supported' SOCKS5 reply message upon reception of unsupported request. 9 年之前
bug12996 7a878c192f Downgrade "Unexpected onionskin length after decryption" warning 9 年之前
bug12997 4a6f5bb2dd Improve "Tried to establish rendezvous on non-OR or non-edge circuit" 9 年之前
bug13000 962765a35d Don't list relays w/ bw estimate of 0 in the consensus 9 年之前
bug13060 409a56281e Remove client-side bad directory logic 9 年之前
bug13064 0f50f5f373 Evaluate TestingDirAuthVoteGuard only after filling all rs elements. 9 年之前
bug13071 a3c49ca79a Add more escaped() calls in directory.c 9 年之前
bug13081 8391c96091 Clean up the MVSC nmake files so they work again. 9 年之前
bug13085 d229025fef Expand the event_mask field in controller conns to 64 bits 9 年之前
bug13096 3c2c6a6116 In routerlist_assert_ok(), check r2 before taking &(r2->cache_info) 9 年之前
bug13100 0eec8e2aa5 gabelmoo's IPv4 address changed 9 年之前
bug13102 1eea7a68ed Use S?SIZE_MAX, not S?SIZE_T_MAX 9 年之前
bug13104 9e595a95a8 Add a changes file for bug 13104 9 年之前
bug13124 6215ebb266 Reduce log severity for unused ClientTransportPlugin lines 9 年之前
bug13151-client 0c3b3650aa clients now send correct address for rendezvous point 9 年之前
bug13152 cd678ae790 Remove is_router_version_good_for_possible_guard() 9 年之前
bug13161-test-network-echo-n 7c0215f8ca test-network.sh: Use "/bin/echo -n" rather than builtin echo 9 年之前
bug13163-bitwise-check-BRIDGE-DIRINFO 31bf8f2690 Bitwise check BRIDGE_DIRINFO 9 年之前
bug13163-stop-AlternateAuthorities-always-using-default-authorities c1dd43d823 Stop using default authorities with both Alternate Dir and Bridge Authority 9 年之前
bug13196-systemd-writable-run-directory 2f47ab247a Add changes file for #13196. 9 年之前
bug13205 1b40ea036f Stop silently skipping invalid args to setevents 9 年之前
bug13213 fa60a64088 Do not launch pluggable transport plugins when DisableNetwork is set. 9 年之前
bug13228 f20c72f456 Improving error message. 9 年之前
bug13285-disable-curve25519-build-errors ffd92e8ef8 Stop test & bench build failures with --disable-curve25519 9 年之前
bug13290-avoid-div-zero-circuitstatus-pareto 18f2bfb8c3 Note when 13290 was introduced. 9 年之前
bug13291-spawn-test-race-condition ba7b6246b7 Note when 13291 was introduced. 9 年之前
bug13314 c8132aab92 Send back SOCKS5 errors for all of the address related failures. 9 年之前
bug13325 d1fa0163e5 Run correctly on OpenBSD systems without SSL_METHOD.get_cipher_by_char 9 年之前
bug13331-make-j2-test-network-hang 9a2d4b6647 Stop an apparent test-network hang when used with make -j2 9 年之前
bug13393-format-time-interval-overflow-test f51418aabc Avoid overflow in format_time_interval, create unit tests 9 年之前
bug13471 c1dd598df8 Note that our #13426 fix is also a #13471 fix. 9 年之前
bug4244 905443f074 Clients no longer write "DirReqStatistics 0" in their saveconf output 9 年之前
bug7733a 01b23a6d49 changes file for 7733 9 年之前
bug8093 ab4b29625d Downgrade 'unexpected sendme cell from client' to PROTOCOL_WARN 9 年之前
bug8197 45fc0612d3 Adding changes file for 8197. 9 年之前
bug8387 ed3d7892c7 Fix a bug where streams would linger forever when we had no dirinfo 10 年之前
bug8402 cae44838fe Fix issues brought up in nickm's review. 9 年之前
bug9801 4da4c4c63f Apply GeoIPExcludeUnknown before checking transitions 10 年之前
check_dup_args_gencert 446e481c90 Check for duplicate arguments to tor-gencert 9 年之前
coverage-html 98541f2892 Tweak coverage-html target 10 年之前
crash_handler_in_tests 9f9b19ed7b Initialize crash handler in unit tests 9 年之前
curve25519-donna32-bug ad0cf550b7 Put the bug number and correct credits in the changes file for the new curve25519-donna32 10 年之前
disable_sslv3 af73d3e4d8 Disable SSLv3 unconditionally. Closes ticket 13426. 9 年之前
feature13153 bbfb1aca55 get rid of routerstatus->version_supports_optimistic_data 9 年之前
feature13161-TestingDirAuthVoteExit 27f30040f6 Add TestingDirAuthVoteExit option (like TestingDirAuthVoteGuard) 9 年之前
feature13161-test-network-delay-option bae7334390 Add test-network delay option 9 年之前
feature13211 09183dc315 clients use optimistic data when reaching hidden services 9 年之前
feature5583 15e170e01b Add an option to overwrite logs 10 年之前
further-12184-diagnostic 5d2045ee8b diagnostic for 12184: Add a call to channel_dump_statistics 10 年之前
geoip-august2014 b98e3f9936 Update geoip to the August 7 2014 database. 10 年之前
geoip-july2014 6d5efbef22 Update geoip to the July 10 2014 database. 10 年之前
geoip6-august2014 6235b4769d Update geoip6 to the August 7 2014 database. 10 年之前
geoip6-july2014 6345dfa1fe Update geoip6 to the July 10 2014 database. 10 年之前
issue13163-improve-DIRINFO-flags-comments ff42222845 Improve DIRINFO flags' usage comments 9 年之前
issue13284-spurious-clang-shallow-analyze-errors ff8fe38a2f Stop spurious clang shallow analysis null pointer errors 9 年之前
no-wince 5b4ee475aa Remove code for Windows CE support 10 年之前
prop215 6a8d2e21b8 changes file for bug 10163 / proposal 215. 10 年之前
require-c99 7f5103ec59 Require two c99 features (midblock decls, designated initializers) 9 年之前
test.h_msvc 789c8d8573 Apply an MSVC compilation fix from Gisle Vanem 10 年之前
threads-required 58f4200789 Thread support is now required 10 年之前
ticket11144 8a79b56ac6 Divide torrc.sample into torrc.sample and torrc.minimal 9 年之前
ticket11243 a30594605e Treat unparseable (micro)descriptors and extrainfos as undownloadable 9 年之前
ticket11582 b448ec195d Clear the cached address from resolve_my_address() when our IP changes 9 年之前
ticket12688 9fc276a1c7 add a NumDirectoryGuards consensus param too 10 年之前
ticket12690 a57c07b210 Raise guard threshold to top 25% or 2000 kilounits 10 年之前
ticket12884 c8d927bad4 changes file for 12884 9 年之前
ticket13036 efcab43956 Fix a number of clang analyzer false-positives 9 年之前
ticket961 f15e5aedbc Changes file for ticket 961 9 年之前
ticket_13119 c72a94ea1c Add a changes file for 13119 9 年之前