Age | Commit message (Expand) | Author |
2007-07-12 | start the retry delay at 10 ms, double it for every failed attempt which makes | Daniel Stenberg |
2007-07-12 | the timeout was probably too short with max = 1 sec, so lets test with 5 sec. | Gunter Knauf |
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-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-27 | Update copyright year, since the file has been modified | Yang Tse |
2006-10-23 | Replace is*() macros with our own IS*() ones. | 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-12 | Cygwin preprocessor adjustments | Yang Tse |
2006-07-19 | Abort if unable to write pid file, and close socket when aborting. | Yang Tse |
2006-07-17 | Minor cleanup | Yang Tse |
2006-07-14 | Null terminate string in buffer before feeding it to strtol() | Yang Tse |
2006-07-13 | Change to meaningful var names and take care of a compiler warning on IRIX 6.... | Yang Tse |
2006-07-12 | Remove var not used. | Yang Tse |
2006-07-12 | Log a message if not all data is sent. | Yang Tse |
2006-07-12 | sread now returns ssize_t | Yang Tse |
2006-07-12 | Use platform's native types for recv() and send() arguments. | Yang Tse |
2005-05-25 | silense a warning | Daniel Stenberg |
2005-05-25 | nicer raw logging and put code into (nicer) functions | Daniel Stenberg |
2005-05-17 | Moved more generic functions to util.[ch] | Daniel Stenberg |
2005-05-10 | prevent 64bit warnings | Daniel Stenberg |
2005-05-07 | Added an active disconnected state, to make the code clearer. | Daniel Stenberg |
2005-05-07 | removed unnecessary logging to ease REAL debuggin | Daniel Stenberg |
2005-05-01 | always use the libcurl-provided *printf() functions | Daniel Stenberg |
2005-04-30 | Moved common code to util.[ch] instead of having it duplicated in sws.c | Daniel Stenberg |
2005-04-28 | AF_INET6 for ipv6 addresses! | Daniel Stenberg |
2005-04-27 | listen(..., 1) as 0 doesn't work on Tru64! | Daniel Stenberg |
2005-04-18 | better fix for the socket -1 case | Daniel Stenberg |
2005-04-18 | safety measure to avoid using -1 as socket | Daniel Stenberg |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg |