summaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
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
2015-02-25Merge remote-tracking branch 'yawning/bug14922'Nick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-02-17Remove tor_strclear(), and replace previous calls with memwipe().Yawning Angel
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-01-23Split the slow unit tests into their own binaryNick Mathewson
2015-01-21Merge branch 'better_workqueue_v3_squashed'Nick Mathewson
2015-01-15unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.George Kadianakis
2015-01-15unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.George Kadianakis
2015-01-15unittests: Change some tt_assert()s to tt_int_op()s.George Kadianakis
2015-01-15Restrict sample values of the Laplace distribution to int64_t.George Kadianakis
2015-01-14Basic unit test for condition variables.Nick Mathewson
2015-01-14Move thread tests into their own moduleNick Mathewson
2015-01-08fix new mingw64 compilation warningsNick Mathewson
2015-01-07Merge branch 'bug9286_v3_squashed'Nick Mathewson
2015-01-07Stop accepting milliseconds in various directory contextsNick Mathewson
2015-01-06Merge remote-tracking branch 'public/feature11791'Nick Mathewson