aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-11url: Update current connection SSL verify params in setoptArtak Galoyan
2017-10-11openssl: don't use old BORINGSSL_YYYYMM macrosDavid Benjamin
2017-10-10smtp_done: free data before returning (on send failure)Daniel Stenberg
2017-10-10FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg
2017-10-09openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg
2017-10-09mime: properly unbind mime structure in curl_mime_free().Patrick Monnerat
2017-10-09RTSP: avoid integer overflow on funny RTSP responseDaniel Stenberg
2017-10-08mime: refuse to add subparts to one of their own descendants.Patrick Monnerat
2017-10-08mime: avoid resetting a part's encoder when part's contents change.Patrick Monnerat
2017-10-08mime: improve unbinding top multipart from easy handle.Patrick Monnerat
2017-10-08mime: be tolerant about setting twice the same header list in a part.Patrick Monnerat
2017-10-08Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg
2017-10-07remove_handle: call multi_done() first, then clear dns cache pointerDaniel Stenberg
2017-10-07multi_done: wait for name resolve to finish if still ongoingDaniel Stenberg
2017-10-07pingpong: return error when trying to send without connectionDaniel Stenberg
2017-10-06vtls: fix warnings with --disable-crypto-authMarcel Raad
2017-10-06multi_cleanup: call DONE on handles that never got thatDaniel Stenberg
2017-10-06strtoofft: Remove extraneous null checkBenbuck Nason
2017-10-06openssl: fix build without HAVE_OPAQUE_EVP_PKEYDaniel Stenberg
2017-10-06lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSSViktor Szakats
2017-10-05build: fix --disable-crypto-authDaniel Stenberg
2017-10-05darwinssl: add support for TLSv1.3Nick Zitzmann
2017-10-04lib/Makefile.m32: allow customizing dll suffixesViktor Szakats
2017-10-04failf: skip the sprintf() if there are no consumersDaniel Stenberg
2017-10-04ftp: UBsan fixup 'pointer index expression overflowed'Daniel Stenberg
2017-10-03idn: fix source code commentMichael Kaufmann
2017-10-03vtls: compare and clone ssl configs properlyMichael Kaufmann
2017-10-03proxy: read the "no_proxy" variable only if necessaryMichael Kaufmann
2017-10-02FTP: zero terminate the entry path even on bad inputDaniel Stenberg
2017-09-30cookie: fix memory leak if path was set twice in headerDaniel Stenberg
2017-09-30Set and use more necessary options when some protocols are disabledDan Fandrich
2017-09-29cookie: fix memory leak on oversized rejectionDaniel Stenberg
2017-09-29connect: fix race condition with happy eyeballs timeoutAnders Bakken
2017-09-28http: add custom empty headers to repeated requestsMichael Kaufmann
2017-09-28reuse_conn: don't copy flags that are known to be equalMichael Kaufmann
2017-09-23ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro
2017-09-23file_range: avoid integer overflow when figuring out byte rangeDaniel Stenberg
2017-09-22ntlm: use strict order for SSL backend #if branchesViktor Szakats
2017-09-22imap: quote atoms properly when escaping charactersDaniel Stenberg
2017-09-22vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-21openssl: only verify RSA private key if supportedDirk Feytons
2017-09-20mime: rephrase the multipart output state machine (#1898) ...Patrick Monnerat
2017-09-20mime: fix an explicit null dereference (#1899)Patrick Monnerat
2017-09-20smtp: fix memory leak in OOMDaniel Stenberg
2017-09-19cookies: use lock when using CURLINFO_COOKIELISTPavel P
2017-09-18mime:escape_string minor clarification changeDaniel Stenberg
2017-09-18cookies: reject oversized cookiesDaniel Stenberg
2017-09-18socks: fix incorrect port number in SOCKS4 error messageJay Satiro
2017-09-16schannel: Support partial send for when data is too largeMarc Aldorasi