Commit History

Author SHA1 Message Date
  Daniel Stenberg ff50fe0348 strtoofft: reduce integer overflow risks globally 7 years ago
  Daniel Stenberg 2ccd65af3b FTP: skip unnecessary CWD when in nocwd mode 7 years ago
  Daniel Stenberg 4dee50b9c8 timeval: struct curltime is a struct timeval replacement 7 years ago
  Max Dymond c75f63d7c4 handler: refactor connection checking 7 years ago
  Daniel Stenberg efc83d6d54 http-proxy: only attempt FTP over HTTP proxy 7 years ago
  Daniel Stenberg 5113ad0424 http-proxy: do the HTTP CONNECT process entirely non-blocking 7 years ago
  Daniel Stenberg e9fd794a61 multi: assign IDs to all timers and make each timer singleton 7 years ago
  Daniel Stenberg e40e9d7f0d buffer: use data->set.buffer_size instead of BUFSIZE 7 years ago
  Daniel Stenberg f535f4f5fc buffer_size: make sure it always has the correct size 7 years ago
  Daniel Stenberg 349789e645 ftp: use private buffer for temp storage, not receive buffer 7 years ago
  Daniel Stenberg 55c3c02e59 http-proxy: remove unused argument from Curl_proxyCONNECT() 7 years ago
  Daniel Stenberg e60fe20fdf llist: replace Curl_llist_alloc with Curl_llist_init 7 years ago
  klemens f7df67cff0 spelling fixes 7 years ago
  Sylvestre Ledru 66de563482 Improve code readbility 7 years ago
  Alexis La Goutte cbff751e95 build: fix gcc7 implicit fallthrough warnings 7 years ago
  Dan Fandrich 516e60aa8e ftp: fixed a NULL pointer dereference on OOM 7 years ago
  Dan Fandrich 79221d8d50 ftp: removed an erroneous free in an OOM path 7 years ago
  Richy Kim 6b7616690e CURLOPT_BUFFERSIZE: support enlarging receive buffer 7 years ago
  Daniel Stenberg 9314bf8405 ftp: failure to resolve proxy should return that error code 7 years ago
  Jay Satiro d00f2a8f2e http_proxy: Fix proxy CONNECT hang on pending data 7 years ago
  Daniel Stenberg 1c3e8bbfed checksrc: warn for assignments within if() expressions 7 years ago
  Daniel Stenberg b228d2952b checksrc: stricter no-space-before-paren enforcement 7 years ago
  Alex Rousskov cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 7 years ago
  Marcel Raad 21aa32d30d lib: fix compiler warnings after de4de4e3c7c 7 years ago
  Daniel Stenberg f81a836461 ftp_done: don't clobber the passed in error code 8 years ago
  Daniel Stenberg 3c6c2bcd5a ftp: remove dead code in ftp_done 8 years ago
  Daniel Stenberg 811a693b80 strcasecompare: all case insensitive string compares ignore locale now 8 years ago
  Daniel Stenberg 502acba2af strcasecompare: is the new name for strequal() 8 years ago
  Daniel Stenberg 1833a45dde ftp: check for previous patch must be case sensitive! 8 years ago
  Daniel Stenberg 46133aa536 escape: avoid using curl_easy_unescape() internally 8 years ago