Age | Commit message (Expand) | Author |
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 |