index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2017-09-06
SSL: fix unused parameter warnings
Jay Satiro
2017-09-06
mime: drop internal FILE * support.
Patrick Monnerat
2017-09-06
configure: remove --enable-soname-bump and SONAME_BUMP
Daniel Stenberg
2017-09-06
vtls: select ssl backend case-insensitive (follow-up)
Gisle Vanem
2017-09-05
openssl: Integrate Peter Wu's SSLKEYLOGFILE implementation
Jay Satiro
2017-09-05
mime: fix a trivial warning.
Patrick Monnerat
2017-09-05
mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code.
Patrick Monnerat
2017-09-05
mime: implement encoders.
Patrick Monnerat
2017-09-05
mime: unified to use the typedef'd mime structs everywhere
Daniel Stenberg
2017-09-05
openssl: use OpenSSL's default ciphers by default
Kamil Dudka
2017-09-05
http-proxy: treat all 2xx as CONNECT success
Daniel Stenberg
2017-09-04
mime: use CURL_ZERO_TERMINATED in examples
Viktor Szakats
2017-09-04
schannel: return CURLE_SSL_CACERT on failed verification
Daniel Stenberg
2017-09-04
lib: bump version info (soname). Adapt and reenable test 1135.
Patrick Monnerat
2017-09-03
mime: use size_t instead of ssize_t in public API interface.
Patrick Monnerat
2017-09-03
mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().
Patrick Monnerat
2017-09-03
mime: fix some implicit curl_off_t --> size_t conversion warnings.
Patrick Monnerat
2017-09-02
mime: new MIME API.
Patrick Monnerat
2017-09-02
checksrc: disable SPACEBEFOREPAREN for case statement.
Patrick Monnerat
2017-09-02
Curl_base64_encode: always call with a real data handle.
Patrick Monnerat
2017-09-02
non-ascii: allow conversion functions to be called with a NULL data handle.
Patrick Monnerat
2017-09-02
http: fix a memory leakage in checkrtspprefix().
Patrick Monnerat
2017-09-01
curl_global_sslset: select backend by name case insensitively
Daniel Stenberg
2017-08-31
strcase: corrected comment header for Curl_strcasecompare()
Daniel Stenberg
2017-08-31
darwinssl: handle long strings in TLS certs (follow-up)
Jay Satiro
2017-08-31
cyassl: call it the "WolfSSL" backend
Daniel Stenberg
2017-08-31
polarssl: fix multissl breakage
Daniel Stenberg
2017-08-30
makefile.m32: add multissl support
Viktor Szakats
2017-08-29
asyn-thread: Fixed cleanup after OOM
Dan Fandrich
2017-08-28
asyn-thread: Improved cleanup after OOM situations
Dan Fandrich
2017-08-28
asyn-thread: Set errno to the proper value ENOMEM in OOM situation
Dan Fandrich
2017-08-28
configure: allow setting the default SSL backend
Johannes Schindelin
2017-08-28
vtls: use Curl_ssl_multi pseudo backend only when needed
Johannes Schindelin
2017-08-28
version: if built with more than one SSL backend, report all of them
Johannes Schindelin
2017-08-28
version: add the CURL_VERSION_MULTI_SSL feature flag
Johannes Schindelin
2017-08-28
vtls: introduce curl_global_sslset()
Johannes Schindelin
2017-08-28
vtls: refactor out essential information about the SSL backends
Johannes Schindelin
2017-08-28
vtls: allow selecting which SSL backend to use at runtime
Johannes Schindelin
2017-08-28
vtls: fold the backend ID into the Curl_ssl structure
Johannes Schindelin
2017-08-28
curl_ntlm_core: don't complain but #include OpenSSL header if needed
Johannes Schindelin
2017-08-28
vtls: encapsulate SSL backend-specific data
Johannes Schindelin
2017-08-28
vtls: prepare the SSL backends for encapsulated private data
Johannes Schindelin
2017-08-28
urldata.h: move SSPI-specific #include to correct location
Johannes Schindelin
2017-08-28
urldata.h: remove support for obsolete PolarSSL version
Johannes Schindelin
2017-08-28
getinfo: access SSL internals via Curl_ssl
Johannes Schindelin
2017-08-28
vtls: move SSL backends' private constants out of their header files
Johannes Schindelin
2017-08-28
axtls: use Curl_none_* versions of init() and cleanup()
Johannes Schindelin
2017-08-28
vtls: remove obsolete declarations of SSL backend functionality
Johannes Schindelin
2017-08-28
schannel: reorder functions topologically
Johannes Schindelin
2017-08-28
axtls: reorder functions topologically
Johannes Schindelin
[prev]
[next]