summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-03-11rip out hid_serv_responsible_for_desc_id()Roger Dingledine
2016-03-11Merge remote-tracking branch 'public/bug18204_028'Nick Mathewson
2016-03-11Add changes file for 18448; refactorNick Mathewson
2016-03-11enable and test transproxy on FreeBSD derivatives #18448Steven Chamberlain
2016-03-11Do not link tests against both libor.a and libor-testing.aNick Mathewson
2016-03-01First RelaxDirModeCheck implementationPeter Palfrader
2016-02-28Use the kdf_rfc5869() function instead of kdf().Alexander Færøy
2016-02-27Update the copyright year.Nick Mathewson
2016-02-24Fix a huge number of leaks in test_config.cNick Mathewson
2016-02-24Fix memory leaks in routerlist/pick_directory_server_impl testNick Mathewson
2016-02-24Fix a leak in test_have_enough_mem_for_dircacheNick Mathewson
2016-02-24Remove the freelist from memarea.cNick Mathewson
2016-02-23Another clang+_FORTIFY_SOURCE issueNick Mathewson
2016-02-23Merge remote-tracking branch 'teor/bug18348-v2'Nick Mathewson
2016-02-23Merge branch 'bug17795'Nick Mathewson
2016-02-23Add missing check to test_address_get_if_addrs_ifaddrs. Bug 18378Nick Mathewson
2016-02-23Appease make check-spacesAndrea Shepard
2016-02-22Another memory leak in the testsNick Mathewson
2016-02-22Small fixup on last fix to test leaksNick Mathewson
2016-02-22Fix a bunch of memory leaks in the unit testsNick Mathewson
2016-02-22asan does not like TO_CONN(NULL)Nick Mathewson
2016-02-21Update unit tests for fascist_firewall_choose_address*teor (Tim Wilson-Brown)
2016-02-16Fix a NULL dereference on unit test failure. CID 1353177.Nick Mathewson
2016-02-11Merge branch 'check_log_mutex_uncherrypicked'Nick Mathewson
2016-02-11Initialise logging before trying to use it in unit teststeor (Tim Wilson-Brown)
2016-02-11make check-spacesNick Mathewson
2016-02-11Merge branch 'feature17840-v11-tests_truncated'Nick Mathewson
2016-02-11Merge remote-tracking branch 'teor/feature17840-v11-merged-v2'Nick Mathewson
2016-02-10Merge remote-tracking branch 'sebastian/bug18242'Nick Mathewson
2016-02-10Merge remote-tracking branch 'public/bug18184'Nick Mathewson
2016-02-10Whitespace fixesNick Mathewson
2016-02-10Another automated rename.Nick Mathewson
2016-02-10Rename crypto_digest_all, and digests_t.Nick Mathewson
2016-02-06Fix spaces.Nick Mathewson
2016-02-05Fix the --disable-asserts-in-tests configure optionSebastian Hahn
2016-02-04Fix two problems in the 0.2.8.x unit testsNick Mathewson
2016-02-03Make tortls unit tests pass with LibreSSL.Nick Mathewson
2016-02-03Make crypto/rng_engine test pass on libressl. Bug not in any released tor.Nick Mathewson
2016-02-03Make Tor build happily with OpenSSL master and libressl.Nick Mathewson
2016-02-03Make bridge clients prefer the configured bridge addressteor (Tim Wilson-Brown)
2016-02-03Make bridge clients prefer the configured bridge addressteor (Tim Wilson-Brown)
2016-02-01Treat bt_test.py failures as "SKIP" on freebsd.Nick Mathewson
2016-02-01Bitwise negate is ~, not !.Nick Mathewson
2016-02-01Fix warnings from check-spacesNick Mathewson
2016-02-01Redux: don't expect unix sockets to be accepted on windowsNick Mathewson
2016-02-01Don't expect unix sockets to be accepted on WindowsNick Mathewson
2016-02-01Merge branch 'options_validate_second_round_cleaned'Nick Mathewson
2016-02-01Replace incorrect use of snprintf in unit tests with tor_snprintfteor (Tim Wilson-Brown)
2016-02-01Make all unit tests independent of log message order and countteor (Tim Wilson-Brown)
2016-02-01Report malformed options in options_validate unit teststeor (Tim Wilson-Brown)