1. 31 Mar, 2005 1 commit
  2. 11 Mar, 2005 1 commit
  3. 09 Feb, 2005 1 commit
  4. 25 Jan, 2005 1 commit
    • Daniel Stenberg's avatar
      Ian Ford asked about support for the FTP command ACCT, and I discovered it is · 177dbc7b
      Daniel Stenberg authored
      present in RFC959... so now (lib)curl supports it as well. --ftp-account and
      CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account
      string after PASS have been sent away. The client responds with "ACCT [account
      string]".) Added test case 228 and 229 to verify the functionality. Updated
      the test FTP server to support ACCT somewhat.
      177dbc7b
  5. 21 Jan, 2005 1 commit
  6. 20 Dec, 2004 1 commit
  7. 14 Dec, 2004 1 commit
  8. 13 Dec, 2004 1 commit
  9. 11 Dec, 2004 1 commit
  10. 24 Nov, 2004 1 commit
  11. 13 Nov, 2004 1 commit
  12. 12 Nov, 2004 1 commit
  13. 09 Nov, 2004 1 commit
    • Gisle Vanem's avatar
      · 3ccbed10
      Gisle Vanem authored
      Changes for removing libcurl.def file on Win32.
      Mark public functions with "CURL_EXTERN".
      3ccbed10
  14. 02 Nov, 2004 1 commit
  15. 19 Oct, 2004 1 commit
  16. 06 Oct, 2004 1 commit
  17. 30 Sep, 2004 1 commit
  18. 16 Sep, 2004 1 commit
  19. 10 Sep, 2004 1 commit
  20. 21 Jun, 2004 1 commit
  21. 18 Jun, 2004 1 commit
  22. 09 Jun, 2004 1 commit
  23. 08 Jun, 2004 1 commit
  24. 02 Jun, 2004 2 commits
  25. 24 May, 2004 1 commit
  26. 14 May, 2004 1 commit
  27. 11 May, 2004 2 commits
  28. 04 May, 2004 1 commit
  29. 30 Apr, 2004 1 commit
  30. 26 Apr, 2004 2 commits
  31. 23 Apr, 2004 1 commit
  32. 25 Mar, 2004 1 commit
  33. 24 Mar, 2004 1 commit
  34. 22 Mar, 2004 1 commit
  35. 12 Mar, 2004 1 commit
  36. 03 Mar, 2004 1 commit
  37. 01 Mar, 2004 1 commit
    • Daniel Stenberg's avatar
      * Added CURL_VERSION_LARGEFILE · 5c4dba14
      Daniel Stenberg authored
      * If CURL_NO_OLDIES is defined, we hide all obsolete functions/options.
      
      * CURL_FORMAT_OFF_T is defined for portable printf()ing of curl_off_t types
      (although not with curl_mprintf()!)
      5c4dba14