1. 17 Sep, 2008 2 commits
  2. 13 Sep, 2008 1 commit
  3. 12 Sep, 2008 1 commit
  4. 10 Sep, 2008 2 commits
  5. 09 Sep, 2008 1 commit
  6. 08 Sep, 2008 2 commits
  7. 05 Sep, 2008 5 commits
  8. 04 Sep, 2008 1 commit
  9. 03 Sep, 2008 1 commit
  10. 02 Sep, 2008 2 commits
  11. 01 Sep, 2008 1 commit
  12. 29 Aug, 2008 2 commits
  13. 28 Aug, 2008 3 commits
  14. 27 Aug, 2008 1 commit
  15. 26 Aug, 2008 2 commits
  16. 23 Aug, 2008 2 commits
  17. 22 Aug, 2008 3 commits
  18. 21 Aug, 2008 1 commit
  19. 20 Aug, 2008 3 commits
  20. 18 Aug, 2008 1 commit
  21. 17 Aug, 2008 1 commit
    • Yang Tse's avatar
      OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectory · fb8fe6f2
      Yang Tse authored
      when including the OpenSSL header files. This is the recommended setting, this
      prevents the undesired inclusion of header files with the same name as those
      of OpenSSL but which do not belong to the OpenSSL package. The visible change
      from previously released libcurl versions is that now OpenSSl enabled NetWare
      builds also define USE_OPENSSL in config files, and that OpenSSL header files
      must be located in a subdirectory named 'openssl'.
      fb8fe6f2
  22. 16 Aug, 2008 1 commit
    • Yang Tse's avatar
      Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU · ad638da2
      Yang Tse authored
      remain in use as internal curl_off_t print formatting strings for the internal
      *printf functions which still cannot handle print formatting string directives
      such as "I64d", "I64u", and others available on MSVC, MinGW, Intel's ICC, and
      other DOS/Windows compilers.
      
      This reverts previous commit part which did:
      
      FORMAT_OFF_T  -> CURL_FORMAT_CURL_OFF_T
      FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
      ad638da2
  23. 15 Aug, 2008 1 commit