Commit History

Author SHA1 Message Date
  Daniel Stenberg 8a6e89a9eb select: switch to macros in uppercase 8 years ago
  Daniel Stenberg 8238ba9c5f ftp: fix Curl_ftpsendf() 8 years ago
  Jay Satiro af2d679e14 errors: new alias CURLE_WEIRD_SERVER_REPLY (8) 8 years ago
  Daniel Stenberg 822082d832 ftp_done: remove dead code 8 years ago
  Ales Novak 7ad50a61f2 ftp: fix wrong poll on the secondary socket 8 years ago
  Daniel Stenberg 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
  Daniel Stenberg 4f45240bc8 lib: include curl_printf.h as one of the last headers 8 years ago
  Daniel Stenberg a71012c03e code: style updates 8 years ago
  Daniel Stenberg 575e885db0 multi: turn Curl_done into file local multi_done 8 years ago
  Steve Holme c142e73142 ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled 8 years ago
  Daniel Stenberg 863c5766dd ftp: remove a check for NULL(!) 8 years ago
  Daniel Stenberg cb222bcfef ftp_done: clear tunnel_state when secondary socket closes 8 years ago
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
  Daniel Stenberg c341311a0e Revert "cleanup: general removal of TODO (and similar) comments" 8 years ago
  Daniel Stenberg 64e959ffe3 cleanup: general removal of TODO (and similar) comments 9 years ago
  Kurt Fankhauser 529f9310b1 ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size 9 years ago
  Daniel Stenberg c6aedf680f fread_func: move callback pointer from set to state struct 9 years ago
  Daniel Stenberg 27620171ff FTP: do_more: add check for wait_data_conn in upload case 9 years ago
  Daniel Stenberg 38ef1b3e7f ftp: clear the do_more bit when the server has connected 9 years ago
  Daniel Stenberg b88f980a74 FTP: do the HTTP CONNECT for data connection blocking 9 years ago
  Daniel Stenberg b0143a2a33 read_callback: move to SessionHandle from connectdata 9 years ago
  Patrick Monnerat c720cd6356 FTP: fix dangling conn->ip_addr dereference on verbose EPSV. 9 years ago
  Patrick Monnerat 3377e692ee FTP: Make EPSV use the control IP address rather than the original host. 9 years ago
  Daniel Stenberg 9395999543 checksrc: use space after comma 9 years ago
  Daniel Stenberg a6b8fe2a5f checksrc: use space before paren in "return (expr);" 9 years ago
  Daniel Stenberg 0f4a03cbb6 free: instead of Curl_safefree() 9 years ago
  Markus Elfring 29c655c0a6 Bug #149: Deletion of unnecessary checks before calls of the function "free" 9 years ago
  Daniel Stenberg df5578a7a3 mprintf.h: remove #ifdef CURLDEBUG 9 years ago
  Patrick Monnerat ab85ac5eda ftp: accept all 2xx responses to the PORT command 9 years ago
  Daniel Stenberg 99e71e6a84 FTP: if EPSV fails on IPV6 connections, bail out 9 years ago