summaryrefslogtreecommitdiff
path: root/src/test/include.am
AgeCommit message (Expand)Author
2014-12-04Add fakechans.h to noinst_headersNick Mathewson
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-11-05Merge remote-tracking branch 'meejah/ticket-11291-extra-utests'Nick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
2014-10-13Base tests for 11243: test parsing for md, ei, and ri.Nick Mathewson
2014-09-30Initial test_scheduler.cAndrea Shepard
2014-09-30Initial test_channeltls.cAndrea Shepard
2014-09-30Add append_cell_to_circuit_queue() unit testAndrea Shepard
2014-09-30Unit tests for channel_get_cell_queue_entry_size() and channel_write_*() func...Andrea Shepard
2014-09-29Merge branch 'ticket961_squashed'Nick Mathewson
2014-09-29Add an "AccountingRule" feature to permit limiting bw usage by read+writeNick Mathewson
2014-09-25Merge branch 'ed25519_ref10_squashed'Nick Mathewson
2014-09-25Add a reference implementation of our ed25519 modificationsNick Mathewson
2014-09-25Merge branch 'libscrypt_trunnel_squashed'Nick Mathewson
2014-09-25Use trunnel for crypto_pwbox encoding/decoding.Nick Mathewson
2014-08-30Ticket #11291: patch from "anon":anonymous
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
2014-07-16Move test_descriptors.txt to an include fileNick Mathewson
2014-06-24Add the entrynodes.c unit tests.George Kadianakis
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-04-08Merge branch 'bug7952_final'Nick Mathewson
2014-04-08Making entire exit policy available to Tor controller.rl1987
2014-04-02Unit tests for connection_edge_process_resolved_cellNick Mathewson
2014-03-04Merge branch 'bug10169_025_v2'Nick Mathewson
2014-02-28Unit tests for test_routerkeys_write_fingerprintNick Mathewson
2014-02-12Initial unit tests for OOM handlingNick Mathewson
2014-02-06add test for node_get_verbose_nickname_by_idQingping Hou
2014-02-06remove node_describe_by_id() functionQingping Hou
2014-02-04Distcheck repair: add new python testing code to "tarballs"Nick Mathewson
2014-01-29add test case for node_describe_by_idQingping Hou
2014-01-29add test case for hidden service async eventsQingping Hou
2013-11-18Merge branch 'backtrace_squashed'Nick Mathewson
2013-11-18Tests for backtrace.cNick Mathewson
2013-11-18Unit tests for new functions in log.cNick Mathewson
2013-10-28Merge branch 'morestats4' into morestats5Karsten Loesing
2013-10-11Fix out-of-tree "make check-local"Nick Mathewson
2013-10-11When possible, run the ntor python integration tests tooNick Mathewson
2013-10-11When python is available, run the commandline unit tests from "make check"Nick Mathewson
2013-09-18Fix benchmarks to run without crashing.Nick 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-07-19Regression test for destroy cell queueNick Mathewson
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-10Coverage support: build with --enable-coverage to have tests run with gcovNick Mathewson
2013-07-10Start work on fancy compiler tricks to expose extra stuff to our testsNick 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