Skip to content
Snippets Groups Projects
  1. May 17, 2014
  2. May 01, 2014
  3. Apr 27, 2014
  4. Apr 23, 2014
  5. Apr 18, 2014
  6. Apr 16, 2014
  7. Apr 08, 2014
  8. Feb 13, 2013
  9. Feb 07, 2013
  10. Feb 06, 2013
  11. Nov 23, 2012
    • Daniel Stenberg's avatar
      test: offer "automake" output and check for perl better · 14dc679c
      Daniel Stenberg authored
      runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each
      executed test. You can run 'make test-am' in the root build directory to
      invoke that. The reason for this output style is to better allow generic
      test suite parsers to also grok our test output.
      
      The test Makefile now also tests that perl was indeed found and that the
      PERL variable points to an executable before it tries to run the main
      test perl script runtests.pl,
      14dc679c
  12. Jul 20, 2012
  13. Dec 19, 2011
    • Alessandro Ghedini's avatar
      configure: add symbols versioning option · 7cc2e8b3
      Alessandro Ghedini authored
      Allow, at configure time, the production of versioned symbols. The
      symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where
      <FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...),
      <VERSION> is the major SONAME version and <SYMBOL> is the actual symbol
      name. If no SSL library is enabled the symbols will be just
      "CURL_<VERSION> <SYMBOL>".
      7cc2e8b3
  14. May 09, 2011
    • Daniel Stenberg's avatar
      include: cleanup · 2ef7a28a
      Daniel Stenberg authored
      Made the public headers checksrc compliant
      
      Removed types.h (it's been unused since April 2004)
      
      Made the root makefile do make in include by default as well, so that
      TAGS and the checksrc will work better.
      2ef7a28a
  15. Apr 27, 2011
  16. Jan 28, 2011
    • Pierre Joye's avatar
      Windows build: alternative makefile · 76ac6b94
      Pierre Joye authored
      This is a separate makefile for MSVC builds. It is deliberately put in
      another dir than src/ and lib/ to allow a different build experience
      than the previous - at least during a period. Eventually we should
      unify.
      76ac6b94
  17. Jan 06, 2011
  18. Dec 20, 2010
  19. Mar 24, 2010
  20. Nov 04, 2009
  21. Aug 11, 2009
  22. Jun 08, 2009
  23. Apr 27, 2009
  24. Apr 25, 2009
  25. Apr 14, 2009
  26. Feb 23, 2009
  27. Jan 01, 2009
  28. Oct 01, 2008
  29. Aug 30, 2008
  30. Aug 28, 2008
  31. Aug 23, 2008
Loading