1. 05 Dec, 2012 1 commit
  2. 04 Dec, 2012 4 commits
  3. 03 Dec, 2012 2 commits
  4. 30 Nov, 2012 3 commits
  5. 29 Nov, 2012 1 commit
  6. 28 Nov, 2012 2 commits
  7. 27 Nov, 2012 1 commit
  8. 26 Nov, 2012 3 commits
  9. 25 Nov, 2012 2 commits
  10. 23 Nov, 2012 3 commits
    • Yang Tse's avatar
      build: fix AIX compilation and usage · 665adcd4
      Yang Tse authored
      AIX sys/poll.h header file defines 'events' and 'revents' as C
      preprocessor macros. Usage of these literals in libcurl's external
      API was introduced in commit de24d7bd causing AIX build failures.
      Appropriate inclusion of sys/poll.h by libcurl's external interface
      fixes AIX build and usage issues while avoiding a SONAME bump.
      665adcd4
    • Steve Holme's avatar
    • 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
  11. 21 Nov, 2012 5 commits
  12. 20 Nov, 2012 4 commits
  13. 19 Nov, 2012 9 commits