summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-04-24Add regression test for #22304Taylor Yu
2017-04-21Fix a comment that held the remaining reference to the old api.Nick Mathewson
2017-04-21Remove old directory_initiate_command_*() functions.Nick Mathewson
2017-04-21Have directory_get_from_all_authorities use requests.Nick Mathewson
2017-04-18missing smartlist_free in new consdiff testNick Mathewson
2017-04-18Merge remote-tracking branch 'asn/bug21971'Nick Mathewson
2017-04-18Merge remote-tracking branches 'sebastian/consdiff_add' and 'sebastian/consdi...Nick Mathewson
2017-04-18prop224: Add time period functions and unittestsGeorge Kadianakis
2017-04-18Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.Alexander Færøy
2017-04-18Rename `zlib_state` to `compress_state` in the test_buffers.Alexander Færøy
2017-04-17prop224 tests: Remove useless NULL check before circuit_free().George Kadianakis
2017-04-17prop224 tests: Don't use tt_size_op to compare ssize_t.George Kadianakis
2017-04-17Refactor the streaming compression code.Alexander Færøy
2017-04-17Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.Alexander Færøy
2017-04-17Fix whitespace in test_util_gzip() around `OP_*``.Alexander Færøy
2017-04-17Use tt_int_op() over tt_assert() and do explicit NULL checks in test_util_gzi...Alexander Færøy
2017-04-17Fix diff generation with line added at startSebastian Hahn
2017-04-17Don't accept ranges for add commands in consdiffSebastian Hahn
2017-04-15conscache.c: do not match entries that are slated for removal.Nick Mathewson
2017-04-13Merge branch 'ticket21891_031_01_squashed'Nick Mathewson
2017-04-13hs: Make the service list pruning function publicDavid Goulet
2017-04-13fix wide linesNick Mathewson
2017-04-13Merge branch 'ticket21889_031_01_squashed'Nick Mathewson
2017-04-13hs: Add service-side circuitmap API.George Kadianakis
2017-04-13Merge remote-tracking branch 'dgoulet/ticket21919_031_01'Nick Mathewson
2017-04-13Merge branch 'asn/prop224-ntor-v2-squashed'Nick Mathewson
2017-04-13prop224: Add Python integration tests for HS ntor.George Kadianakis
2017-04-13prop224: Add basic HS ntor unittest.George Kadianakis
2017-04-11hs: Change trunnel prop224 cell's namespaceDavid Goulet
2017-04-10Fix some no-longer-reasonable unit tests for base64_decode()Nick Mathewson
2017-04-07Test odd-sized base64 decodesTaylor Yu
2017-04-07Merge branch 'isolate_openssl'Nick Mathewson
2017-04-07Add test for expected output from encode{,d}_length functionsNick Mathewson
2017-04-07hs: Refactor circuitmap to use circuit_t instead of or_circuit_t.George Kadianakis
2017-04-06Additional unit tests to improve conscache coverageNick Mathewson
2017-04-06Tests for cleanup and reference counting on conscacheNick Mathewson
2017-04-06Tests for simple cases of conscache code.Nick Mathewson
2017-04-06Unit tests for labelled storagedir entriesNick Mathewson
2017-04-03Capture expected log in test_circuitbuild.cTaylor Yu
2017-04-03Merge branch 'bug13790_rebased'Nick Mathewson
2017-04-03Test unhandled purpose in route_len_for_purpose()Taylor Yu
2017-04-03Add tests for new_route_len()Taylor Yu
2017-03-31Move "change cert expiration and re-sign" fn into tortls.cNick Mathewson
2017-03-31Mark many private tortls.h APIs as openssl-only.Nick Mathewson
2017-03-31Remove some now-needless openssl includes from src/test.Nick Mathewson
2017-03-31Remove openssl/evp.h dependency from test_crypto.cNick Mathewson
2017-03-31Remove crypto/rand include from test_crypto.cNick Mathewson
2017-03-31Isolate dmalloc/openssl bridge code to crypto.cNick Mathewson
2017-03-29Fix utimbuf initialization in storagedir/cleaning testNick Mathewson
2017-03-28Merge branch 'spooling_squashed'Nick Mathewson