index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
server
/
util.c
Age
Commit message (
Expand
)
Author
2009-12-16
Test harness process control enhancements
Yang Tse
2009-12-09
signal handling to cleanup on SIGINT and SIGTERM, followup
Yang Tse
2009-11-26
Only attempt to clear the server-logs lock when previously set by this same s...
Yang Tse
2008-10-01
Fixed some compiler warnings with gcc
Dan Fandrich
2008-09-26
fix potential buffer overflow in test-server logging function
Yang Tse
2008-09-18
fix compiler warning: external declaration in primary source file
Yang Tse
2008-04-23
improve synchronization between test harness runtests.pl script
Yang Tse
2008-02-28
avoid inclusion of setup.h in util.h
Yang Tse
2008-02-28
header inclusion cleanup
Yang Tse
2008-02-26
trial to fix the HP-UX breakage...
Gunter Knauf
2008-02-26
refactor some code out to write_pidfile() in util.c
Yang Tse
2008-02-18
Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ...
Yang Tse
2008-01-22
check availability of poll.h header at configuration time, and include
Yang Tse
2007-07-12
added time loop to sockfilt.c in order to wait for SO_REUSEADDR;
Gunter Knauf
2007-02-19
add debug messages for initialization failures
Yang Tse
2007-02-17
Remove C99isms
Dan Fandrich
2007-02-16
add debug messages for fopen() failures
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-09-13
'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' for
Gisle Vanem
2006-09-12
Cygwin preprocessor adjustments
Yang Tse
2006-05-24
make sure we pass a time_t * to localtime(), and the timeval struct members
Daniel Stenberg
2005-09-15
moved test2file() to util.c
Daniel Stenberg
2005-05-25
utilize the whole usec in the log and don't output to stderr if the logfile
Daniel Stenberg
2005-05-17
Moved more generic functions to util.[ch]
Daniel Stenberg
2005-05-01
always use the libcurl-provided *printf() functions
Daniel Stenberg
2005-04-30
logfile name is const
Daniel Stenberg
2005-04-30
Moved common code to util.[ch] instead of having it duplicated in sws.c
Daniel Stenberg