Skip to content
Snippets Groups Projects
  1. Nov 30, 2004
  2. Nov 29, 2004
  3. Nov 28, 2004
  4. Nov 26, 2004
  5. 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
  6. Nov 24, 2004
  7. Nov 23, 2004
  8. Nov 22, 2004
  9. Nov 19, 2004
  10. Nov 15, 2004
  11. Nov 11, 2004
  12. Oct 27, 2004
  13. Oct 25, 2004
  14. Oct 19, 2004
  15. Oct 14, 2004
  16. Oct 12, 2004
  17. Oct 10, 2004
  18. Oct 07, 2004
  19. Oct 06, 2004
  20. Oct 04, 2004
  21. Oct 03, 2004
  22. Oct 01, 2004
    • Daniel Stenberg's avatar
      - Based on Fedor Karpelevitch's formpost path basename patch, file parts in · 8e872231
      Daniel Stenberg authored
        formposts no longer include the path part. If you _really_ want them, you
        must provide your preferred full file name with CURLFORM_FILENAME.
      
        Added detection for libgen.h and basename() to configure. My custom
        basename() replacement function for systems without it, might be a bit too
        naive...
      
        Updated 6 test cases to make them work with the stripped paths.
      8e872231
  23. Sep 22, 2004
Loading