Skip to content
  1. May 18, 2005
  2. May 17, 2005
  3. May 11, 2005
    • Daniel Stenberg's avatar
      Modified the default HTTP headers used by libcurl: · 5d9fc28f
      Daniel Stenberg authored
      A) Normal non-proxy HTTP:
      
       - no more "Pragma: no-cache" (this only makes sense to proxies)
      
      B) Non-CONNECT HTTP request over proxy:
      
       - "Pragma: no-cache" is used (like before)
       - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies)
      
      C) CONNECT HTTP request over proxy:
      
       - "Host: [name]:[port]"
       - "Proxy-Connection: Keep-alive"
      5d9fc28f
  4. May 06, 2005
  5. Apr 28, 2005
  6. Apr 27, 2005
  7. Apr 25, 2005
  8. Apr 22, 2005
  9. Apr 19, 2005
  10. Apr 18, 2005
  11. Apr 16, 2005
  12. Apr 15, 2005
  13. Apr 14, 2005
  14. Apr 13, 2005
  15. Apr 12, 2005
  16. Apr 08, 2005
  17. Apr 05, 2005
  18. Apr 03, 2005
  19. Mar 28, 2005
  20. Mar 21, 2005
  21. Mar 17, 2005
  22. Mar 15, 2005
  23. Mar 12, 2005
  24. Mar 09, 2005
  25. Mar 08, 2005
  26. Mar 07, 2005
  27. Mar 04, 2005
    • Daniel Stenberg's avatar
      Added test case 235 that makes a resumed upload of a file that isn't present · aa47ac4c
      Daniel Stenberg authored
      on the remote side. This then converts the operation to an ordinary STOR
      upload. This was requested/pointed out by Ignacio Vazquez-Abrams.
      
      It also proved (and I fixed) a bug in the newly rewritten ftp code (and
      present in the 7.13.1 release) when trying to resume an upload and the servers
      returns an error to the SIZE command. libcurl then loops and sends SIZE
      commands infinitely.
      aa47ac4c
  28. Feb 19, 2005
  29. Feb 18, 2005
    • Daniel Stenberg's avatar
      Ralph Mitchell reported a flaw when you used a proxy with auth, and you · 5ba188ab
      Daniel Stenberg authored
      requested data from a host and then followed a redirect to another
      host. libcurl then didn't use the proxy-auth properly in the second request,
      due to the host-only check for original host name wrongly being extended to
      the proxy auth as well. Added test case 233 to verify the flaw and that the
      fix removed the problem.
      5ba188ab
  30. Feb 09, 2005
  31. Jan 30, 2005