1. 18 Sep, 2008 1 commit
  2. 17 Sep, 2008 2 commits
  3. 13 Sep, 2008 1 commit
  4. 12 Sep, 2008 1 commit
  5. 10 Sep, 2008 2 commits
  6. 09 Sep, 2008 1 commit
  7. 08 Sep, 2008 2 commits
  8. 05 Sep, 2008 5 commits
  9. 04 Sep, 2008 1 commit
  10. 03 Sep, 2008 1 commit
  11. 02 Sep, 2008 2 commits
  12. 01 Sep, 2008 1 commit
  13. 29 Aug, 2008 2 commits
  14. 28 Aug, 2008 3 commits
  15. 27 Aug, 2008 1 commit
  16. 26 Aug, 2008 2 commits
  17. 23 Aug, 2008 2 commits
  18. 22 Aug, 2008 3 commits
  19. 21 Aug, 2008 1 commit
  20. 20 Aug, 2008 3 commits
  21. 18 Aug, 2008 1 commit
  22. 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
  23. 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