aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-19vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat
2017-10-19os400: add missing symbols in config file.Patrick Monnerat
2017-10-19mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat
2017-10-16setopt: range check most long optionsDaniel Stenberg
2017-10-16setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg
2017-10-15makefile.m32: allow to override gcc, ar and ranlibViktor Szakats
2017-10-15ldap: silence clang warningViktor Szakats
2017-10-14memdebug: trace send, recv and socketDaniel Stenberg
2017-10-13mime: do not call failf() if easy handle is NULL.Patrick Monnerat
2017-10-13mime: fix the content reader to handle >16K data properlyDaniel Stenberg
2017-10-12mime: keep "text/plain" content type if user-specified.Patrick Monnerat
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