Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse | |
76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. | |||
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 | |
WinSock select() does not support standard file descriptors, it can only check SOCKETs. The following function is an attempt to create a select() function with support for other handles. | |||
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | |
Inclusion of top two most included header files now done in setup_once.h | |||
2012-04-10 | test servers: build adjustment | Yang Tse | |
Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might leak from lib/setup.h into source files where this should not be defined. | |||
2011-10-31 | FTP test server: NODATACONN commands commit c761fcb0 follow-up | Yang Tse | |
Adjustments that make NODATACONN custom commands fully usable. | |||
2011-10-30 | FTP test server: fix server unresponsiveness | Yang Tse | |
Some torture tests left FTP test server in an unresponsive state, resulting in torture tests that actually completed following unexpected code paths. Changes in this commit solely address this issue and some adjustments for ftpserver.pl logging relative to data channel establishment and tear down. Pending NODATACONN relative adjustments reserved for a further commit. | |||
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 | |
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness. | |||
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 ↵ | Yang Tse | |
builds. | |||
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 | |
test-server logging function. It doesn't work on some systems. | |||
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 | |
whole operation completes or an unrecoverable condition is detected | |||
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 | |
Changes introduced in revision 1.43 were useless | |||
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 | |
Remove redundant and unreachable log message. | |||
2008-02-18 | Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ↵ | Yang Tse | |
listener socket. Log some more error descriptions. | |||
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 | |
variables to avoid shadowing global declarations. | |||
2007-09-17 | Make the ftp server connect to the address given by curl in the PORT/EPRT | Dan Fandrich | |
instead of hard-coding it to 127.0.0.1 | |||
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich | |
cleaning up after an OOM condition in curl_multi_add_handle | |||
2007-08-22 | added a size > buffer size check to make it easier to track this in the | Daniel Stenberg | |
future |