summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg2017-10-091-2/+4
* mime: properly unbind mime structure in curl_mime_free().Patrick Monnerat2017-10-091-0/+1
* RTSP: avoid integer overflow on funny RTSP responseDaniel Stenberg2017-10-091-2/+4
* mime: refuse to add subparts to one of their own descendants.Patrick Monnerat2017-10-081-0/+15
* mime: avoid resetting a part's encoder when part's contents change.Patrick Monnerat2017-10-081-1/+0
* mime: improve unbinding top multipart from easy handle.Patrick Monnerat2017-10-083-13/+45
* mime: be tolerant about setting twice the same header list in a part.Patrick Monnerat2017-10-081-1/+2
* Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg2017-10-081-6/+0
* remove_handle: call multi_done() first, then clear dns cache pointerDaniel Stenberg2017-10-071-6/+7
* multi_done: wait for name resolve to finish if still ongoingDaniel Stenberg2017-10-071-0/+6
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-071-2/+9
* vtls: fix warnings with --disable-crypto-authMarcel Raad2017-10-061-0/+4
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-061-18/+21
* strtoofft: Remove extraneous null checkBenbuck Nason2017-10-061-1/+4
* openssl: fix build without HAVE_OPAQUE_EVP_PKEYDaniel Stenberg2017-10-061-1/+1
* lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSSViktor Szakats2017-10-061-2/+0
* build: fix --disable-crypto-authDaniel Stenberg2017-10-052-1/+11
* darwinssl: add support for TLSv1.3Nick Zitzmann2017-10-051-11/+81
* lib/Makefile.m32: allow customizing dll suffixesViktor Szakats2017-10-041-2/+6
* failf: skip the sprintf() if there are no consumersDaniel Stenberg2017-10-041-17/+17
* ftp: UBsan fixup 'pointer index expression overflowed'Daniel Stenberg2017-10-041-2/+2
* idn: fix source code commentMichael Kaufmann2017-10-031-1/+1
* vtls: compare and clone ssl configs properlyMichael Kaufmann2017-10-032-13/+16
* proxy: read the "no_proxy" variable only if necessaryMichael Kaufmann2017-10-031-9/+8
* FTP: zero terminate the entry path even on bad inputDaniel Stenberg2017-10-021-2/+5
* cookie: fix memory leak if path was set twice in headerDaniel Stenberg2017-09-301-0/+1
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-301-11/+13
* cookie: fix memory leak on oversized rejectionDaniel Stenberg2017-09-291-1/+1
* connect: fix race condition with happy eyeballs timeoutAnders Bakken2017-09-291-1/+1
* http: add custom empty headers to repeated requestsMichael Kaufmann2017-09-281-2/+6
* reuse_conn: don't copy flags that are known to be equalMichael Kaufmann2017-09-281-2/+0
* ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro2017-09-235-9/+12
* file_range: avoid integer overflow when figuring out byte rangeDaniel Stenberg2017-09-231-0/+3
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-224-36/+73
* imap: quote atoms properly when escaping charactersDaniel Stenberg2017-09-221-2/+2
* vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg2017-09-221-1/+11
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-223-37/+45
* openssl: only verify RSA private key if supportedDirk Feytons2017-09-211-6/+22
* mime: rephrase the multipart output state machine (#1898) ...Patrick Monnerat2017-09-201-2/+5
* mime: fix an explicit null dereference (#1899)Patrick Monnerat2017-09-201-2/+2
* smtp: fix memory leak in OOMDaniel Stenberg2017-09-201-1/+4
* cookies: use lock when using CURLINFO_COOKIELISTPavel P2017-09-191-1/+10
* mime:escape_string minor clarification changeDaniel Stenberg2017-09-181-2/+5
* cookies: reject oversized cookiesDaniel Stenberg2017-09-182-11/+27
* socks: fix incorrect port number in SOCKS4 error messageJay Satiro2017-09-181-4/+4
* schannel: Support partial send for when data is too largeMarc Aldorasi2017-09-161-2/+1
* openssl: add missing includesDavid Benjamin2017-09-161-0/+2
* conversions: fix several compiler warningsDaniel Stenberg2017-09-152-14/+16
* non-ascii: use iconv() with 'char **' argumentDaniel Stenberg2017-09-151-3/+3
* escape.c: error: pointer targets differ in signednessDaniel Stenberg2017-09-151-2/+2