aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2016-06-08Unit tests for our zlib code to test and reject compression bombs.Nick Mathewson
2016-06-02Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-02Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-06-02Use tor_sscanf, not sscanf, in test_util.c.Nick Mathewson
2016-05-19Remove round_int64_to_next_multiple_of: It is now unused.Nick Mathewson
2016-05-12Run tor_sscanf test in subprocess, in hopes of coaxing more info from jenkinsNick Mathewson
2016-04-05Don't call the system toupper or tolower.Nick Mathewson
2016-03-28One more test that didnt pass on windows. See #18665.Nick Mathewson
2016-03-26Whitespace fixesNick Mathewson
2016-03-25Disable failing broken time format case for windows.Nick Mathewson
2016-03-24try to fix a test failure for sizeof(time_t)==4.Nick Mathewson
2016-03-24Merge branch 'timegm_overflow_squashed'Nick Mathewson
2016-03-24Add a missing UL on a long in a unit testteor (Tim Wilson-Brown)
2016-03-24Add unit tests with dates from 2035 to 2039teor (Tim Wilson-Brown)
2016-02-27Update the copyright year.Nick Mathewson
2016-02-23Another clang+_FORTIFY_SOURCE issueNick Mathewson
2016-01-11Make the touch_file unit test work around FS/system time sync issuesNick Mathewson
2016-01-07Fix #18012 harder.Nick Mathewson
2016-01-07Try to fix windows test build (#18012)Nick Mathewson
2016-01-03Unit tests for getpw* functionsNick Mathewson
2016-01-03clean up the "skip this util test on windows" logic.Nick Mathewson
2016-01-03Add a test for touch_fileNick Mathewson
2015-11-19Merge remote-tracking branch 'teor/bug17632-no-ipv4-no-localhost-squashed'Nick Mathewson
2015-11-19Fixup #17638: ignore EINVAL from FreeBSD jails without ::1teor (Tim Wilson-Brown)
2015-11-19Make tor_ersatz_socketpair work on IPv6-only systemsteor (Tim Wilson-Brown)
2015-11-19Fix unit tests on systems without IPv4 or localhost addressesteor (Tim Wilson-Brown)
2015-11-19Really Really Fixup 86eba14ac549: Windows support, error return valuesteor (Tim Wilson-Brown)
2015-11-18Really Fixup 86eba14ac549: error return values are negativeteor (Tim Wilson-Brown)
2015-11-18Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORTteor (Tim Wilson-Brown)
2015-11-18Fix unit tests on systems without IPv4 or localhost addressesteor (Tim Wilson-Brown)
2015-11-12Merge branch 'karsten_bug13192_026_03_teor'Nick Mathewson
2015-11-12Rename cast_double_to_int64 to clamp_double_to_int64Nick Mathewson
2015-11-12Make round_to_next_multiple_of always round upwards.Nick Mathewson
2015-08-21Fix a bunch of check-spaces complaintsSebastian Hahn
2015-08-17Bring the dimap tests up to 100%Nick Mathewson
2015-08-11Fix a 32-bit compilation warningNick Mathewson
2015-08-05Add a compat function to check how much disk space is free.Nick Mathewson
2015-07-27Allow a single trailing `.` when validating FQDNs from SOCKS.Yawning Angel
2015-06-24Work around nytimes.com's broken hostnames in our SOCKS checks.Yawning Angel
2015-06-03Remove undefined directive-in-macro in test_util_writepidteor
2015-05-07Merge branch 'writing_tests'Nick Mathewson
2015-05-07Write the outlines of a WritingTests.txt documentNick Mathewson
2015-05-06Remove test for strclear as it no longer exists in the codebaseteor
2015-05-06Use standard float.h header and resolve undefined left shift behaviourteor
2015-05-06Add unit tests for cast_double_to_int64().teor
2015-05-06Tweak teor's and dgoulet's #13192 patches.Karsten Loesing
2015-05-06Test: change INT64_MAX to DBL_MAX in laplace testDavid Goulet
2015-05-06Test: remove edge cases that assert in laplace testDavid Goulet
2015-05-06Handle edge cases in the round_*_to_next_multiple_of functionsteor
2015-05-06Handle edge cases in laplace functionsteor