Skip to content
Snippets Groups Projects
  1. Aug 02, 2007
  2. Jul 22, 2007
  3. Jul 14, 2007
  4. Jul 10, 2007
  5. Jun 19, 2007
  6. Jun 18, 2007
  7. Jun 08, 2007
  8. Jun 05, 2007
  9. May 15, 2007
  10. May 14, 2007
  11. May 10, 2007
  12. May 08, 2007
  13. Apr 23, 2007
  14. Apr 18, 2007
  15. Apr 13, 2007
  16. Apr 04, 2007
  17. Mar 30, 2007
  18. Mar 29, 2007
  19. Mar 26, 2007
  20. Mar 24, 2007
  21. Mar 08, 2007
    • Dan Fandrich's avatar
      Added test infrastructure to support basic FTPS tests. This currently · 1bfa7dfe
      Dan Fandrich authored
      supports only ftps:// URLs with --ftp-ssl-control specified, which
      implicitly encrypts the control channel but not the data channels.  That
      allows stunnel to be used with an unmodified ftp server in exactly the
      same way that the test https server is set up.
      Added test case 400 as a basic FTPS test.
      1bfa7dfe
  22. Jan 29, 2007
  23. Jan 16, 2007
  24. Jan 15, 2007
  25. Jan 10, 2007
  26. Dec 11, 2006
    • Daniel Stenberg's avatar
      Alexey Simak found out that when doing FTP with the multi interface and · 88c8d72a
      Daniel Stenberg authored
      something went wrong like it got a bad response code back from the server,
      libcurl would leak memory. Added test case 538 to verify the fix.
      
      I also noted that the connection would get cached in that case, which
      doesn't make sense since it cannot be re-use when the authentication has
      failed. I fixed that issue too at the same time, and also that the path
      would be "remembered" in vain for cases where the connection was about to
      get closed.
      88c8d72a
  27. Nov 25, 2006
  28. Nov 01, 2006
    • Yang Tse's avatar
      test 518 is all about testing libcurl functionality · 905ca77c
      Yang Tse authored
      when more than FD_SETSIZE file descriptors are open.
      This means that if for any reason we are not able to
      open more than FD_SETSIZE file descriptors then test
      518 should not be run.
      
      test 537 is all about testing libcurl functionality
      when the system has nearly exhausted the number of
      free file descriptors. Test 537 will try to run with
      very few free file descriptors.
      905ca77c
  29. Oct 25, 2006
    • Daniel Stenberg's avatar
      Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the · cde5e35d
      Daniel Stenberg authored
      case when 401 or 407 are returned, *IF* no auth credentials have been given.
      The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401
      and 407 cases when auth credentials is given, but we've now covered this
      somewhat more.
      
      You might get some amounts of headers transferred before this situation is
      detected, like for when a "100-continue" is received as a response to a
      POST/PUT and a 401 or 407 is received immediately afterwards.
      
      Added test 281 to verify this change.
      cde5e35d
  30. Oct 09, 2006
  31. Oct 08, 2006
  32. Oct 04, 2006
  33. Sep 30, 2006
  34. Sep 28, 2006
  35. Sep 23, 2006
Loading