Skip to content
Snippets Groups Projects
  1. Mar 21, 2006
  2. Mar 20, 2006
  3. Mar 14, 2006
  4. Feb 28, 2006
  5. Feb 23, 2006
  6. Feb 21, 2006
  7. Feb 07, 2006
  8. Feb 01, 2006
  9. Jan 30, 2006
  10. Dec 19, 2005
  11. Dec 18, 2005
  12. Dec 17, 2005
  13. Dec 16, 2005
  14. Dec 13, 2005
  15. Dec 08, 2005
  16. Dec 05, 2005
  17. Nov 28, 2005
  18. Nov 25, 2005
  19. Nov 24, 2005
  20. Nov 23, 2005
  21. Nov 13, 2005
  22. Nov 10, 2005
  23. 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
  24. Oct 27, 2005
  25. Oct 20, 2005
  26. Sep 07, 2005
  27. Sep 06, 2005
  28. Sep 04, 2005
  29. 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
  30. Aug 22, 2005
Loading