summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: add an address and undefined behavior sanitizer build on linuxbagder/travis-sanitize-buildDaniel Stenberg2017-10-091-0/+4
* ftpserver: properly reset $ftptargetdir.Patrick Monnerat2017-10-081-1/+1
* test643: verify curl_mime_subparts() rejects cyclic additions.Patrick Monnerat2017-10-081-0/+27
* 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
* RELEASE-NOTES: synced with a4c1c75da30af1Daniel Stenberg2017-10-081-177/+36
* curlver.h: next expected release is 7.57.0Daniel Stenberg2017-10-081-3/+3
* mime: be tolerant about setting twice the same header list in a part.Patrick Monnerat2017-10-081-1/+2
* docs: clarify form/mime usage of non-regular data files.Patrick Monnerat2017-10-083-5/+12
* Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg2017-10-082-6/+2
* 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-075-4/+175
* tests: added flaky keyword to tests 587 and 644Dan Fandrich2017-10-062-0/+2
* vtls: fix warnings with --disable-crypto-authMarcel Raad2017-10-061-0/+4
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-065-20/+171
* 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-052-12/+83
* docs: fix typo in curl_mime_data_cb man pageFelix Kaiser2017-10-041-1/+1
* lib/Makefile.m32: allow customizing dll suffixesViktor Szakats2017-10-041-2/+6
* fuzzer: move to using external curl-fuzzerMax Dymond2017-10-0432-1145/+20
* 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
* RELEASE-PROCEDURE: update the release scheduleDaniel Stenberg2017-10-041-3/+6
* RELEASE-NOTES: curl 7.56.0curl-7_56_0Daniel Stenberg2017-10-041-9/+30
* THANKS: added new 7.56.0 contributorsDaniel Stenberg2017-10-041-6/+24
* build-openssl.bat: Warn OpenSSL 1.1.0 not yet supportedJay Satiro2017-10-041-0/+11
* 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
* libcurl-tutorial: add casts in example to avoid compilation warnings.Patrick Monnerat2017-10-031-1/+2
* examples: bring back curl_formadd-using examplesDaniel Stenberg2017-10-033-1/+279
* test1153: verify quoted double-qoutes in PWD responseDaniel Stenberg2017-10-022-1/+62
* FTP: zero terminate the entry path even on bad inputDaniel Stenberg2017-10-023-2/+67
* cmake: disable tests and man generation if perl/nroff not foundSergei Nikulov2017-10-022-31/+46
* libcurl-tutorial: fix two typos.Patrick Monnerat2017-10-021-3/+3
* TODO: remove deprecated form API items.Patrick Monnerat2017-10-011-46/+0
* libcurl-tutorial: describe MIME API and deprecate form API.Patrick Monnerat2017-10-011-4/+261
* cookie: fix memory leak if path was set twice in headerDaniel Stenberg2017-09-303-1/+56
* test650: Use variable replacement to set the host address and portDan Fandrich2017-09-301-1/+1
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-303-34/+40
* test1160: verifies cookie leak for large cookiesDaniel Stenberg2017-09-292-0/+50
* 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
* docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MSMichael Kaufmann2017-09-282-0/+8
* docs: clarify the use of environment variables for proxyMichael Kaufmann2017-09-282-1/+7