summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-24Merge tag 'curl-7_56_1' of https://github.com/curl/curlng0
2017-10-22mk-ca-bundle: Remove URL for auroraJon DeVree
2017-10-22mk-ca-bundle: Fix URL for NSSJon DeVree
2017-10-22imap: if a FETCH response has no size, don't call write callbackDaniel Stenberg
2017-10-20ftp: reject illegal IP/port in PASV 227 responseDaniel Stenberg
2017-10-20mime: do not reuse previously computed multipart sizePatrick Monnerat
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-07message changes.ng0
2017-10-07further corrections.ng0
2017-10-07Further merge cleanup, leftovers in lib/url.c (elif where none should be/end)...ng0
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-06Merge tag 'curl-7_56_0'ng0
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