1. 03 Aug, 2016 1 commit
  2. 02 Aug, 2016 9 commits
  3. 01 Aug, 2016 4 commits
  4. 31 Jul, 2016 1 commit
    • Daniel Stenberg's avatar
      include: revert 9adf3c47 and make public types void * again · d6604524
      Daniel Stenberg authored
      Many applications assume the actual contents of the public types and use
      that do for example forward declarations (saving them from including our
      public header) which then breaks when we switch from void * to a struct
      *.
      
      I'm not convinced we were wrong, but since this practise seems
      widespread enough I'm willing to (partly) step down.
      
      Now libcurl uses the struct itself when it is built and it allows
      applications to use the struct type if CURL_STRICTER is defined at the
      time of the #include.
      
      Reported-by: Peter Frühberger
      Fixes #926
      d6604524
  5. 28 Jul, 2016 3 commits
  6. 26 Jul, 2016 2 commits
  7. 25 Jul, 2016 1 commit
  8. 24 Jul, 2016 1 commit
  9. 23 Jul, 2016 3 commits
  10. 21 Jul, 2016 9 commits
  11. 20 Jul, 2016 3 commits
  12. 19 Jul, 2016 2 commits
  13. 18 Jul, 2016 1 commit