summaryrefslogtreecommitdiff
path: root/tests/libtest/testutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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