summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-12-17Implement option to turn off DNS cache use on a client portNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-12-07Merge branch 'bug7306'Nick Mathewson
2012-12-07Merge remote-tracking branch 'public/bug6887'Nick Mathewson
2012-12-06Use FreeLibrary, not CloseHandle, for library in test_util.cNick Mathewson
2012-11-27Merge branch 'bug7013_take2_squashed'Nick Mathewson
2012-11-27Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis
2012-11-14Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson
2012-11-14Actually send back correctly-formed IPv6 CONNECTED cellsNick Mathewson
2012-11-14Get the client side of receiving an IPv6 address to workNick Mathewson
2012-11-14Add an IPv6Exit configuration optionNick Mathewson
2012-11-14Better policy support for IPv6Nick Mathewson
2012-11-14Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson
2012-11-14Refactor begin cell parsing into its own function, with tests.Nick Mathewson
2012-11-14Move address map into its own file.Nick Mathewson
2012-11-08Fix test.c compilation on mingw32.Nick Mathewson
2012-11-04Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson
2012-11-02In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson
2012-10-31Duplicate less code.Linus Nordberg
2012-10-27Merge remote-tracking branch 'asn/bug6832'Nick Mathewson
2012-10-23Merge remote-tracking branch 'andrea/bug7191_v2'Nick Mathewson
2012-10-23Add some unit tests for smartlist_bsearch_idx() on short listsAndrea Shepard
2012-10-23Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-23Fix parse_short_policy (bug 7192.)Nick Mathewson
2012-10-22add a unit test to expose bug 7192Roger Dingledine
2012-10-20Add "IPVersions" to control command "status/clients-seen".Linus Nordberg
2012-10-17White space.Linus Nordberg
2012-10-17Minor tweaks to nils' v4 vs v6 bridge usage code.Karsten Loesing
2012-10-17Minor tweaks and comments to nils' geoip v6 code.Karsten Loesing
2012-10-17Include statistics as to how many connections are IPv4 versus IPv6nils
2012-10-17Add GeoIP database for IPv6 addressesnils
2012-10-17Rename address family specific IPv4 geoip functions in preparation for IPv6 s...nils
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-10-11Move all externally maintained source files into src/extNick Mathewson
2012-09-18Remove some deadcode for parsing v1 directoriesNick Mathewson
2012-09-17Add unit test for crypto_pk_cmp_keys and NULLNick Mathewson
2012-09-17Merge branch '6044_nm_squashed'Nick Mathewson
2012-09-17Turn the read_file_until_eof tests into a single implementationNick Mathewson
2012-09-17Handle FIFOs in read_file_to_strmeejah
2012-09-14Remove a duplicate test in test_util_pow2Nick Mathewson
2012-09-14Merge branch 'bug6831_v2'Nick Mathewson
2012-09-14Don't compute ((uint64_t)1)<<64 in round_to_power_of_2Nick Mathewson
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson
2012-09-13Add a unit test for the old crash input of tor_timegm().George Kadianakis
2012-09-11Merge remote-tracking branch 'public/bug6538'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-09-11Fix assertion failure in tor_timegm.Nick Mathewson