]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2017-09-06  Daniel Stenbergconfigure: remove --enable-soname-bump and SONAME_BUMP
2017-09-06  Gisle Vanemvtls: select ssl backend case-insensitive (follow-up)
2017-09-06  Jay Satiroopenssl: Integrate Peter Wu's SSLKEYLOGFILE implementation
2017-09-05  Patrick Monneratmime: fix a trivial warning.
2017-09-05  Patrick Monneratmime: replace 'struct Curl_mimepart' by 'curl_mimepart...
2017-09-05  Patrick Monneratmime: implement encoders.
2017-09-05  Patrick Monneratruntests.pl: support attribute "nonewline" in part...
2017-09-05  Daniel Stenbergfixup data/test1135
2017-09-05  Daniel Stenbergmime: unified to use the typedef'd mime structs everywhere
2017-09-05  Daniel Stenbergcurl.h: use lower case curl_mime* as for all public...
2017-09-05  Daniel Stenbergdocs/curl_mime_*.3: use correct variable types in examples
2017-09-05  Kamil Dudkaopenssl: use OpenSSL's default ciphers by default
2017-09-05  Viktor Szakatsexamples/mime: minor example code fixes
2017-09-05  Daniel Stenbergdocs/curl_mime_*.3: added examples
2017-09-05  Daniel Stenbergconfigure: add MultiSSL to FEATURES when enabled
2017-09-05  Daniel Stenberghttp-proxy: treat all 2xx as CONNECT success
2017-09-05  Daniel StenbergMAIL-ETIQUETTE: added "1.9 Your emails are public"
2017-09-04  Daniel Stenbergcurl.h: fix "unused checksrc ignore", remove dangling...
2017-09-04  Viktor Szakatsdocs: Update to secure URL versions
2017-09-04  Viktor Szakatsmime: use CURL_ZERO_TERMINATED in examples
2017-09-04  Daniel Stenbergschannel: return CURLE_SSL_CACERT on failed verification
2017-09-04  Daniel Stenbergtest1135: fixed after bd8070085f9
2017-09-04  Daniel Stenbergexamples/post-callback: stop returning one byte at...
2017-09-04  Daniel StenbergRELEASE-NOTES: fixed the function counter script
2017-09-04  Daniel Stenbergcurl.h: make the curl_strequal() protos use the same...
2017-09-04  Daniel Stenbergdocs: curl_mime_*.3 man page formatting edits
2017-09-04  Daniel StenbergRELEASE-NOTES: synced with 1ab9e9b50
2017-09-03  Patrick Monneratlib: bump version info (soname). Adapt and reenable...
2017-09-03  Daniel Stenbergheaders: move the global_sslset() proto from multi...
2017-09-03  Patrick Monneratmime: fix signed/unsigned conversions.
2017-09-03  Jay Satirotool_formparse: fix some trivial warnings
2017-09-03  Patrick Monneratmime: use size_t instead of ssize_t in public API inter...
2017-09-03  Patrick Monneratmime: remove support "-" stdin pseudo-file name in...
2017-09-03  Patrick Monneratmime: fix some implicit curl_off_t --> size_t conversio...
2017-09-02  Patrick Monneratmime: tests and examples.
2017-09-02  Patrick Monneratmime: use in curl cli tool instead of form API.
2017-09-02  Patrick Monneratmime: new MIME API.
2017-09-02  Patrick Monnerattest564: Add a warning comment about shell profile...
2017-09-02  Patrick Monneratchecksrc: disable SPACEBEFOREPAREN for case statement.
2017-09-02  Patrick Monneratruntests.pl: allow <file[1-4]> tags in client section.
2017-09-02  Patrick Monneratruntests.pl: Apply strippart to upload too.
2017-09-02  Patrick MonneratCurl_base64_encode: always call with a real data handle.
2017-09-02  Patrick Monneratnon-ascii: allow conversion functions to be called...
2017-09-02  Patrick Monnerathttp: fix a memory leakage in checkrtspprefix().
2017-09-02  Max Dymondossfuzz: Move to C++ for curl_fuzzer.
2017-09-01  Daniel Stenbergcurl_global_sslset: select backend by name case insensi...
2017-09-01  Max Dymondossfuzz: additional seed corpora
2017-09-01  Max Dymondossfuzz: moving towards the ideal integration
2017-08-31  Daniel Stenbergstrcase: corrected comment header for Curl_strcasecompare()
2017-08-31  Daniel Stenbergunit1301: fix error message on first test
2017-08-31  Daniel Stenbergcurl_global_sslset.3: show the struct and enum too
2017-08-31  Jay Satirodarwinssl: handle long strings in TLS certs (follow-up)
2017-08-30  Daniel Stenbergcyassl: call it the "WolfSSL" backend
2017-08-30  Daniel Stenbergpolarssl: fix multissl breakage
2017-08-30  Daniel Stenbergconfigure: remove the leading comma from the backends...
2017-08-30  Kamil Dudkaexamples/sslbackend.c: fix failure of 'make checksrc'
2017-08-30  Viktor Szakatsmakefile.m32: add multissl support
2017-08-30  Daniel Stenbergcurl.h: CURLSSLBACKEND_WOLFSSL used wrong value
2017-08-30  Daniel Stenbergcurl_global_sslset.3: clarify
2017-08-29  Daniel Stenbergcurl/multi.h: remove duplicated closing c++ brace
2017-08-29  Daniel StenbergRELEASE-NOTES: synced with 8c33c963a
2017-08-29  Daniel StenbergHELP-US.md: spelling
2017-08-29  Daniel StenbergHELP-US.md: "How to get started helping out in the...
2017-08-28  Dan Fandrichasyn-thread: Fixed cleanup after OOM
2017-08-28  Daniel Stenbergcurl_global_init.3: mention curl_global_sslset(3)
2017-08-28  Dan Fandrichunit1606: Fixed shadowed variable warning
2017-08-28  Dan Fandrichasyn-thread: Improved cleanup after OOM situations
2017-08-28  Dan Fandrichasyn-thread: Set errno to the proper value ENOMEM in...
2017-08-28  Johannes Schindelinconfigure: Handle "MultiSSL" specially When versioning...
2017-08-28  Johannes Schindelinconfigure: allow setting the default SSL backend
2017-08-28  Johannes Schindelinvtls: use Curl_ssl_multi pseudo backend only when needed
2017-08-28  Johannes Schindelinversion: if built with more than one SSL backend, repor...
2017-08-28  Johannes Schindelinversion: add the CURL_VERSION_MULTI_SSL feature flag
2017-08-28  Johannes Schindelinmetalink: allow compiling with multiple SSL backends
2017-08-28  Johannes Schindelindocs/examples: demonstrate how to select SSL backends
2017-08-28  Johannes SchindelinAdd a man page for curl_global_sslset()
2017-08-28  Johannes Schindelinvtls: introduce curl_global_sslset()
2017-08-28  Johannes Schindelinvtls: refactor out essential information about the...
2017-08-28  Johannes Schindelinvtls: allow selecting which SSL backend to use at runtime
2017-08-28  Johannes Schindelinvtls: fold the backend ID into the Curl_ssl structure
2017-08-28  Johannes Schindelincurl_ntlm_core: don't complain but #include OpenSSL...
2017-08-28  Johannes Schindelinvtls: encapsulate SSL backend-specific data
2017-08-28  Johannes Schindelinvtls: prepare the SSL backends for encapsulated private...
2017-08-28  Johannes Schindelinurldata.h: move SSPI-specific #include to correct location
2017-08-28  Johannes Schindelinurldata.h: remove support for obsolete PolarSSL version
2017-08-28  Johannes Schindelingetinfo: access SSL internals via Curl_ssl
2017-08-28  Johannes Schindelinvtls: move SSL backends' private constants out of their...
2017-08-28  Johannes Schindelinaxtls: use Curl_none_* versions of init() and cleanup()
2017-08-28  Johannes Schindelinvtls: remove obsolete declarations of SSL backend funct...
2017-08-28  Johannes Schindelinschannel: reorder functions topologically
2017-08-28  Johannes Schindelinaxtls: reorder functions topologically
2017-08-28  Johannes Schindelinvtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_s...
2017-08-28  Johannes Schindelinvtls: convert the have_curlssl_* constants to runtime...
2017-08-28  Johannes Schindelinvtls: move sha256sum into the Curl_ssl struct
2017-08-28  Johannes Schindelinvtls: move md5sum into the Curl_ssl struct
2017-08-28  Johannes Schindelinvtls: use the Curl_ssl struct to access all SSL backend...
2017-08-28  Johannes Schindelinvtls: declare Curl_ssl structs for every SSL backend
2017-08-28  Johannes Schindelinvtls: introduce a new struct for SSL backends
2017-08-28  Johannes Schindelinvtls: make sure every _sha256sum()'s first arg is const
2017-08-28  Johannes Schindelinvtls: make sure all _data_pending() functions return...
next