Commit History

Author SHA1 Message Date
  Patrick Monnerat 07b6e7363d Added per-protocol callback static tables, replacing callback ptr storage 17 years ago
  Daniel Stenberg 67d94514b0 Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. 17 years ago
  Dan Fandrich 7350f9851a TFTP now reports the "not defined" TFTP error code 0 as an error, 17 years ago
  Dan Fandrich 9f44a95522 Renamed several libcurl error codes and options to make them more general 17 years ago
  Dan Fandrich 1b66c1da6c Added lots of consts 17 years ago
  Daniel Stenberg 3247ac1918 remove unused field in the state struct 17 years ago
  Daniel Stenberg c25da51913 Song Ma filed bug report #1724016 17 years ago
  Daniel Stenberg 826bbfc01c better fix for the dl/ul counters 17 years ago
  Daniel Stenberg 250f9670b7 Feng Tu reported that curl -w did wrong on TFTP transfers in 17 years ago
  Daniel Stenberg ed4936fd30 bail out with error codes on failures 17 years ago
  Daniel Stenberg 8479785620 Feng Tu pointed out a division by zero error in the TFTP connect timeout 17 years ago
  Dan Fandrich 47f044265e Fixed some out of memory handling issues. 17 years ago
  Yang Tse fba4cd0e62 Internal function Curl_select() renamed to Curl_socket_ready() 17 years ago
  Gisle Vanem c514a2a89a Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files 17 years ago
  Yang Tse a1d5983991 use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 17 years ago
  Yang Tse 77fcad041f fix for millisecond resolution timeouts 17 years ago
  Daniel Stenberg 91386937ff - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS 17 years ago
  Yang Tse bc2183b440 compiler warning fix 17 years ago
  Daniel Stenberg 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle 17 years ago
  Dan Fandrich bbdc483671 Fixed a small memory leak in tftp uploads discovered by curl's memory leak 17 years ago
  Daniel Stenberg 9354822e09 Ciprian Badescu found a SIGSEGV when doing multiple TFTP transfers using the 18 years ago
  Daniel Stenberg b7eeb6e67f Major overhaul introducing http pipelining support and shared connection 18 years ago
  Gisle Vanem c7aae10300 Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. 18 years ago
  Gisle Vanem 59cf6fd4f0 Watcom lacks <sys/time.h>. 18 years ago
  Daniel Stenberg cfdcae4bc7 Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE 18 years ago
  Yang Tse c033c4c71c Winsock and Cygwin need address family specification before bind(), this should be harmless for others. 18 years ago
  Yang Tse d157c29269 Fix compiler warnings 18 years ago
  Daniel Stenberg c811e1ce70 oops, could return an uninitialized variable 18 years ago
  Daniel Stenberg 094ceeba14 check more return codes and skip the initial slash in given file names 18 years ago
  Daniel Stenberg 3b7359a27a no longer uses errno but Curl_sockerrno() and now acknowledges return codes 18 years ago