summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-04-25Add Zstandard support.Alexander Færøy
2017-04-25Add --enable-zstd to our configure script.Alexander Færøy
2017-04-25Add LZMA support.Alexander Færøy
2017-04-25Add --enable-lzma to our configure script.Alexander Færøy
2017-04-25Rename the `torgzip` module to `compress`.Alexander Færøy
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-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-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
2017-03-28Refactor the directory spool implementationNick Mathewson
2017-03-27Storagedir test fix: save strings in binary mode to preserve lengthNick Mathewson
2017-03-27Merge remote-tracking branch 'ahf/bugs/21757'Nick Mathewson
2017-03-26Merge remote-tracking branch 'origin/maint-0.3.0'Nick Mathewson
2017-03-26Tweak test_entrynodes commentNick Mathewson
2017-03-23Use update_approx_time() to run a test 100 days in the past.Nick Mathewson
2017-03-17Merge branch 'ahf_bugs_21641_squashed'Nick Mathewson
2017-03-17Make MIN_ONION_KEY_LIFETIME a consensus parameter defined value.Alexander Færøy