summaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2017-04-27Refactor compression tests into a single test.Alexander Færøy
2017-04-25Combine all *compress/*uncompress backend function into oneNick Mathewson
2017-04-25Add function to check if a given compression method is supported.Alexander Færøy
2017-04-25Add Zstandard support.Alexander Færøy
2017-04-25Add LZMA support.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-03-17Split strings at newline in tor_get_lines_from_handle().Alexander Færøy
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-09Remove fgets() compatbility function and related tests.Alexander Færøy
2017-03-09Add test case for get_string_from_pipe().Alexander Færøy
2017-03-01Reset `buf` after each succesful test to avoid artifacts.Alexander Færøy
2017-03-01Use tor_fgets() instead of fgets().Alexander Færøy
2017-02-27Merge branch 'disable_memory_sentinels_squashed'Nick Mathewson
2017-02-27Code to disable memory sentinels for fuzzingNick Mathewson
2017-02-14Merge branch 'bug20894_029_v3'Nick Mathewson
2017-02-14Don't atoi off the end of a buffer chunk.Nick Mathewson
2017-02-08test: Add missing socket errno in test_util.cDavid Goulet
2016-12-23Fix unreachable heap corruption in base64_decode()Hans Jerry Illikainen
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-07Increase tolerances in util/monotonic_time testsNick Mathewson
2016-11-30Teach parse_iso_time about the spaceless variant.Nick Mathewson
2016-11-03Refactor tests for tor_htonll and tor_ntohllovercaffeinated
2016-11-03Add unit test for tor_htonll and tor_ntohllovercaffeinated
2016-10-14Whitespace cleaningNick Mathewson
2016-10-14Make the FreeBSD ersatz_socketpair test even more skippable.Nick Mathewson
2016-10-13ersatz socketpair tests: work around freebsd jails.Nick Mathewson
2016-10-11torrc parsing b0rks on carriage-returnpaolo.ingls@gmail.com
2016-09-22Coverity warning fix: let coverity tell we're closing socketsNick Mathewson
2016-09-11Whoops. Cant call sockaddr_in a "sin", since sin() is a thing.Nick Mathewson
2016-09-11Fix gmtime unit test on openbsdNick Mathewson
2016-09-11Try to make our ersatz-socketpair test work better on FreeBSD jailsNick Mathewson
2016-09-11Tweak tor_gmtime_r test.Nick Mathewson
2016-09-08Reinstate a couple of teardown_capture_of_logs that I missedNick Mathewson
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08more consistent use of expect_log_msg_containingNick Mathewson
2016-09-07Capture and enforce bug warnings in util/time testNick Mathewson
2016-09-06Capture and detect the BUG() warnings in test_util_parse_integer.Nick Mathewson
2016-09-06Fix a unit test bug for passing arguments to tor_parse_ulong.Nick Mathewson
2016-09-06Split tor_parse_{some_int} testing into separate fn. Code movement only.Nick Mathewson
2016-09-05Appease make check-spacesAndrea Shepard
2016-08-31Initialize monotonic timer code before using it in the testsNick Mathewson
2016-08-31Detect and suppress bug message from zlib compression bomb testNick Mathewson
2016-08-31Use setup_full_capture_of_logs() where appropriate.Nick Mathewson
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-28Merge branch 'bug18902_squashed'Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson