aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-10-07Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-07Make get_ifaddrs tests more tolerant of unusual network configsteor (Tim Wilson-Brown)
* Don't assume that every test box has an IPv4 address * Don't assume that every test box has a non-local address Resolves issue #17255 released in unit tests in 0.2.7.3-rc.
2015-10-07Fix 32-bit case of rend_cache/entry_allocationNick Mathewson
2015-10-07Fix implicit overflow in rendcache testsNick Mathewson
2015-10-07Fix "make check-spaces"Nick Mathewson
2015-10-07Merge remote-tracking branch 'twstrike/procmon_tests'Nick Mathewson
Conflicts: src/test/include.am src/test/log_test_helpers.c src/test/log_test_helpers.h
2015-10-06fix check-spaces once moreNick Mathewson
2015-10-06Merge remote-tracking branch 'twstrike/rendcache_tests'Nick Mathewson
Conflicts: src/test/include.am src/test/rend_test_helpers.c src/test/rend_test_helpers.h
2015-10-06Merge remote-tracking branch 'twstrike/util_format_tests'Nick Mathewson
Conflicts: src/test/test_util_format.c
2015-10-06Merge remote-tracking branch 'tvdw/fix-16563'Nick Mathewson
2015-10-06Fix compilation with openssl 1.1 by forcibly disabling some testsNick Mathewson
Some of these tests can be ported to work with openssl 1.1, but probably some can't.
2015-10-06Allow case-insensitive match in test_tortls_debug_state_callbackNick Mathewson
2015-10-06Merge remote-tracking branch 'origin/maint-0.2.7'Nick Mathewson
2015-10-06Work around openssl declaring x509_get_not{Before,After} as functionsNick Mathewson
Now that x509_get_not{Before,After} are functions in OpenSSL 1.1 (not yet releasesd), we need to define a variant that takes a const pointer to X509 and returns a const pointer to ASN1_time. Part of 17237. I'm not convinced this is an openssl bug or a tor bug. It might be just one of those things.
2015-10-06Fix 17251: avoid integer overflow in test_crypto_slowNick Mathewson
2015-10-05Fix spaces and other smaller issuesOla Bini
2015-10-05Fix compilation failure when SSL_SESSION_get_master_key() is provided by ↵rl1987
OpenSSL.
2015-10-05Fix spacesOla Bini
2015-10-05Fix compiling under gcc warnings to errorsOla Bini
2015-10-04Use __FUNCTION__ instead of __PRETTY_FUNCTION__Tom van der Woerdt
Fixes ticket #16563
2015-10-04fix easy typoRoger Dingledine
2015-10-03Fix spaces warningsOla Bini
2015-10-03Actually test success cases as wellOla Bini
2015-10-02Perhaps this is the permutation of headers that will please everythingNick Mathewson
2015-10-02Try to fix mingw build.Nick Mathewson
2015-10-02These logs seem openssl-version-dependentNick Mathewson
2015-10-02Avoid warnings in tortls.h includesNick Mathewson
2015-10-02Fix a 32-bit error from jenkinsNick Mathewson
2015-10-02Fix "make distcheck"Nick Mathewson
2015-10-02clean up whitespaceNick Mathewson
2015-10-02Fix warnings.Nick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/dir-handle-cmd-get'Nick Mathewson
2015-10-02Fix "make check-spaces"Nick Mathewson
2015-10-02Make test_tortls compile without warningsNick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/tortls_tests'Nick Mathewson
2015-10-02Merge remote-tracking branch 'teor/warn-when-time-goes-backwards'Nick Mathewson
2015-10-02Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'Nick Mathewson
(Minor conflicts)
2015-10-02Fix a test failureNick Mathewson
2015-10-02Merge remote-tracking branch 'donncha/feature14846_4'Nick Mathewson
2015-10-02Fix check-spaces complaintsNick Mathewson
2015-10-02Merge remote-tracking branch 'sebastian/bug17026'Nick Mathewson
2015-10-02new headers must get distributedNick Mathewson
2015-10-02Clean up compat_libevent testsNick Mathewson
2015-10-02Fix style and compilation in log_test_helpersNick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/compat_libevent_tests'Nick Mathewson
2015-10-02Give test_util_format some succeeding test casesNick Mathewson
2015-10-02Add notes and whitespace fixes to test_util_formatNick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/util_format_tests'Nick Mathewson
2015-10-01fixup #17188: Add most likely reasons for clock going backwardsteor (Tim Wilson-Brown)
Add "You might have an empty clock battery or bad NTP server."
2015-09-30Disallow transitions on SyslogIdentityTag, since they do not work rightNick Mathewson