Yang Tse
|
501e72c3de
Remove temporary debug tracing, and add nasty error explanation
|
15 years ago |
Yang Tse
|
6595592a71
Add some debug tracing
|
15 years ago |
Yang Tse
|
199389c94a
Fix detection of automatically choosen listener port number on IPv6 enabled builds.
|
15 years ago |
Yang Tse
|
c31438b2f2
log each setsockopt/SO_REUSEADDR failure
|
15 years ago |
Yang Tse
|
843f73ecaa
fix print formatting-string directives
|
15 years ago |
Yang Tse
|
9137e717b0
Use build-time configured curl_socklen_t instead of socklen_t
|
15 years ago |
Yang Tse
|
af41fb79b5
Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined
|
15 years ago |
Gisle Vanem
|
6e2f0833ad
#ifdef around variables to squelsh warnings.
|
15 years ago |
Dan Fandrich
|
88513d2d1a
Fixed some compiler warnings with gcc
|
16 years ago |
Yang Tse
|
57ee847ce7
Avoid the use of the '? :' operator inside the call to our
|
16 years ago |
Yang Tse
|
fe5f448015
fix compiler warning: external definition with no prior declaration
|
16 years ago |
Yang Tse
|
8733e087d7
fix print formatting string directives
|
16 years ago |
Yang Tse
|
6c2c281a7e
fix log message used when unable to connect to destination port
|
16 years ago |
Yang Tse
|
18cbb4d7d6
signal handling to properly cleanup on SIGINT and SIGTERM
|
16 years ago |
Yang Tse
|
22e84d92b7
when terminating do it falling through cleanup code
|
16 years ago |
Yang Tse
|
ed63d9d4de
header inclusion cleanup
|
16 years ago |
Yang Tse
|
8adc7038fe
make comment more precise
|
16 years ago |
Yang Tse
|
058e764af8
all reads from stdin and writes to stdout will be retried until the
|
16 years ago |
Yang Tse
|
0d09f342c4
refactor some code out to write_pidfile() in util.c
|
16 years ago |
Yang Tse
|
1d95109ffa
Revert sockfilt.c back to revision 1.42
|
16 years ago |
Yang Tse
|
064eebeaf1
Avoid timeout restart when signal caught while awaiting socket and stdin events
|
16 years ago |
Yang Tse
|
9df37b93df
juggle() actually returns bool.
|
16 years ago |
Yang Tse
|
c9eb41c056
Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt listener socket.
|
16 years ago |
Yang Tse
|
23547fa2a0
sockfilt will quit when orphaned
|
16 years ago |
Yang Tse
|
fecb67b246
Use a long int data type to handle getpid() result
|
17 years ago |
Yang Tse
|
660c86ce95
logmsg already appends '\n'
|
17 years ago |
Dan Fandrich
|
16b95fc773
Enabled a few more gcc warnings with --enable-debug. Renamed a few
|
17 years ago |
Dan Fandrich
|
9b11a84e74
Make the ftp server connect to the address given by curl in the PORT/EPRT
|
17 years ago |
Dan Fandrich
|
5d4c981e13
Fixed a few compiler warnings. Try to do a slightly better job of
|
17 years ago |
Daniel Stenberg
|
c347db2e0a
added a size > buffer size check to make it easier to track this in the
|
17 years ago |