platform/upstream/curl.git
2014-07-11 Dan Fandrichgnutls: ignore invalid certificate dates with VERIFYPEE...
2014-07-10 Steve HolmeCURLOPT_UPLOAD: Corrected argument type
2014-07-10 Daniel StenbergFAQ: expand the thread-safe section
2014-07-09 Dan Fandrichurl.c: Fixed memory leak on OOM
2014-07-05 Dan FandrichUpdate instances of some obsolete CURLOPTs to their...
2014-07-04 Marcel Raadcompiler warnings: potentially uninitialized variables
2014-07-04 Kamil Dudkanss: make the list of CRL items global
2014-07-04 Kamil Dudkanss: fix a memory leak when CURLOPT_CRLFILE is used
2014-07-03 Kamil Dudkanss: make crl_der allocated on heap
2014-07-03 Kamil Dudkanss: let nss_{cache,load}_crl return CURLcode
2014-07-03 Kamil Dudkatool: oops, forgot to include <plarenas.h>
2014-07-03 Kamil Dudkatool: call PL_ArenaFinish() on exit if NSPR is used
2014-07-03 Dimitrios Siganosexample: use correct type (long) for CURLOPT_FOLLOWLOCATION
2014-07-03 Dimitrios SiganosDocument type of argument for CURLOPT_FOLLOWLOCATION.
2014-07-03 Dimitrios SiganosDocument type of argument for CURLOPT_ERRORBUFFER.
2014-07-03 Dimitrios SiganosDocument type of argument for CURLOPT_COPYPOSTFIELDS.
2014-07-03 Dimitrios SiganosDocument type of argument for CURLOPT_ADDRESS_SCOPE.
2014-07-03 Daniel Stenbergcurl.1: minor language fix
2014-07-02 Ray Satiroprogress callback: skip last callback update on errors
2014-07-02 Dan Fandrichopts: fixed some CURLOPT references so they get turned...
2014-07-02 Kamil Dudkatool: call PR_Cleanup() on exit if NSPR is used
2014-07-02 Kamil Dudkanss: make the fallback to SSLv3 work again
2014-07-02 Kamil Dudkanss: do not abort on connection failure
2014-07-01 Dan Fandrichopts: Document the socket callback function parameters
2014-06-28 Steve Holmeopts: Fixed some typos
2014-06-25 Dan Fandrichcurl_easy_setopt.3: fixed the error code for an unsuppo...
2014-06-23 Dan Fandrichopts: added some DEFAULT and RETURN VALUE sections
2014-06-21 Daniel Stenberglibcurl docs: man page edits
2014-06-21 Dan Fandrichcurl_easy_setopt.3: fixed some typos
2014-06-21 Daniel Stenberglib man pages: update easy setopt option references
2014-06-21 Daniel Stenbergopts: the CURLOPT_SSL_ENABLE_*PN options are enabled...
2014-06-21 Colin Hogbenlib: documentation updates in README.hostip
2014-06-21 Daniel Stenbergcurl_easy_setopt.3: CURLOPT_POSTFIELDS is the exception
2014-06-21 Daniel Stenbergcurl_easy_setopt.3: refer to the individual man pages
2014-06-21 Dan Fandrichopts: fixed mancheck for out-of-tree builds
2014-06-20 Daniel Stenbergcurl_easy_setopt.3: shorten
2014-06-20 Daniel StenbergCURLOPT_DNS_LOCAL_IP4.3: better short desc
2014-06-20 Dan Fandrichopts: document CURLE_OUT_OF_MEMORY among other return...
2014-06-20 Dan Fandrichopts: fixed some typos
2014-06-19 Daniel Stenbergopts: various corrections
2014-06-19 Daniel Stenbergopts: add the rest of the options
2014-06-19 Daniel Stenbergopts: the final bunch of options as man pages
2014-06-19 Daniel Stenbergopts: 37 additional man pages
2014-06-19 Daniel StenbergCURLOPT_URL: move up the text from "Notes"
2014-06-19 Daniel StenbergROADMAP: removed, now ROADMAP.md
2014-06-19 Daniel StenbergROADMAP.md: make it markdown formatted
2014-06-19 Daniel StenbergROADMAP: initial commit of "curl the next few years"
2014-06-19 Daniel Stenbergopts: more man pages
2014-06-19 Daniel StenbergCURLOPT_UNRESTRICTED_AUTH.3: added missing 'T'
2014-06-18 Daniel Stenbergopts: makefile now includes all current man pages
2014-06-18 Daniel Stenbergopts: 11 more man pages
2014-06-18 Dan Fandrichopts: document CURLE_OUT_OF_MEMORY as RETURN VALUE
2014-06-18 Dan Fandrichopts: fixed a couple of typos
2014-06-18 Patrick MonneratOS400: make it compilable again. Make RPG binding up...
2014-06-18 Patrick Monneratbuildconf: do not search tools in current directory.
2014-06-18 Dan Fandrichcurl.h: renamed CURLOPT_DEPRECATEDx to CURLOPT_OBSOLETEx
2014-06-18 Daniel Stenbergopts: 16 more man pages
2014-06-18 Daniel Stenbergopts: more man pages
2014-06-18 Daniel StenbergCURLOPT_READFUNCTION.3: add short desc
2014-06-18 Daniel StenbergCURLOPT_LOW_SPEED_LIMIT.3: language
2014-06-18 Daniel Stenbergopts: 4 more man pages
2014-06-18 Daniel Stenbergopts: add all existing man pages to the dist
2014-06-18 Daniel Stenberglibcurl build: use correct dir when cd'ing to opts...
2014-06-17 Dan Fandrichtests: Use CURLOPT_READDATA instead of the obsolete...
2014-06-17 Dan Fandrichopts: fixed a few typos
2014-06-17 Daniel Stenbergopts: 29 more options as man pages
2014-06-17 Daniel Stenbergcurl.h: moved two really old deprecated symbols
2014-06-17 Daniel Stenbergopts: 9 more options as separate man pages
2014-06-17 Daniel Stenbergopts: 3 more options as man pages
2014-06-17 Daniel Stenbergopts: 7 more setopt options as individual man pages
2014-06-17 Daniel Stenbergopts template: provide a filled in error code phrase
2014-06-17 Daniel StenbergCURLOPT_SOCKOPTFUNCTION.3: clarify return code
2014-06-17 Daniel Stenbergcurl.h: reverse the enum/define setup for old symbols
2014-06-17 Daniel StenbergCURLOPT_WRITEDATA.3: move version info to AVAILABILITY
2014-06-17 Daniel Stenbergopts: 4 more options with stand-alone man pages
2014-06-17 Daniel StenbergCURLOPT_READFUNCTION.3: see also the seekfunction
2014-06-17 Daniel StenbergCURLOPT_IOCTLFUNCTION.3: fill in short desc
2014-06-16 Dan FandrichCURLOPT_READDATA.3: fixed typo
2014-06-16 Michał Górnytool_metalink: Support polarssl as digest provider
2014-06-16 Daniel Stenbergopts: initial makefile
2014-06-16 Daniel StenbergCURLOPT_IOCTLFUNCTION.3: initial man page
2014-06-16 Daniel StenbergCURLOPT_WRITEFUNCTION: changed the order of some sentences
2014-06-16 Daniel StenbergCURLOPT_WRITEFUNCTION.3: improved language
2014-06-16 Daniel Stenbergopts docs: 3 more options in their own man pages
2014-06-16 Daniel Stenbergtemplate: a template for adding new option man pages
2014-06-16 Daniel StenbergCURLOPT_WRITEFUNCTION: add RETURN VALUE and DEFAULT...
2014-06-16 MAN-AT-ARMScurlbuild: fix GCC build on SPARC systems without confi...
2014-06-16 Daniel StenbergCURLOPT_WRITEFUNCTION: initial man page
2014-06-16 Daniel StenbergCURLOPT_WILDCARDMATCH: initial man page
2014-06-16 Daniel StenbergCURLOPT_VERBOSE: initial man page
2014-06-16 Daniel StenbergCURLOPT_NOSIGNAL: initial man page
2014-06-16 Daniel StenbergCURLOPT_NOPROGRESS: initial man page
2014-06-16 Daniel StenbergCURLOPT_HEADER: initial man page
2014-06-15 Dan Fandrichsasl: Added back qop argument mistakenly removed in...
2014-06-15 Dan Fandrichtest1398: Added test to Makefile.am
2014-06-15 Dan Fandrichhttps: Fix build when http2 is disabled
2014-06-13 Daniel Stenberghttp2: better return code error checking
2014-06-13 Lindley Frenchconncache: move the connection counter to the cache...
2014-06-12 Daniel Stenberghttp2: avoid segfault when usint the plain-text http2
2014-06-11 Steve HolmeRELEASE-NOTES: Synced with 3aa1329e0a
next