aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_options.c
AgeCommit message (Expand)Author
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-05-10Test config line parsing errorsTaylor Yu
2017-05-09Merge branch 'dgoulet_ticket22060_031_01_squashed'Nick Mathewson
2017-05-09config: Remove {Control,DNS,Dir,Socks,Trans,NATD,OR}ListenAddress optionDavid Goulet
2017-05-09config: Remove TLSECGroup optionDavid Goulet
2017-05-09config: Remove AllowSingleHopExits optionDavid Goulet
2017-05-09config: Remove AllowInvalidNodes optionDavid Goulet
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Fix a breakage in test_options.c.Mike Perry
2017-05-08Remove a PredictedPortsRelevantTime test.Mike Perry
2017-05-05Remove dead code in test_options_validate_impl().Alexander Færøy
2017-05-03Fix additional leaks in #22103 testsTaylor Yu
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