コミット履歴

作者 SHA1 メッセージ 日付
  Yang Tse 57ee847ce7 Avoid the use of the '? :' operator inside the call to our 16 年 前
  Yang Tse fe5f448015 fix compiler warning: external definition with no prior declaration 16 年 前
  Yang Tse 8733e087d7 fix print formatting string directives 16 年 前
  Yang Tse 6c2c281a7e fix log message used when unable to connect to destination port 16 年 前
  Yang Tse 18cbb4d7d6 signal handling to properly cleanup on SIGINT and SIGTERM 17 年 前
  Yang Tse 22e84d92b7 when terminating do it falling through cleanup code 17 年 前
  Yang Tse ed63d9d4de header inclusion cleanup 17 年 前
  Yang Tse 8adc7038fe make comment more precise 17 年 前
  Yang Tse 058e764af8 all reads from stdin and writes to stdout will be retried until the 17 年 前
  Yang Tse 0d09f342c4 refactor some code out to write_pidfile() in util.c 17 年 前
  Yang Tse 1d95109ffa Revert sockfilt.c back to revision 1.42 17 年 前
  Yang Tse 064eebeaf1 Avoid timeout restart when signal caught while awaiting socket and stdin events 17 年 前
  Yang Tse 9df37b93df juggle() actually returns bool. 17 年 前
  Yang Tse c9eb41c056 Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt listener socket. 17 年 前
  Yang Tse 23547fa2a0 sockfilt will quit when orphaned 17 年 前
  Yang Tse fecb67b246 Use a long int data type to handle getpid() result 17 年 前
  Yang Tse 660c86ce95 logmsg already appends '\n' 17 年 前
  Dan Fandrich 16b95fc773 Enabled a few more gcc warnings with --enable-debug. Renamed a few 17 年 前
  Dan Fandrich 9b11a84e74 Make the ftp server connect to the address given by curl in the PORT/EPRT 17 年 前
  Dan Fandrich 5d4c981e13 Fixed a few compiler warnings. Try to do a slightly better job of 17 年 前
  Daniel Stenberg c347db2e0a added a size > buffer size check to make it easier to track this in the 17 年 前
  Daniel Stenberg 232a4553b8 Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003 17 年 前
  Daniel Stenberg a53ba060c8 start the retry delay at 10 ms, double it for every failed attempt which makes 17 年 前
  Gunter Knauf 72bb5854f7 the timeout was probably too short with max = 1 sec, so lets test with 5 sec. 17 年 前
  Gunter Knauf 0878b14f79 added time loop to sockfilt.c in order to wait for SO_REUSEADDR; 17 年 前
  Yang Tse 31e598d2f3 add debug messages for initialization failures 18 年 前
  Yang Tse a1d5983991 use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 18 年 前
  Yang Tse 4894ce16fc use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 18 年 前
  Yang Tse 772a985dc3 Update copyright year, since the file has been modified 18 年 前
  Yang Tse 4ec9316155 Replace is*() macros with our own IS*() ones. 18 年 前