Yang Tse
|
9137e717b0
Use build-time configured curl_socklen_t instead of socklen_t
|
15 năm trước cách đây |
Yang Tse
|
af41fb79b5
Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined
|
15 năm trước cách đây |
Gisle Vanem
|
6e2f0833ad
#ifdef around variables to squelsh warnings.
|
15 năm trước cách đây |
Dan Fandrich
|
88513d2d1a
Fixed some compiler warnings with gcc
|
16 năm trước cách đây |
Yang Tse
|
57ee847ce7
Avoid the use of the '? :' operator inside the call to our
|
16 năm trước cách đây |
Yang Tse
|
fe5f448015
fix compiler warning: external definition with no prior declaration
|
16 năm trước cách đây |
Yang Tse
|
8733e087d7
fix print formatting string directives
|
16 năm trước cách đây |
Yang Tse
|
6c2c281a7e
fix log message used when unable to connect to destination port
|
16 năm trước cách đây |
Yang Tse
|
18cbb4d7d6
signal handling to properly cleanup on SIGINT and SIGTERM
|
16 năm trước cách đây |
Yang Tse
|
22e84d92b7
when terminating do it falling through cleanup code
|
16 năm trước cách đây |
Yang Tse
|
ed63d9d4de
header inclusion cleanup
|
16 năm trước cách đây |
Yang Tse
|
8adc7038fe
make comment more precise
|
16 năm trước cách đây |
Yang Tse
|
058e764af8
all reads from stdin and writes to stdout will be retried until the
|
16 năm trước cách đây |
Yang Tse
|
0d09f342c4
refactor some code out to write_pidfile() in util.c
|
16 năm trước cách đây |
Yang Tse
|
1d95109ffa
Revert sockfilt.c back to revision 1.42
|
16 năm trước cách đây |
Yang Tse
|
064eebeaf1
Avoid timeout restart when signal caught while awaiting socket and stdin events
|
16 năm trước cách đây |
Yang Tse
|
9df37b93df
juggle() actually returns bool.
|
16 năm trước cách đây |
Yang Tse
|
c9eb41c056
Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt listener socket.
|
16 năm trước cách đây |
Yang Tse
|
23547fa2a0
sockfilt will quit when orphaned
|
16 năm trước cách đây |
Yang Tse
|
fecb67b246
Use a long int data type to handle getpid() result
|
17 năm trước cách đây |
Yang Tse
|
660c86ce95
logmsg already appends '\n'
|
17 năm trước cách đây |
Dan Fandrich
|
16b95fc773
Enabled a few more gcc warnings with --enable-debug. Renamed a few
|
17 năm trước cách đây |
Dan Fandrich
|
9b11a84e74
Make the ftp server connect to the address given by curl in the PORT/EPRT
|
17 năm trước cách đây |
Dan Fandrich
|
5d4c981e13
Fixed a few compiler warnings. Try to do a slightly better job of
|
17 năm trước cách đây |
Daniel Stenberg
|
c347db2e0a
added a size > buffer size check to make it easier to track this in the
|
17 năm trước cách đây |
Daniel Stenberg
|
232a4553b8
Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003
|
17 năm trước cách đây |
Daniel Stenberg
|
a53ba060c8
start the retry delay at 10 ms, double it for every failed attempt which makes
|
17 năm trước cách đây |
Gunter Knauf
|
72bb5854f7
the timeout was probably too short with max = 1 sec, so lets test with 5 sec.
|
17 năm trước cách đây |
Gunter Knauf
|
0878b14f79
added time loop to sockfilt.c in order to wait for SO_REUSEADDR;
|
17 năm trước cách đây |
Yang Tse
|
31e598d2f3
add debug messages for initialization failures
|
18 năm trước cách đây |