summaryrefslogtreecommitdiff
path: root/tests/server/util.h
Commit message (Expand)AuthorAgeFilesLines
* tests/server/util.h: add extern to silence compiler warningDaniel Stenberg2020-05-201-0/+2
* tests/server/util.[ch]: add exit event to stop waiting on WindowsMarc Hoersken2020-05-021-0/+5
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-181-2/+4
* tests: add the mqtt test server mqttdDaniel Stenberg2020-04-141-5/+1
* tests/server: move all signal handling routines to util.[ch]Marc Hoersken2020-04-121-0/+9
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
* tests: align some Windows sleep defines with each otherMarc Hoersken2020-03-041-3/+3
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-1/+2
* tests: checksrc complianceJay Satiro2016-12-191-1/+1
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-311-1/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* test servers: build adjustmentYang Tse2012-04-101-3/+4
* test proxy supports CONNECTDaniel Stenberg2012-01-031-1/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-181-0/+3
* improve synchronization between test harness runtests.pl scriptYang Tse2008-04-231-0/+6
* avoid inclusion of setup.h in util.hYang Tse2008-02-281-2/+1
* header inclusion cleanupYang Tse2008-02-281-0/+1
* refactor some code out to write_pidfile() in util.cYang Tse2008-02-261-0/+2
* Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ...Yang Tse2008-02-181-2/+2
* added time loop to sockfilt.c in order to wait for SO_REUSEADDR;Gunter Knauf2007-07-121-0/+2
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-7/+0
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-171-6/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+1
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+0
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-6/+8
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-3/+2
* 'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' forGisle Vanem2006-09-131-9/+6
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-2/+0
* moved test2file() to util.cDaniel Stenberg2005-09-151-0/+8
* removed duplicateDaniel Stenberg2005-05-191-2/+0
* Moved more generic functions to util.[ch]Daniel Stenberg2005-05-171-0/+34
* Moved common code to util.[ch] instead of having it duplicated in sws.cDaniel Stenberg2005-04-301-0/+30