Skip to content
Snippets Groups Projects
  1. May 12, 2005
  2. May 08, 2005
  3. May 02, 2005
  4. May 01, 2005
  5. Apr 27, 2005
    • Daniel Stenberg's avatar
      Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two · 78882e46
      Daniel Stenberg authored
      more places. First, CURL_HOME is a new environment variable that is used
      instead of HOME if it is set, to point out where the default config file
      lives. If there's no config file in the dir pointed out by one of the
      environment variables, the Windows version will instead check the same
      directory the executable curl is located in.
      78882e46
  6. Apr 23, 2005
  7. Apr 22, 2005
  8. Mar 28, 2005
  9. Mar 12, 2005
  10. Mar 11, 2005
  11. Mar 07, 2005
  12. Mar 05, 2005
  13. Mar 04, 2005
  14. Feb 09, 2005
  15. Jan 27, 2005
  16. Jan 25, 2005
    • 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
  17. Jan 21, 2005
  18. Jan 20, 2005
  19. Jan 06, 2005
  20. Dec 20, 2004
  21. Dec 18, 2004
  22. Dec 17, 2004
  23. Dec 16, 2004
  24. Dec 15, 2004
  25. Dec 14, 2004
  26. Dec 13, 2004
  27. Nov 24, 2004
  28. Nov 14, 2004
    • Gisle Vanem's avatar
      · b5c90c9b
      Gisle Vanem authored
      Borland doesn't have <sys/utime.h>, utime() nor
      _lseeki64().
      b5c90c9b
  29. Nov 11, 2004
  30. Nov 08, 2004
  31. Nov 04, 2004
  32. Oct 28, 2004
    • Gisle Vanem's avatar
      · 4245400a
      Gisle Vanem authored
      Fixed _write() arguments.
      4245400a
Loading