summaryrefslogtreecommitdiff
path: root/src/test/test.c
AgeCommit message (Expand)Author
2013-09-08Fix unit tests with --disable-curve25519Nick Mathewson
2013-09-04Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-04refactor and give it unit testsRoger Dingledine
2013-08-15Fix a wide line in test_geoip_with_ptNick Mathewson
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Unit tests for ext_or_id_map.Nick Mathewson
2013-08-15Split out buffers and socks tests into separate modules.Nick Mathewson
2013-08-15If a single client connects with multiple transports, note all transports.George Kadianakis
2013-08-15Trivially change unittests to make them more readable.George Kadianakis
2013-08-15Make check-spaces happy.George Kadianakis
2013-08-15Fix some unittests that broke when we added bridge-ip-transports.George Kadianakis
2013-08-15Add a unittest for the bridge-ip-transports extra-info line.George Kadianakis
2013-07-19Regression test for destroy cell queueNick Mathewson
2013-07-18Add transport information to the GeoIP database.George Kadianakis
2013-07-18Start of a unit test for options_validate.Nick Mathewson
2013-07-18Unit tests for cell queues.Nick Mathewson
2013-07-10Add some basic unit tests for the circuit map data structure.Nick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-06-12Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...Marek Majkowski
2013-06-10Bug #5170 - make pkey_eq testable, introduce test_tortls.cMarek Majkowski
2013-05-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-05-15Fix unit tests to pass after fix for #8879Nick Mathewson
2013-05-09Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-05-09Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-05-09Don't run off the end of the array-of-freelistsNick Mathewson
2013-04-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-18Fix some wide linesNick Mathewson
2013-04-11socks5 will ask for username/password if we offer itRoger Dingledine
2013-04-11socks5 will ask for username/password if we offer itRoger Dingledine
2013-04-05Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-05test.c: Try to create a more random temporary directory for our workspace (re...Peter Palfrader
2013-03-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-01More unit tests for old TAP onion handshake.Nick Mathewson
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-11Fix a null-deref-on-fail in unit testsNick Mathewson
2013-02-11Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson
2013-01-29Fix unit test to not expect v2 directory request geoip infoNick Mathewson
2013-01-19Merge remote-tracking branch 'karsten/bug5823'Nick Mathewson
2013-01-17Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing
2013-01-16Implement proposal 204: ignore subdomains in hidden service addressesJérémy Bobbio
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03ntor: Don't fail fast server-side on an unrecognized KEYID(B)Nick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2013-01-02Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson
2013-01-02Implementat the ntor handshakeNick Mathewson
2012-11-14Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson
2012-11-14Add an IPv6Exit configuration optionNick Mathewson
2012-11-14Better policy support for IPv6Nick Mathewson
2012-11-14Refactor begin cell parsing into its own function, with tests.Nick Mathewson
2012-11-08Fix test.c compilation on mingw32.Nick Mathewson