cURL
Haxx ad
libcurl

Shopping cart software, Online file storage, Online photo storage, Hosted shopping cart, Contact management software, Email marketing software, Project management software, Issue tracking software, Online notepad, Web publishing software

curl's project page on SourceForge.net

Sponsors:
Haxx

/[curl]/docs/libcurl/symbols-in-versions

Log of /docs/libcurl/symbols-in-versions

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Feb 14 19:43:29 2010 UTC (5 weeks ago) by yangtse
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
removed trailing whitespace

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Feb 3 18:18:13 2010 UTC (6 weeks, 4 days ago) by bagder
Branch: MAIN
CVS Tags: curl-7_20_0
Changes since 1.13: +12 -0 lines
Diff to previous 1.13
more symbols added in 7.20.0

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Jan 22 13:14:51 2010 UTC (8 weeks, 2 days ago) by bagder
Branch: MAIN
Changes since 1.12: +4 -3 lines
Diff to previous 1.12
cleanups by Julien Chaffraix

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 1 14:52:12 2010 UTC (2 months, 2 weeks ago) by bagder
Branch: MAIN
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
added CURLOPT_FTP_USE_PRET

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 30 23:14:30 2009 UTC (2 months, 2 weeks ago) by bagder
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
CURLOPT_HEADERDATA was added in 7.10

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Dec 26 18:42:25 2009 UTC (2 months, 3 weeks ago) by bagder
Branch: MAIN
Changes since 1.9: +8 -0 lines
Diff to previous 1.9
symbols added in the CVS version meant for 7.20.0

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Jun 10 02:49:43 2009 UTC (9 months, 1 week ago) by yangtse
Branch: MAIN
CVS Tags: curl-7_19_6, curl-7_19_7
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
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)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 4 21:36:53 2009 UTC (10 months, 2 weeks ago) by bagder
Branch: MAIN
CVS Tags: curl-7_19_5
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
more return codes added

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 4 14:50:29 2009 UTC (10 months, 2 weeks ago) by bagder
Branch: MAIN
Changes since 1.6: +120 -3 lines
Diff to previous 1.6
a busload symbols added

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Apr 29 11:41:29 2009 UTC (10 months, 3 weeks ago) by bagder
Branch: MAIN
Changes since 1.5: +3 -0 lines
Diff to previous 1.5
mention the new CURL_SEEKFUNC_ symbols

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Mar 2 23:05:31 2009 UTC (12 months, 2 weeks ago) by bagder
Branch: MAIN
CVS Tags: curl-7_19_4
Changes since 1.4: +15 -0 lines
Diff to previous 1.4
- 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.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 09:43:27 2009 UTC (13 months ago) by bagder
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
three new CURLFTP_CREATE_DIR* symbols

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Feb 11 21:47:18 2009 UTC (13 months, 1 week ago) by bagder
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
- 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)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Feb 10 12:52:09 2009 UTC (13 months, 1 week ago) by bagder
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1
completed the CURLPROXY_ collection

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 10 12:33:10 2009 UTC (13 months, 1 week ago) by bagder
Branch: MAIN
introducing the symbols-in-versions file, in an effort to help app authors
to better know and track symbols in earlier libcurl versions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

donate! Page updated November 16, 2009.
web site info

File upload with ASP.NET