summaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-09-12Merge branch 'maint-0.3.1'Nick Mathewson
2017-09-12Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-09-12Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-09-12Avoid sscanf() warnings from openbsd in the unit testsNick Mathewson
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-08-08Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-08Merge remote-tracking branch 'ahf/bugs/22286' into maint-0.3.1Nick Mathewson
2017-07-31Now that "base -1" is a bug, tell our unit tests to expect bug warningsNick Mathewson
2017-06-20Add a unit test for decompressing concatenated inputs.Nick Mathewson
2017-05-19fix a coverity resource leak warningNick Mathewson
2017-05-18Add support for %include funcionality on torrc #1922Daniel Pinto
2017-05-17Check that tor_compress_state_size() returns a value larger than zero.Alexander Færøy
2017-05-16Ensure that each compression backend returns a provider version identifier.Alexander Færøy
2017-05-02Merge branch 'compress_none_v2_squashed'Nick Mathewson
2017-05-02Add unit tests for the NO_METHOD compressorNick Mathewson
2017-05-01Rename x-lzma to x-tor-lzmaNick Mathewson
2017-04-27Document and test nul-terminating behavior of tor_uncompress()Nick Mathewson
2017-04-27whitespace fixNick Mathewson
2017-04-27Re-enable the partial-input test for zstd.Nick Mathewson
2017-04-27Have a separate entry point for each compresion testNick Mathewson
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