aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
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-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
2016-07-26Add a function to simplify a fraction.Nick Mathewson
2016-07-26Remove windows debugging prints: it was an integer overflow hitting ftrapvNick Mathewson
2016-07-26Redux: Temporarily add windows verbosity to track down jenkins failuresNick Mathewson
2016-07-19Unit tests for monotonic timeNick Mathewson
2016-07-06Capture the LOG_ERR messages in our tests that had logged errors.Nick Mathewson
2016-06-30Add tv_udiff and tv_mdiff unit tests with negative valuesteor (Tim Wilson-Brown)
2016-06-29Add more unit tests for tv_udiff and tv_mdiffteor (Tim Wilson-Brown)
2016-06-20Small coverage improvements on compat.cNick Mathewson
2016-06-19Fix #19063: Add check in utility macroU+039b
2016-06-19Merge branch 'zlib_coverage_squashed'Nick Mathewson
2016-06-19Unindent blockNick Mathewson
2016-06-19Remove support for zlib <= 1.1Nick Mathewson
2016-06-16Coverage on parse_config_line_from_str_verbose.Nick Mathewson
2016-06-16Remove parse_config_line_from_str aliasNick Mathewson
2016-06-16Mark code unreachable in unescape_string()Nick Mathewson