aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.c
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-10-14tests/server/util.c: fix support for Windows Unicode buildsMarc Hoersken
2020-09-02win32: drop support for WinSock version 1, require version 2Marc Hoersken
2020-07-28checksrc: ban gmtime/localtimeDaniel Stenberg
2020-07-19util: silence conversion warningsMarcel Raad
2020-06-06server/util: fix logmsg format using curl_off_t argumentDaniel Stenberg
2020-05-02tests/server/util.[ch]: add exit event to stop waiting on WindowsMarc Hoersken
2020-05-02tests/server/util.c: fix thread handle not being closedMarc Hoersken
2020-05-02tests/server/util.c: use raise instead of calling signal handlerMarc Hoersken
2020-04-29tests: look for preprocessed tests in build directoryKamil Dudka
2020-04-18tests: introduce preprocessed test casesDaniel Stenberg
2020-04-14tests: add the mqtt test server mqttdDaniel Stenberg
2020-04-12tests/server: add hidden window to gracefully handle WM_CLOSEMarc Hoersken
2020-04-12tests/server: add CTRL event handler for Win32 consolesMarc Hoersken
2020-04-12tests/server: move all signal handling routines to util.[ch]Marc Hoersken
2020-04-11tests/server/util.c: use curl_off_t instead of long for pidMarc Hoersken
2020-04-11tests: fix conflict between Cygwin/msys and Windows PIDsMarc Hoersken
2019-11-09strerror: Fix an error looking up some Windows error stringsJay Satiro
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
2019-04-11tests/server/util: fix Windows Unicode buildMarcel Raad
2019-01-01tvnow: silence conversion warningsMarcel Raad
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-10-09Windows: fixes for MinGW targeting Windows VistaMarcel Raad
2018-06-11cppcheck: fix warningsMarian Klymov
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-02tests/server/util: fix curltime mistake from 4dee50b9c80f9Daniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-04-12tests/server/util: prefer <poll.h> over <sys/poll.h>Marcel Raad
2017-04-03tests/server/util: remove in6addr_any for recent MinGWMarcel Raad
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-10-31tests/util: get a private strncasecompare cloneDaniel Stenberg
2016-04-03tests/server: comply with our code styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2013-04-06util.c: Revert workaround eeefcdf, 6eb56e7 and e3787e8Marc Hoersken
2013-04-06util.c: Follow up cleanup on eeefcdfMarc Hoersken
2013-04-06cpp: use #ifdef __MINGW32__ to avoid compiler complaintsDaniel Stenberg
2013-04-06util.c: Made write_pidfile write the correct PID on MinGW/MsysMarc Hoersken
2013-01-09test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang 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-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-04-10test servers: build adjustmentYang Tse
2012-01-03test proxy supports CONNECTDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-25Fixed bug report #2958074 indicatingYang Tse
2010-02-02avoid possibility of using obsoleted stuffYang Tse
2009-12-16Test harness process control enhancementsYang Tse
2009-12-09signal handling to cleanup on SIGINT and SIGTERM, followupYang Tse
2009-11-26Only attempt to clear the server-logs lock when previously set by this same s...Yang Tse