1. 08 Aug, 2016 1 commit
    • Jay Satiro's avatar
      cmake: Enable win32 large file support by default · 11049e00
      Jay Satiro authored
      All compilers used by cmake in Windows should support large files.
      
      - Add test SIZEOF_OFF_T
      - Remove outdated test SIZEOF_CURL_OFF_T
      - Turn on USE_WIN32_LARGE_FILES in Windows
      - Check for 'Largefile' during the features output
      11049e00
  2. 07 Aug, 2016 1 commit
  3. 04 Aug, 2016 4 commits
  4. 03 Aug, 2016 8 commits
  5. 02 Aug, 2016 9 commits
  6. 01 Aug, 2016 4 commits
  7. 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
  8. 28 Jul, 2016 3 commits
  9. 26 Jul, 2016 2 commits
  10. 25 Jul, 2016 1 commit
  11. 24 Jul, 2016 1 commit
  12. 23 Jul, 2016 3 commits
  13. 21 Jul, 2016 2 commits