aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.h
AgeCommit message (Expand)Author
2017-04-03Add tests for new_route_len()Taylor Yu
2017-03-31Remove crypto/rand include from test_crypto.cNick Mathewson
2017-03-16Merge branch 'storagedir_squashed'Nick Mathewson
2017-03-16Define a "storagedir" abstraction to hold numerous similar filesNick Mathewson
2017-03-16Merge branch 'prop140_21643_diff_only_squashed'Nick Mathewson
2017-03-16Consensus diff backend from Daniel Martí GSOC project.Daniel Martí
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-14Merge branch 'dgoulet_ticket19043_030_03_squashed'Nick Mathewson
2016-12-14prop224: Add unittests handling v3 ESTABLISH_INTRO cells.George Kadianakis
2016-11-24Refactor circuit_predict_and_launch_newChelsea H. Komlo
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04test: Add prop224 directory cache unit testsDavid Goulet
2016-11-04test: Add prop224 descriptor unit testsDavid Goulet
2016-11-03Merge branch 'feature_15055_v2'Nick Mathewson
2016-11-03Move unittests' RSA pregen code into a new file, and improve.Nick Mathewson
2016-11-02Add get_fname_rnd for unit tests that want a unique path every timeteor
2016-09-26Merge branch 'protover_v2_squashed'Nick Mathewson
2016-09-26checkpoint basic protover backendNick Mathewson
2016-09-09Oh dear, I was missing an extern.Nick Mathewson
2016-09-09Move the donna-fuzzing tests into test_slow.Nick Mathewson
2016-08-20Unit test for connection_handle_oos()Andrea Shepard
2016-07-01prop250: Add unit testsDavid Goulet
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-04-19Basic 'handle' implementation and tests.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-08-14Fix an overzealous compiler warning in the testsNick Mathewson
2015-02-24Update test_status.c to accommodate changes in heartbeat messagesNick Mathewson
2015-01-14Basic unit test for condition variables.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-16Remove the legacy_test_helper and legacy_setup wrappersNick Mathewson
2014-09-15Replace all uses of test_{str,}eqNick Mathewson
2014-09-15Replace the remaining test_assert instancesNick Mathewson
2014-09-15remove two unused test_* macrosNick Mathewson
2014-09-15Replace remaining uses of deprecated test_mem* functionsNick Mathewson
2014-09-15Replace the remaining test_n?eq_ptr callsNick Mathewson
2014-09-15Make not even macros use test_fail_msg.Nick Mathewson
2014-08-13Apply an MSVC compilation fix from Gisle VanemNick Mathewson
2014-05-11fix whitespaceNick Mathewson
2014-05-08Fix numerous 64->32 errors in the unit testsNick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-03-06Upgrade to the latest version of tinytest.Nick Mathewson
2014-03-06tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-08-09Refactor the core of choosing by weights into a functionNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-03-08Remove duplicated macro definitionEsteban Manchado Velázquez