aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
Commit message (Expand)AuthorAge
* Free leakable values in the unit tests.Nick Mathewson2014-02-11
* add test for node_get_verbose_nickname_by_idQingping Hou2014-02-06
* remove node_describe_by_id() functionQingping Hou2014-02-06
* add test case for node_describe_by_idQingping Hou2014-01-29
* add test case for hidden service async eventsQingping Hou2014-01-29
* Add an --accel switch to run unit tests with crypto accelerationNick Mathewson2014-01-17
* Fix another unit test memory leak. CID1087949,CID1087950.Nick Mathewson2013-11-22
* Merge branch 'backtrace_squashed'Nick Mathewson2013-11-18
|\
| * Unit tests for new functions in log.cNick Mathewson2013-11-18
* | Merge branch 'morestats4' into morestats5Karsten Loesing2013-10-28
|\ \
| * | Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing2013-05-31
* | | Fix unit tests with --disable-curve25519Nick Mathewson2013-09-08
* | | Merge branch 'maint-0.2.4'Roger Dingledine2013-09-04
|\ \ \
| * | | refactor and give it unit testsRoger Dingledine2013-09-04
* | | | Fix a wide line in test_geoip_with_ptNick Mathewson2013-08-15
* | | | Merge branch 'bug5040_4773_rebase_3'Nick Mathewson2013-08-15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Unit tests for ext_or_id_map.Nick Mathewson2013-08-15
| * | | Split out buffers and socks tests into separate modules.Nick Mathewson2013-08-15
| * | | If a single client connects with multiple transports, note all transports.George Kadianakis2013-08-15
| * | | Trivially change unittests to make them more readable.George Kadianakis2013-08-15
| * | | Make check-spaces happy.George Kadianakis2013-08-15
| * | | Fix some unittests that broke when we added bridge-ip-transports.George Kadianakis2013-08-15
| * | | Add a unittest for the bridge-ip-transports extra-info line.George Kadianakis2013-08-15
| * | | Add transport information to the GeoIP database.George Kadianakis2013-07-18
* | | | Regression test for destroy cell queueNick Mathewson2013-07-19
|/ / /
* | | Start of a unit test for options_validate.Nick Mathewson2013-07-18
* | | Unit tests for cell queues.Nick Mathewson2013-07-18
* | | Add some basic unit tests for the circuit map data structure.Nick Mathewson2013-07-10
* | | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* | | Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...Marek Majkowski2013-06-12
* | | Bug #5170 - make pkey_eq testable, introduce test_tortls.cMarek Majkowski2013-06-10
| |/ |/|
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-05-15
|\|
| * Fix unit tests to pass after fix for #8879Nick Mathewson2013-05-15
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-05-09
|\|
| * Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-05-09
| |\
| | * Don't run off the end of the array-of-freelistsNick Mathewson2013-05-09
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-18
|\| |
| * | Fix some wide linesNick Mathewson2013-04-18
| * | socks5 will ask for username/password if we offer itRoger Dingledine2013-04-11
* | | socks5 will ask for username/password if we offer itRoger Dingledine2013-04-11
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-05
|\| |
| * | test.c: Try to create a more random temporary directory for our workspace (re...Peter Palfrader2013-04-05
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-15
|\| |
| * | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
* | | More unit tests for old TAP onion handshake.Nick Mathewson2013-03-01
|/ /
* | Fix a null-deref-on-fail in unit testsNick Mathewson2013-02-11
* | Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson2013-02-11
* | Fix unit test to not expect v2 directory request geoip infoNick Mathewson2013-01-29
* | Merge remote-tracking branch 'karsten/bug5823'Nick Mathewson2013-01-19
|\ \
| * | Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing2013-01-17