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