index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
server
/
sockfilt.c
Age
Commit message (
Expand
)
Author
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
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
[next]