Skip to content
TODO-RELEASE 1.22 KiB
Newer Older
To be addressed before 7.19.0 (planned release: August 2008)
Daniel Stenberg's avatar
Daniel Stenberg committed
144 - Help apps use 64bit/LFS libcurl!
Yang Tse's avatar
Yang Tse committed
      64-bit curl_off_t no longer gated to off_t patch already committed.
      TODO:
       * Test it on the broadest combination of platforms and compilers.
       * Old logic based on CURL_SIZEOF_CURL_OFF_T, ENABLE_64BIT, HAVE_LONGLONG,
         has to be revisited and adjusted as appropriate.
       * Enabling and disabling of large file support needs further inspection.
Yang Tse's avatar
Yang Tse committed

154 - bug #2041827 "Segfault in http_output_auth w/ FORBID_REUSE (7.18.2)"

Yang Tse's avatar
Yang Tse committed
159 - Ensure that USE_OPENSSL is used to include OpenSSL header files with the
      openssl subdirectory specification like in #include <openssl/header.h> and
      when not defined without it like #include <header.h> all over the code.

160 - Rename internal library header files which clash with file names used in
      external OpenSSL headers. (md5.h is one of this)

To be addressed before 7.19.1 (planned release: October 2008)
=============================

157 - the CERTINFO patch as posted to:
      http://curl.haxx.se/mail/lib-2008-08/0105.html

158 - Martin Drasar's CURLOPT_POSTREDIR work:
      http://curl.haxx.se/mail/lib-2008-08/0170.html

Yang Tse's avatar
Yang Tse committed
161 -