Skip to content
  1. Dec 06, 2004
  2. Dec 05, 2004
  3. Dec 03, 2004
  4. Dec 02, 2004
  5. Nov 30, 2004
  6. Nov 29, 2004
  7. Nov 27, 2004
  8. Nov 26, 2004
  9. Nov 25, 2004
    • Daniel Stenberg's avatar
      FTP improvements: · bf51f05a
      Daniel Stenberg authored
      If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on
      the same server again even if a following request is made using a persistent
      connection.
      
      If a second request is made to a server, requesting a file from the same
      directory as the previous request operated on, libcurl will no longer make
      that long series of CWD commands just to end up on the same spot. Note that
      this is only for *exactly* the same dir. There is still room for improvements
      to optimize the CWD-sending when the dirs are only slightly different.
      
      Added test 210, 211 and 212 to verify these changes. Had to improve the
      test script too and added a new primitive to the test file format.
      bf51f05a
    • Daniel Stenberg's avatar
      made the code fit within 80 cols · 5d94ff59
      Daniel Stenberg authored
      5d94ff59
  10. Nov 24, 2004
  11. Nov 22, 2004
  12. Nov 20, 2004
  13. Nov 19, 2004
  14. Nov 18, 2004
  15. Nov 16, 2004
  16. Nov 15, 2004
  17. Nov 14, 2004
    • Gisle Vanem's avatar
      · c3ecd552
      Gisle Vanem authored
      Borland doesn't have <sys/utime.h> nor utime().
      c3ecd552
    • Gisle Vanem's avatar
      · 56f0227c
      Gisle Vanem authored
      Static lib is libcurl.lib and import lib libcurl_imp.lib.
      Added implib command. Cleanup
      56f0227c
  18. Nov 13, 2004
  19. Nov 12, 2004