Skip to content
Snippets Groups Projects
  1. Feb 20, 2007
  2. Feb 17, 2007
  3. Feb 09, 2007
    • Yang Tse's avatar
      Some tests were using functions curlx_tvnow and curlx_tvdiff which are not · 6fcf98f6
      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, test programs, 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 testutil.h and testutil.c define and implement tutil_tvnow and tutil_tvdiff
      which replace curlx_tvnow and curlx_tvdiff for the libtest programs. Doing this
      we avoid the above described problems, and the code in the testsuite does not
      impose the need to keep those functions public in libcurl even when not part of
      the API.
      6fcf98f6
  4. Oct 27, 2006
  5. Oct 14, 2006
  6. Oct 13, 2006
  7. Oct 12, 2006
  8. Oct 11, 2006
  9. Sep 03, 2006
  10. Aug 30, 2006
  11. Aug 29, 2006
  12. Jul 19, 2006
  13. Jan 09, 2006
  14. Dec 20, 2005
  15. Dec 17, 2004
  16. Nov 04, 2004
  17. Jun 02, 2004
  18. Apr 09, 2004
  19. Apr 06, 2004
  20. Jan 13, 2004
  21. Jan 04, 2004
  22. Oct 14, 2003
  23. Jan 16, 2003
  24. Sep 03, 2002
  25. Mar 19, 2002
  26. Nov 05, 2001
  27. Oct 12, 2001
  28. Jan 05, 2001
  29. Jan 03, 2001
  30. Aug 24, 2000
  31. Jun 20, 2000
  32. Feb 16, 2000
  33. Dec 29, 1999
Loading