Skip to content
Snippets Groups Projects
  1. Sep 15, 2007
  2. Jul 23, 2007
  3. Jul 15, 2007
  4. Mar 09, 2007
  5. Feb 20, 2007
    • Yang Tse's avatar
      curl tool was using functions curlx_tvnow and curlx_tvdiff which are not · e268e855
      Yang Tse authored
      part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx
      The documented way of using them would be to use timeval.c as a source code file.
      
      The above described method works very well when statically linking libcurl and
      apps, curl tool, but has several drawbacks when you build a true shared
      libcurl (i.e. Name space clash at linkage stage as functions are defined more
      than once. Windows makefiles are not capable of handling this system of
      source-level sharing)
      
      So...
      
      Now curlutil.h and curlutil.c define and implement cutil_tvnow and cutil_tvdiff
      which replace curlx_tvnow and curlx_tvdiff for the curl tool. Doing this we
      avoid the above described problems.
      e268e855
  6. 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
  7. Mar 11, 2005
  8. Mar 10, 2005
  9. Jan 18, 2005
  10. Jan 02, 2005
  11. Dec 10, 2004
  12. Nov 16, 2004
    • Gisle Vanem's avatar
      · d46a573b
      Gisle Vanem authored
      Added revision tag.
      d46a573b
  13. Nov 13, 2004
    • Gisle Vanem's avatar
      Fix location of timeval.c. · fc2c0675
      Gisle Vanem authored
      fc2c0675
    • Gisle Vanem's avatar
      · 6f8e3f10
      Gisle Vanem authored
      Set OpenSSL path to same as in ../lib/Makefile.vc6.
      Import lib is now "libcurl_imp.lib".
      Some cleanup and making it more readable.
      6f8e3f10
  14. Nov 12, 2004
  15. Jul 11, 2004
  16. Jul 06, 2004
  17. May 25, 2004
  18. Mar 04, 2004
  19. Mar 03, 2004
  20. Feb 26, 2004
  21. Nov 23, 2003
  22. Nov 04, 2003
  23. Aug 01, 2003
  24. Jul 30, 2003
  25. Jul 23, 2003
  26. Jun 13, 2002
  27. Mar 23, 2002
  28. Feb 06, 2002
  29. Sep 17, 2001
  30. Aug 09, 2001
  31. May 21, 2001
  32. Feb 06, 2001
  33. Dec 11, 2000
  34. Dec 01, 2000
  35. Dec 29, 1999
Loading