aboutsummaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Expand)Author
2014-10-22Fix a changes typo spotted by wfnNick Mathewson
2014-10-22Merge remote-tracking branch 'public/bug11824_v2'Nick Mathewson
2014-10-22Merge remote-tracking branch 'public/ticket6938'Nick Mathewson
2014-10-21Merge remote-tracking branch 'teor/bug13476-improve-time-handling'Nick Mathewson
2014-10-20Merge remote-tracking branch 'teor/memwipe-more-keys'Nick Mathewson
2014-10-19Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-10-19Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-10-19Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-10-19Note that our #13426 fix is also a #13471 fix.Nick Mathewson
2014-10-20Memwipe more keys after tor has finished with themteor
2014-10-20Further unit test tor_timegm and parse_rfc1123_timeteor
2014-10-20Clamp (some) years supplied by the system to 1 CEteor
2014-10-20Improve date validation in HTTP headersteor
2014-10-20Use correct day of year in correct_tm()teor
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-10-16Downgrade 'unexpected sendme cell from client' to PROTOCOL_WARNNick Mathewson
2014-10-16Merge remote-tracking branch 'yawning/bug13314'Nick Mathewson
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2014-10-16Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-10-16Merge branch 'no_sslv3_023' into maint-0.2.3Nick Mathewson
2014-10-15Disable SSLv3 unconditionally. Closes ticket 13426.Nick Mathewson
2014-10-13Merge remote-tracking branch 'public/bug11243_squashed'Nick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-10-12Avoid overflow in format_time_interval, create unit teststeor
2014-10-09Remove is_router_version_good_for_possible_guard()Nick Mathewson
2014-10-09Merge remote-tracking branch 'public/bug10816'Nick Mathewson
2014-10-09Merge remote-tracking branch 'teor/bug-13163-AlternateAuthorities-type-handli...Nick Mathewson
2014-10-08Merge remote-tracking branches 'teor/issue-13161-test-network' and 'teor/issu...Nick Mathewson
2014-10-08Merge remote-tracking branch 'teor/test-network-hang-on-make-j2'Nick Mathewson
2014-10-08Bitwise check BRIDGE_DIRINFOteor
2014-10-08Improve DIRINFO flags' usage commentsteor
2014-10-08Stop using default authorities with both Alternate Dir and Bridge Authorityteor
2014-10-04Stop an apparent test-network hang when used with make -j2teor
2014-10-03Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-10-03Merge remote-tracking branch 'public/bug13325_024' into maint-0.2.5Nick Mathewson
2014-10-03Run correctly on OpenBSD systems without SSL_METHOD.get_cipher_by_charNick Mathewson
2014-10-01Send back SOCKS5 errors for all of the address related failures.Yawning Angel
2014-10-01Add test-network delay optionteor
2014-10-01test-network.sh: Use "/bin/echo -n" rather than builtin echoteor
2014-10-01Add TestingDirAuthVoteExit option (like TestingDirAuthVoteGuard)teor
2014-09-29Clear the cached address from resolve_my_address() when our IP changesNick Mathewson
2014-09-29Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-29Don't use the getaddrinfo sandbox cache from tor-resolveNick Mathewson
2014-09-29Note when 13290 was introduced.Nick Mathewson
2014-09-29Merge remote-tracking branch 'teor/circuitstats-pareto-avoid-div-zero'Nick Mathewson
2014-09-29Note when 13291 was introduced.Nick Mathewson
2014-09-29Stop spawn test failures due to a race condition with SIGCHLD on process exitteor
2014-09-29Merge branch 'bug12971_take2_squashed'Nick Mathewson
2014-09-29Respond with 'Command not supported' SOCKS5 reply message upon reception of u...rl1987