summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2013-01-02Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson
2013-01-02Refactor strong os-RNG into its own functionNick Mathewson
2013-01-02Implementat the ntor handshakeNick Mathewson
2013-01-02Add a wrapper around, and test and build support for, curve25519.Nick Mathewson
2013-01-02Add a data-invariant linear-search map structureNick Mathewson
2012-12-06Add a unit test for the old KDF while we're at itNick Mathewson
2012-12-06Implement HKDF from RFC5869Nick Mathewson
2012-12-06Add benchmark to test onionskin performance.Nick 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-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-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