Revert changes relative to lib/*.[ch] recent renaming
[platform/upstream/curl.git] / tests / server / sockfilt.c
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-26 Yang Tsesockfilt.c: commit b44da5a82a follow-up 2
2012-12-26 Yang Tsesockfilt.c: commit b44da5a82a follow-up
2012-12-26 Yang Tsesockfilt.c: fix some compiler warnings
2012-12-25 Marc Hoerskensocklift.c: Quick fix to re-add missing code
2012-12-25 Marc Hoerskensocklift.c: Added select_ws function to support Windows
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-04-10 Yang Tsetest servers: build adjustment
2011-10-31 Yang TseFTP test server: NODATACONN commands commit c761fcb0...
2011-10-30 Yang TseFTP test server: fix server unresponsiveness
2010-11-19 Yang Tsetest servers: fix strict aliasing compiler warnings
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-22 Yang Tseconvert Curl_ultous() and Curl_ultouc() functions to...
2010-02-19 Yang Tsefix compiler warning
2010-02-18 Yang Tsefix compiler warning
2010-02-04 Yang TseValidate server port argument
2010-02-02 Yang Tseavoid possibility of using obsoleted stuff
2010-01-10 Yang TseUpdate error message to include port number
2009-10-10 Yang TseFix compiler warning: loop without body
2009-06-12 Yang Tsefix compiler warning
2009-05-18 Yang TseRemove temporary debug tracing, and add nasty error...
2009-05-14 Yang TseAdd some debug tracing
2009-05-14 Yang TseFix detection of automatically choosen listener port...
2009-05-13 Yang Tselog each setsockopt/SO_REUSEADDR failure
2009-05-13 Yang Tsefix print formatting-string directives
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-04-27 Yang TseInclude <arpa/inet.h> if HAVE_ARPA_INET_H is defined
2009-04-08 Gisle Vanem#ifdef around variables to squelsh warnings.
2008-10-01 Dan FandrichFixed some compiler warnings with gcc
2008-09-26 Yang TseAvoid the use of the '? :' operator inside the call...
2008-09-20 Yang Tsefix compiler warning: external definition with no prior...
2008-09-04 Yang Tsefix print formatting string directives
2008-03-05 Yang Tsefix log message used when unable to connect to destinat...
2008-02-28 Yang Tsesignal handling to properly cleanup on SIGINT and SIGTERM
2008-02-28 Yang Tsewhen terminating do it falling through cleanup code
2008-02-28 Yang Tseheader inclusion cleanup
2008-02-27 Yang Tsemake comment more precise
2008-02-26 Yang Tseall reads from stdin and writes to stdout will be retri...
2008-02-26 Yang Tserefactor some code out to write_pidfile() in util.c
2008-02-22 Yang TseRevert sockfilt.c back to revision 1.42
2008-02-20 Yang TseAvoid timeout restart when signal caught while awaiting...
2008-02-19 Yang Tsejuggle() actually returns bool.
2008-02-18 Yang TseReduce to 20 seconds the time allowed to set SO_REUSEAD...
2008-02-17 Yang Tsesockfilt will quit when orphaned
2008-02-06 Yang TseUse a long int data type to handle getpid() result
2007-10-09 Yang Tselogmsg already appends '\n'
2007-09-27 Dan FandrichEnabled a few more gcc warnings with --enable-debug...
2007-09-17 Dan FandrichMake the ftp server connect to the address given by...
2007-08-30 Dan FandrichFixed a few compiler warnings. Try to do a slightly...
2007-08-22 Daniel Stenbergadded a size > buffer size check to make it easier...
2007-08-22 Daniel StenbergUpped the buffer size to 17000+ bytes to prepare for...
2007-07-12 Daniel Stenbergstart the retry delay at 10 ms, double it for every...
2007-07-12 Gunter Knaufthe timeout was probably too short with max = 1 sec...
2007-07-12 Gunter Knaufadded time loop to sockfilt.c in order to wait for...
2007-02-19 Yang Tseadd debug messages for initialization failures
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
2006-10-23 Yang TseReplace is*() macros with our own IS*() ones.
2006-10-18 Yang TseCheck for USE_WINSOCK instead of WIN32 where the check...
2006-10-11 Yang TseRemove redundant __CYGWIN__ symbol check
2006-09-12 Yang TseCygwin preprocessor adjustments
2006-07-19 Yang TseAbort if unable to write pid file, and close socket...
2006-07-17 Yang TseMinor cleanup
2006-07-14 Yang TseNull terminate string in buffer before feeding it to...
2006-07-13 Yang TseChange to meaningful var names and take care of a compi...
2006-07-12 Yang TseRemove var not used.
2006-07-12 Yang TseLog a message if not all data is sent.
2006-07-12 Yang Tsesread now returns ssize_t
2006-07-12 Yang TseUse platform's native types for recv() and send() argum...
2005-05-25 Daniel Stenbergsilense a warning
2005-05-25 Daniel Stenbergnicer raw logging and put code into (nicer) functions
2005-05-17 Daniel StenbergMoved more generic functions to util.[ch]
2005-05-10 Daniel Stenbergprevent 64bit warnings
2005-05-07 Daniel StenbergAdded an active disconnected state, to make the code...
2005-05-07 Daniel Stenbergremoved unnecessary logging to ease REAL debuggin
2005-05-01 Daniel Stenbergalways use the libcurl-provided *printf() functions
2005-04-30 Daniel StenbergMoved common code to util.[ch] instead of having it...
2005-04-28 Daniel StenbergAF_INET6 for ipv6 addresses!
2005-04-27 Daniel Stenberglisten(..., 1) as 0 doesn't work on Tru64!
2005-04-18 Daniel Stenbergbetter fix for the socket -1 case
2005-04-18 Daniel Stenbergsafety measure to avoid using -1 as socket
2005-04-18 Daniel StenbergModified the FTP server to use the new 'sockfilt' progr...