aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Check more return values in the unit testsNick Mathewson2013-06-18
* Attempt to un-confuse coverity about (false) double-free in bench_onion_ntor.Nick Mathewson2013-06-18
* Fix a couple of resource leaks in test_config.cNick Mathewson2013-06-18
* Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...Marek Majkowski2013-06-12
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-12
|\
| * Expand microdesc cache testsNick Mathewson2013-06-12
* | Fix "make check-spaces"Nick Mathewson2013-06-10
* | Bug #5170 - make pkey_eq testable, introduce test_tortls.cMarek Majkowski2013-06-10
* | Bug #5170 - test crypto_pk_get_all_digestsMarek Majkowski2013-06-10
* | Fix windows compilation warning in test_config.cNick Mathewson2013-05-29
* | Tweak 4282 unit tests for style, safety, correctness.Nick Mathewson2013-05-24
* | Unit tests for check_or_create_data_subdir and write_to_data_subdir.Peter Retzlaff2013-05-24
* | Remove PK_PKCS1_PADDINGArlo Breault2013-05-17
* | 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
* | Remove strcpy from unit tests.Arlo Breault2013-05-11
* | Merge branch 'maint-0.2.4'Andrea Shepard2013-05-10
|\|
| * Merge bug5595-v2-squashed into maint-0.2.4Andrea Shepard2013-05-10
| |\
| | * Add some unit tests for fp_pair_map_t to test/containers.c based on the strma...Andrea Shepard2013-05-09
* | | 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-05-08
|\| |
| * | Fix bug 8845: check the right length of memory in aes unit testsNick Mathewson2013-05-08
* | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-18
|\| |
| * | Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
| |\ \
| | * | Add unit test for encoding ntor key in routerinfoNick Mathewson2013-04-18
| | * | Remove the unused pk3 variable from test_dir_formatsNick Mathewson2013-04-18
| | * | Re-enable test for parsing and generating descriptor with exit policyNick Mathewson2013-04-18
| | * | Test networkstatus_getinfo_helper_singleNick Mathewson2013-04-18
| | * | Add a quick-and-dirty-test for generate_v2_networkstatus.Nick Mathewson2013-04-18
| | * | Test improvement: include microdesc lines in our synthetic microdesc consensu...Nick Mathewson2013-04-18
| | * | Use chunks, not buffers, for router descriptorsNick Mathewson2013-04-18
| * | | Fix some wide linesNick Mathewson2013-04-18
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-04-14
|\| | |
| * | | Merge branch 'bug8683_rebased' into maint-0.2.4Nick Mathewson2013-04-14
| |\ \ \
| | * | | Rename all fields which measure bw in kb to end with _kbNick Mathewson2013-04-14
| * | | | 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-23
|\| | |
| * | | Avoid clang warnings from implicit off_t->size_t castNick Mathewson2013-03-23
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-22
|\| | |
| * | | Fix an uninitialized-var warning in unit testsNick Mathewson2013-03-22
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-21
|\| | |
| * | | Fix a small memory leak in the unit testsNick Mathewson2013-03-21
* | | | Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson2013-03-19
|\ \ \ \
| * | | | Add parse_bridge_line() unittests.George Kadianakis2013-02-11
| * | | | Refactoring to make parse_bridge_line() unittestable.George Kadianakis2013-02-11