Age | Commit message (Expand) | Author |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-03-05 | fix log message used when unable to connect to destination port | Yang Tse |
2008-02-28 | signal handling to properly cleanup on SIGINT and SIGTERM | Yang Tse |
2008-02-28 | when terminating do it falling through cleanup code | Yang Tse |
2008-02-28 | header inclusion cleanup | Yang Tse |
2008-02-27 | make comment more precise | Yang Tse |
2008-02-26 | all reads from stdin and writes to stdout will be retried until the | Yang Tse |
2008-02-26 | refactor some code out to write_pidfile() in util.c | Yang Tse |
2008-02-22 | Revert sockfilt.c back to revision 1.42 | Yang Tse |
2008-02-20 | Avoid timeout restart when signal caught while awaiting socket and stdin events | Yang Tse |
2008-02-19 | juggle() actually returns bool. | Yang Tse |
2008-02-18 | Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ... | Yang Tse |
2008-02-17 | sockfilt will quit when orphaned | Yang Tse |
2008-02-06 | Use a long int data type to handle getpid() result | Yang Tse |
2007-10-09 | logmsg already appends '\n' | Yang Tse |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-09-17 | Make the ftp server connect to the address given by curl in the PORT/EPRT | Dan Fandrich |
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich |
2007-08-22 | added a size > buffer size check to make it easier to track this in the | Daniel Stenberg |
2007-08-22 | Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003 | Daniel Stenberg |
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 |