summaryrefslogtreecommitdiff
path: root/tests/libtest/testutil.c
AgeCommit message (Expand)Author
2017-08-20Patchset for gnURL microfork:gnurl-7.55.1gnurl-7_55_1Christian Grothoff
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-04-11build adjustments: functionally revert commits 4d3fb91f and bbfe1182Yang Tse
2012-04-10libtests: build adjustmentYang Tse
2011-11-25tvdiff_secs(): sub-zero time difference adjustmentYang Tse
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-09-20include "memdebug.h"Yang Tse
2008-07-10fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10fix syntax error: missing semicolonYang Tse
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
2007-02-20Move header file inclusion logic and definition of timevalYang Tse
2007-02-20add tutil_tvdiff_secs() for completenessYang Tse
2007-02-09Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse