summaryrefslogtreecommitdiff
path: root/tests/server/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve synchronization between test harness runtests.pl scriptYang Tse2008-04-231-0/+36
* avoid inclusion of setup.h in util.hYang Tse2008-02-281-3/+3
* header inclusion cleanupYang Tse2008-02-281-6/+2
* trial to fix the HP-UX breakage...Gunter Knauf2008-02-261-1/+1
* refactor some code out to write_pidfile() in util.cYang Tse2008-02-261-0/+16
* Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ...Yang Tse2008-02-181-23/+52
* check availability of poll.h header at configuration time, and includeYang Tse2008-01-221-1/+3
* added time loop to sockfilt.c in order to wait for SO_REUSEADDR;Gunter Knauf2007-07-121-0/+32
* add debug messages for initialization failuresYang Tse2007-02-191-2/+2
* Remove C99ismsDan Fandrich2007-02-171-7/+8
* add debug messages for fopen() failuresYang Tse2007-02-161-2/+15
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-2/+2
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-13/+0
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-9/+11
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-3/+3
* 'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' forGisle Vanem2006-09-131-5/+6
* Cygwin preprocessor adjustmentsYang Tse2006-09-121-1/+1
* make sure we pass a time_t * to localtime(), and the timeval struct membersDaniel Stenberg2006-05-241-2/+3
* moved test2file() to util.cDaniel Stenberg2005-09-151-0/+10
* utilize the whole usec in the log and don't output to stderr if the logfileDaniel Stenberg2005-05-251-7/+6
* Moved more generic functions to util.[ch]Daniel Stenberg2005-05-171-0/+49
* always use the libcurl-provided *printf() functionsDaniel Stenberg2005-05-011-0/+3
* logfile name is constDaniel Stenberg2005-04-301-1/+1
* Moved common code to util.[ch] instead of having it duplicated in sws.cDaniel Stenberg2005-04-301-0/+95