Revert "Update to 7.40.1"
[platform/upstream/curl.git] / tests / server / sockfilt.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-04-22 Marc Hoerskensockfilt.c: clean up threaded approach and add document...
2014-04-22 Marc Hoerskensockfilt.c: zero initialize variable
2014-04-22 Marc Hoerskensockfilt.c: fixed getting stuck waiting for MinGW stdin...
2014-04-20 Marc Hoerskensockfilt.c: properly handle disk files, pipes and chara...
2014-04-20 Marc Hoerskensockfilt.c: ignore non-key-events and continue waiting...
2014-04-20 Marc Hoerskensockfilt.c: free memory in case of memory allocation...
2014-02-16 Marc Hoerskensockfilt.c: add undefs which are required after 6239146e
2014-01-26 Marc Hoerskensockfilt.c: follow up cleanup commit on 49b63cf3
2014-01-25 Marc Hoerskensockfilt.c: fixed and simplified Windows select function
2013-04-06 Marc Hoerskensockfilt.c: Fixed detection of client-side connection...
2013-04-06 Marc Hoerskensockfilt.c: Reduce CPU load while running under a Windo...
2013-04-05 Marc Hoerskensockfilt.c: Fixed handling of multiple fds being signaled
2013-04-04 Marc Hoerskensockfilt.c: Added wrapper functions to fix Windows...
2013-01-10 Yang Tsesockfilt.c: log file descriptor number on read/write...
2013-01-09 Yang Tsetest servers: handle W32/W64 SIGBREAK with exit_signal_...
2013-01-09 Yang Tsetest servers: fix errno, ERRNO and SOCKERRNO usage...
2013-01-09 Yang Tsesockfilt.c: fix some W64 compiler warnings
2013-01-08 Yang Tsesockfilt.c: fix some compiler warnings
2013-01-07 Marc Hoerskentests/server/sockfilt.c: Fixed integer comparison warning
2013-01-07 Marc Hoerskentests/server/sockfilt.c: Include required Win32 headers
2013-01-06 Marc Hoerskentests/server/sockfilt.c: Fixed support for listening...
2013-01-06 Marc Hoerskentests/server/sockfilt.c: Set Windows Console to binary...
2013-01-06 Marc Hoerskentests/server/sockfilt.c: Improved log error messages
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
next