summaryrefslogtreecommitdiff
path: root/tests/server/util.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: ban gmtime/localtimebagder/ban-bad-time-funcsDaniel Stenberg2020-07-271-0/+1
* util: silence conversion warningsMarcel Raad2020-07-191-1/+1
* server/util: fix logmsg format using curl_off_t argumentDaniel Stenberg2020-06-061-1/+1
* tests/server/util.[ch]: add exit event to stop waiting on WindowsMarc Hoersken2020-05-021-0/+19
* tests/server/util.c: fix thread handle not being closedMarc Hoersken2020-05-021-2/+9
* tests/server/util.c: use raise instead of calling signal handlerMarc Hoersken2020-05-021-2/+2
* tests: look for preprocessed tests in build directoryKamil Dudka2020-04-291-1/+1
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-181-3/+13
* tests: add the mqtt test server mqttdDaniel Stenberg2020-04-141-1/+15
* tests/server: add hidden window to gracefully handle WM_CLOSEMarc Hoersken2020-04-121-0/+88
* tests/server: add CTRL event handler for Win32 consolesMarc Hoersken2020-04-121-0/+48
* tests/server: move all signal handling routines to util.[ch]Marc Hoersken2020-04-121-0/+139
* tests/server/util.c: use curl_off_t instead of long for pidMarc Hoersken2020-04-111-3/+3
* tests: fix conflict between Cygwin/msys and Windows PIDsMarc Hoersken2020-04-111-0/+9
* strerror: Fix an error looking up some Windows error stringsJay Satiro2019-11-091-1/+2
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* tests/server/util: fix Windows Unicode buildMarcel Raad2019-04-111-2/+2
* tvnow: silence conversion warningsMarcel Raad2019-01-011-1/+1
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-7/+8
* Windows: fixes for MinGW targeting Windows VistaMarcel Raad2018-10-091-1/+2
* cppcheck: fix warningsMarian Klymov2018-06-111-3/+2
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-5/+106
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-4/+4
* tests/server/util: fix curltime mistake from 4dee50b9c80f9Daniel Stenberg2017-08-021-1/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-4/+4
* tests/server/util: prefer <poll.h> over <sys/poll.h>Marcel Raad2017-04-121-3/+3
* tests/server/util: remove in6addr_any for recent MinGWMarcel Raad2017-04-031-1/+9
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-311-0/+84
* tests/server: comply with our code styleDaniel Stenberg2016-04-031-12/+11
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* util.c: Revert workaround eeefcdf, 6eb56e7 and e3787e8Marc Hoersken2013-04-061-56/+0
* util.c: Follow up cleanup on eeefcdfMarc Hoersken2013-04-061-7/+7
* cpp: use #ifdef __MINGW32__ to avoid compiler complaintsDaniel Stenberg2013-04-061-1/+1
* util.c: Made write_pidfile write the correct PID on MinGW/MsysMarc Hoersken2013-04-061-0/+56
* test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse2013-01-091-8/+15
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* test servers: build adjustmentYang Tse2012-04-101-4/+1
* test proxy supports CONNECTDaniel Stenberg2012-01-031-1/+28
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fixed bug report #2958074 indicatingYang Tse2010-02-251-2/+8
* avoid possibility of using obsoleted stuffYang Tse2010-02-021-1/+4
* Test harness process control enhancementsYang Tse2009-12-161-2/+2
* signal handling to cleanup on SIGINT and SIGTERM, followupYang Tse2009-12-091-1/+1
* Only attempt to clear the server-logs lock when previously set by this same s...Yang Tse2009-11-261-1/+7
* Fixed some compiler warnings with gccDan Fandrich2008-10-011-2/+2
* fix potential buffer overflow in test-server logging functionYang Tse2008-09-261-3/+3
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-181-3/+0