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
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