summaryrefslogtreecommitdiff
path: root/src/test/test_options.c
AgeCommit message (Expand)Author
2017-05-03Fix memory management for #22103 testsTaylor Yu
2017-05-02Add tests for #22103Taylor Yu
2017-03-15Run the copyright update script.Nick Mathewson
2017-02-03Use the standard OpenBSD preprocessor definitioncypherpunks
2017-02-02test: Fix test after log message changed in #21294David Goulet
2017-01-14Disallow setting UseBridges to 1 and UseEntryGuards to 0Neel Chauhan
2017-01-13Merge branch 'ipv6-only-client_squashed'Nick Mathewson
2017-01-13Remove redundant options checks for IPv6 preference conflictsteor
2017-01-04fixup! Fix unit test failures in response to DNS hijacking.Nick Mathewson
2017-01-03Fix unit test failures in response to DNS hijacking.Nick Mathewson
2016-12-08Use the correct preprocessor macro for Linuxcypherpunks
2016-12-07Netbsd doesn't have ipfw, only the regular pf transport stuff.Nick Mathewson
2016-12-07Increase verbosity on options/validate__transproxyNick Mathewson
2016-11-01Attempt to fix unit tests on netbsdNick Mathewson
2016-09-13Fix a memory leak in options/validate__single_onionNick Mathewson
2016-09-13options/validate__single_onion test: use new log capture apiNick Mathewson
2016-09-13Merge branch 'feature-17178-v7-squashed-v2'Nick Mathewson
2016-09-13Replace OnionService* with HiddenService* in option namesteor
2016-09-13Refactor Single Onion code to improve consistencyteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08Remove redundant definitions of expect_{no_,}log_msg()Nick Mathewson
2016-08-03Add new warn_deprecated option to config_assign*().Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-04-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-04-07Turn TestingClientBootstrap* into non-testing optionsDavid Goulet
2016-04-07When we get a bad nickname, explain what a good one is.Nick Mathewson
2016-03-21test_options.c: assert that TransProxyType is testedSteven Chamberlain
2016-03-17test_options.c: NULL a pointer after free #18447Steven Chamberlain
2016-03-11Add changes file for 18448; refactorNick Mathewson
2016-03-11enable and test transproxy on FreeBSD derivatives #18448Steven Chamberlain
2016-02-27Update the copyright year.Nick 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-22Another memory leak in the testsNick Mathewson
2016-02-22Fix a bunch of memory leaks in the unit testsNick Mathewson
2016-02-11Merge branch 'feature17840-v11-tests_truncated'Nick Mathewson
2016-02-01Fix warnings from check-spacesNick Mathewson
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)
2016-02-01Add a helper to search for strings in the log, and change option tests to use...Ola Bini
2016-02-01Add unit tests for ClientUseIPv[4,6] and ClientPreferIPv6[OR,Dir]Portteor (Tim Wilson-Brown)
2016-02-01Report malformed options in options_validate unit teststeor (Tim Wilson-Brown)
2016-02-01Fix existing options_validate unit tests for ClientUseIPv4teor (Tim Wilson-Brown)
2016-02-01Add a helper to search for strings in the log, and change option tests to use...Ola Bini
2016-01-27attempt to fix crashes in unit testsNick Mathewson
2016-01-19Merge remote-tracking branch 'twstrike/options_test'Nick Mathewson
2016-01-19Make sure that tests for domain sockets only run on OSes with domain socketsOla Bini
2016-01-19Use correct u64 int ops instead of regular int ops, in order to avoid warning...Ola Bini
2016-01-15Whitespace cleanupNick Mathewson