History log of /curl/tests/server/sockfilt.c (Results 126 – 150 of 173)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ed63d9d4 28-Feb-2008 Yang Tse

header inclusion cleanup


# 8adc7038 27-Feb-2008 Yang Tse

make comment more precise


# 058e764a 26-Feb-2008 Yang Tse

all reads from stdin and writes to stdout will be retried until the
whole operation completes or an unrecoverable condition is detected


# 0d09f342 26-Feb-2008 Yang Tse

refactor some code out to write_pidfile() in util.c


# 1d95109f 22-Feb-2008 Yang Tse

Revert sockfilt.c back to revision 1.42

Changes introduced in revision 1.43 were useless


# 064eebea 20-Feb-2008 Yang Tse

Avoid timeout restart when signal caught while awaiting socket and stdin events


# 9df37b93 19-Feb-2008 Yang Tse

juggle() actually returns bool.

Remove redundant and unreachable log message.


# c9eb41c0 18-Feb-2008 Yang Tse

Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt listener socket.

Log some more error descriptions.


# 23547fa2 17-Feb-2008 Yang Tse

sockfilt will quit when orphaned


# fecb67b2 06-Feb-2008 Yang Tse

Use a long int data type to handle getpid() result


Revision tags: curl-7_18_0, curl-7_17_1
# 660c86ce 09-Oct-2007 Yang Tse

logmsg already appends '\n'


# 16b95fc7 27-Sep-2007 Dan Fandrich

Enabled a few more gcc warnings with --enable-debug. Renamed a few
variables to avoid shadowing global declarations.


# 9b11a84e 17-Sep-2007 Dan Fandrich

Make the ftp server connect to the address given by curl in the PORT/EPRT
instead of hard-coding it to 127.0.0.1


Revision tags: curl-7_17_0
# 5d4c981e 30-Aug-2007 Dan Fandrich

Fixed a few compiler warnings. Try to do a slightly better job of
cleaning up after an OOM condition in curl_multi_add_handle


# c347db2e 22-Aug-2007 Daniel Stenberg

added a size > buffer size check to make it easier to track this in the
future


# 232a4553 22-Aug-2007 Daniel Stenberg

Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003
that verfies ridiculously long server response lines. Also changed sprintf
to snprintf in a few places.


Revision tags: curl-7_17_0-preldapfix
# a53ba060 12-Jul-2007 Daniel Stenberg

start the retry delay at 10 ms, double it for every failed attempt which makes
it 10 seconds delay after 11 attempts


# 72bb5854 12-Jul-2007 Gunter Knauf

the timeout was probably too short with max = 1 sec, so lets test with 5 sec.


# 0878b14f 12-Jul-2007 Gunter Knauf

added time loop to sockfilt.c in order to wait for SO_REUSEADDR;
added go_sleep() to util.c.


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2
# 31e598d2 19-Feb-2007 Yang Tse

add debug messages for initialization failures


# a1d59839 16-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling


# 4894ce16 16-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling


Revision tags: curl-7_16_1, curl-7_16_0
# 772a985d 27-Oct-2006 Yang Tse

Update copyright year, since the file has been modified


# 4ec93161 23-Oct-2006 Yang Tse

Replace is*() macros with our own IS*() ones.


# 5df4be11 18-Oct-2006 Yang Tse

Check for USE_WINSOCK instead of WIN32 where the check was done
to verify winsock API availability.


1234567