aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
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
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-19LLONG_MIN => INT64_MIN.Nick Mathewson
2014-12-19Fix unit test.Karsten Loesing
2014-12-10Add better support to obfuscate statistics.Karsten Loesing
2014-11-17Use smaller zlib objects when under memory pressureNick Mathewson
2014-11-12Fix wide lines (from 13172)Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-11-04Merge branch 'bug13315_squashed'Nick Mathewson
2014-11-04Introducing helper function to validate IPv4 address strings.rl1987
2014-11-04Introducing helper function to validate DNS name strings.rl1987
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-22Switch new time tests to use SIZEOF_TIME_T, not sizeof(time_t)Nick Mathewson
2014-10-21Conditionally compile time testing code based on integer sizeteor
2014-10-20Further unit test tor_timegm and parse_rfc1123_timeteor