summaryrefslogtreecommitdiff
path: root/tests/libtest/testutil.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* build adjustments: functionally revert commits 4d3fb91f and bbfe1182Yang Tse2012-04-111-2/+0
* libtests: build adjustmentYang Tse2012-04-101-2/+3
* tvdiff_secs(): sub-zero time difference adjustmentYang Tse2011-11-251-2/+5
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* include "memdebug.h"Yang Tse2008-09-201-0/+1
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-101-3/+18
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-1/+1
* fix syntax error: missing semicolonYang Tse2008-05-101-1/+1
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-51/+52
* Move header file inclusion logic and definition of timevalYang Tse2007-02-201-0/+2
* add tutil_tvdiff_secs() for completenessYang Tse2007-02-201-0/+11
* Some tests were using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-091-0/+106