History log of /curl/docs/libcurl/symbols-in-versions (Results 276 – 285 of 285)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b6ac8d62 26-Dec-2009 Daniel Stenberg

symbols added in the CVS version meant for 7.20.0


Revision tags: curl-7_19_7, curl-7_19_6
# 2c166812 10-Jun-2009 Yang Tse

Adjusted to take in account that...

With the curl memory tracking feature decoupled from the debug build feature,
CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as fol

Adjusted to take in account that...

With the curl memory tracking feature decoupled from the debug build feature,
CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows:

CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug)

DEBUGBUILD used for debug enabled specific code (--enable-debug)

show more ...


Revision tags: curl-7_19_5
# 644482fc 04-May-2009 Daniel Stenberg

more return codes added


# bdf71e26 04-May-2009 Daniel Stenberg

a busload symbols added


# dbf37134 29-Apr-2009 Daniel Stenberg

mention the new CURL_SEEKFUNC_ symbols


Revision tags: curl-7_19_4
# 042cc1f6 02-Mar-2009 Daniel Stenberg

- David Kierznowski notified us about a security flaw
(http://curl.haxx.se/docs/adv_20090303.html also known as CVE-2009-0037) in
which previous libcurl versions (by design) can be tricke

- David Kierznowski notified us about a security flaw
(http://curl.haxx.se/docs/adv_20090303.html also known as CVE-2009-0037) in
which previous libcurl versions (by design) can be tricked to access an
arbitrary local/different file instead of a remote one when
CURLOPT_FOLLOWLOCATION is enabled. This flaw is now fixed in this release
together this the addition of two new setopt options for controlling this
new behavior:

o CURLOPT_REDIR_PROTOCOLS controls what protocols libcurl is allowed to
follow to when CURLOPT_FOLLOWLOCATION is enabled. By default, this option
excludes the FILE and SCP protocols and thus you nee to explicitly allow
them in your app if you really want that behavior.

o CURLOPT_PROTOCOLS controls what protocol(s) libcurl is allowed to fetch
using the primary URL option. This is useful if you want to allow a user or
other outsiders control what URL to pass to libcurl and yet not allow all
protocols libcurl may have been built to support.

show more ...


# 0517fa15 17-Feb-2009 Daniel Stenberg

three new CURLFTP_CREATE_DIR* symbols


# 002cf105 11-Feb-2009 Daniel Stenberg

- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
the condition in the previous request was unmet. This is typically a time
condition set with CURLOPT_TIMECON

- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
the condition in the previous request was unmet. This is typically a time
condition set with CURLOPT_TIMECONDITION and was previously not possible to
reliably figure out. From bug report #2565128
(http://curl.haxx.se/bug/view.cgi?id=2565128)

show more ...


# 517b8ed0 10-Feb-2009 Daniel Stenberg

completed the CURLPROXY_ collection


# c65f9acd 10-Feb-2009 Daniel Stenberg

introducing the symbols-in-versions file, in an effort to help app authors
to better know and track symbols in earlier libcurl versions


1...<<1112