Age | Commit message (Expand) | Author |
2012-12-26 | sockfilt.c: commit b44da5a82a follow-up 2 | Yang Tse |
2012-12-26 | sockfilt.c: commit b44da5a82a follow-up | Yang Tse |
2012-12-26 | sockfilt.c: fix some compiler warnings | Yang Tse |
2012-12-25 | socklift.c: Quick fix to re-add missing code | Marc Hoersken |
2012-12-25 | socklift.c: Added select_ws function to support Windows | Marc Hoersken |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-04-10 | test servers: build adjustment | Yang Tse |
2011-10-31 | FTP test server: NODATACONN commands commit c761fcb0 follow-up | Yang Tse |
2011-10-30 | FTP test server: fix server unresponsiveness | Yang Tse |
2010-11-19 | test servers: fix strict aliasing compiler warnings | Yang Tse |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse |
2010-02-19 | fix compiler warning | Yang Tse |
2010-02-18 | fix compiler warning | Yang Tse |
2010-02-04 | Validate server port argument | Yang Tse |
2010-02-02 | avoid possibility of using obsoleted stuff | Yang Tse |
2010-01-10 | Update error message to include port number | Yang Tse |
2009-10-10 | Fix compiler warning: loop without body | Yang Tse |
2009-06-12 | fix compiler warning | Yang Tse |
2009-05-18 | Remove temporary debug tracing, and add nasty error explanation | Yang Tse |
2009-05-14 | Add some debug tracing | Yang Tse |
2009-05-14 | Fix detection of automatically choosen listener port number on IPv6 enabled b... | Yang Tse |
2009-05-13 | log each setsockopt/SO_REUSEADDR failure | Yang Tse |
2009-05-13 | fix print formatting-string directives | Yang Tse |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse |
2009-04-27 | Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined | Yang Tse |
2009-04-08 | #ifdef around variables to squelsh warnings. | Gisle Vanem |
2008-10-01 | Fixed some compiler warnings with gcc | Dan Fandrich |
2008-09-26 | Avoid the use of the '? :' operator inside the call to our | Yang Tse |
2008-09-20 | fix compiler warning: external definition with no prior declaration | Yang Tse |
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 |