Skip to content
Snippets Groups Projects
  1. Dec 18, 2005
  2. Dec 17, 2005
  3. Dec 16, 2005
  4. Dec 13, 2005
  5. Dec 08, 2005
  6. Dec 05, 2005
  7. Nov 28, 2005
  8. Nov 25, 2005
  9. Nov 24, 2005
  10. Nov 23, 2005
  11. Nov 13, 2005
  12. Nov 10, 2005
  13. Nov 08, 2005
    • Daniel Stenberg's avatar
      Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled · 17533580
      Daniel Stenberg authored
      version of libcurl with different Windows versions. Current version of
      libcurl imports SSPI functions from secur32.dll. However, under Windows NT
      4.0 these functions are located in security.dll, under Windows 9x - in
      secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll
      just forwards calls to secur32.dll).
      
      Dmitry's patch loads proper library dynamically depending on Windows
      version. Function InitSecurityInterface() is used to obtain pointers to all
      of SSPI function in one structure.
      : ----------------------------------------------------------------------
      17533580
  14. Oct 27, 2005
  15. Oct 20, 2005
  16. Sep 07, 2005
  17. Sep 06, 2005
  18. Sep 04, 2005
  19. Aug 24, 2005
    • Daniel Stenberg's avatar
      Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible · a4773fcb
      Daniel Stenberg authored
      from the command line tool with --ignore-content-length. This will make it
      easier to download files from Apache 1.x (and similar) servers that are
      still having problems serving files larger than 2 or 4 GB. When this option
      is enabled, curl will simply have to wait for the server to close the
      connection to signal end of transfer. I wrote test case 269 that runs a
      simple test that this works.
      a4773fcb
  20. Aug 22, 2005
  21. Aug 18, 2005
  22. Aug 16, 2005
  23. Aug 15, 2005
  24. Aug 12, 2005
  25. Aug 10, 2005
  26. Jul 13, 2005
  27. May 25, 2005
  28. May 12, 2005
  29. May 08, 2005
  30. May 02, 2005
Loading