aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-01-30Remove XXXXprop271 comments from test_entrynodes.cNick Mathewson
2017-01-30Don't use %zu in fuzz-http: windows doesn't like it.Nick Mathewson
2017-01-30Merge branch 'combined-fuzzing-v4'Nick Mathewson
2017-01-30Update documentation and testing integration for fuzzingNick Mathewson
2017-01-30Fix a pair of compilation errors.Nick Mathewson
2017-01-30Fix memory leak on zero-length input on fuzz_http.cNick Mathewson
2017-01-30memory leak in fuzz_vrsNick Mathewson
2017-01-30actually build .as for fuzzingNick Mathewson
2017-01-30missing backslashNick Mathewson
2017-01-30differently build oss fuzzersNick Mathewson
2017-01-30More oss-fuzz fixesNick Mathewson
2017-01-30Try to refactor OSS fuzzers into static libraries.Nick Mathewson
2017-01-30libfuzzer tweaks per recommendationsNick Mathewson
2017-01-30routerstatus fuzzingNick Mathewson
2017-01-30Add libfuzzer support.Nick Mathewson
2017-01-30Three more fuzzers: consensus, hsdesc, intro pointsNick Mathewson
2017-01-30Tools for working with directories of fuzzed stuff.Nick Mathewson
2017-01-30fuzzing: Add copyright notices and whitespace fixesNick Mathewson
2017-01-30Add microdesc format fuzzer.Nick Mathewson
2017-01-30Addition to test cases: make sure fuzzer binaries allow known casesNick Mathewson
2017-01-30Add extrainfo fuzzerNick Mathewson
2017-01-30Try to tweak fuzzing.md to correspond to my changesNick Mathewson
2017-01-30Add a script for running multiple fuzzing sessions on multiple coresteor
2017-01-30Guide fuzzing by adding standard tor GET and POST testcasesteor
2017-01-30Add more tweaks from teor's http fuzzing code.Nick Mathewson
2017-01-30Add a descriptor fuzzing dictionary.Nick Mathewson
2017-01-30Fuzzing: initialize siphash key, don't init_logging twice.Nick Mathewson
2017-01-30Replace signature-checking and digest-checking while fuzzingNick Mathewson
2017-01-27client: set IPv6Traffic to on by defaultDaniel Kahn Gillmor
2017-01-27Outbindbindaddress variants for Exit and OR.Nick Mathewson
2017-01-24Add a unit test for dropguardsNick Mathewson
2017-01-24Merge remote-tracking branch 'asn/remove_legacy_guards'Nick Mathewson
2017-01-19Fix return type in test_hs_intropoint.cNick Mathewson
2017-01-18whitespace fixesNick Mathewson
2017-01-18Merge remote-tracking branch 'dgoulet/ticket20029_030_06-resquash'Nick Mathewson
2017-01-18prop224: Add unit tests for INTRODUCE1 supportDavid Goulet
2017-01-18prop224: Add INTRODUCE1 cell relay supportDavid Goulet
2017-01-18Remove GS_TYPE_LEGACYNick Mathewson
2017-01-18Remove UseDeprecatedGuardAlgorithm.Nick Mathewson
2017-01-18Remove the (no longer compiled) code for legacy guard selection.Nick Mathewson
2017-01-18Fix a memory leak in bench.cNick Mathewson
2017-01-18Merge branch 'bug19769_19025_029'Nick Mathewson
2017-01-18test_cfmt_connected_cells: use TTL value that's above the new min.Nick Mathewson
2017-01-18DefecTor countermeasure: change server- and client-side DNS TTL clippingNick Mathewson
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-13Merge remote-tracking branch 'dgoulet/bug21054_030_01'Nick Mathewson
2017-01-13fix wide linesNick Mathewson
2017-01-10test: Add ESTABLISH_INTRO unit testsDavid Goulet