Skip to content
Snippets Groups Projects
  1. Sep 21, 2011
  2. Sep 20, 2011
  3. Mar 11, 2011
  4. Mar 24, 2010
  5. Sep 03, 2009
  6. May 09, 2008
  7. Apr 02, 2008
  8. Mar 31, 2008
  9. Feb 18, 2008
  10. Jan 29, 2008
  11. Jan 17, 2008
  12. Aug 25, 2007
  13. Aug 24, 2007
  14. Aug 21, 2007
  15. Aug 20, 2007
  16. Aug 19, 2007
  17. Aug 14, 2007
  18. Aug 08, 2007
  19. Aug 03, 2007
  20. Jul 04, 2007
  21. 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
  22. Feb 15, 2007
  23. Jan 28, 2007
  24. Jan 26, 2007
  25. Jan 25, 2007
  26. Nov 13, 2004
  27. Jul 05, 2004
  28. Apr 02, 2004
  29. Feb 05, 2004
  30. Nov 23, 2003
  31. Oct 21, 2003
Loading