Age | Commit message (Expand) | Author |
2017-10-09 | CURLOPT_NOPROGRESS.3: also refer to xferinfofunction | Daniel Stenberg |
2017-10-09 | FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION | Daniel Stenberg |
2017-10-09 | openssl: enable PKCS12 support for !BoringSSL | Daniel Stenberg |
2017-10-09 | curl: don't pass semicolons when parsing Content-Disposition | Kristiyan Tsaklev |
2017-10-09 | mime: properly unbind mime structure in curl_mime_free(). | Patrick Monnerat |
2017-10-09 | RTSP: avoid integer overflow on funny RTSP response | Daniel Stenberg |
2017-10-08 | ftpserver: properly reset $ftptargetdir. | Patrick Monnerat |
2017-10-08 | test643: verify curl_mime_subparts() rejects cyclic additions. | Patrick Monnerat |
2017-10-08 | mime: refuse to add subparts to one of their own descendants. | Patrick Monnerat |
2017-10-08 | mime: avoid resetting a part's encoder when part's contents change. | Patrick Monnerat |
2017-10-08 | mime: improve unbinding top multipart from easy handle. | Patrick Monnerat |
2017-10-08 | RELEASE-NOTES: synced with a4c1c75da30af1 | Daniel Stenberg |
2017-10-08 | curlver.h: next expected release is 7.57.0 | Daniel Stenberg |
2017-10-08 | mime: be tolerant about setting twice the same header list in a part. | Patrick Monnerat |
2017-10-08 | docs: clarify form/mime usage of non-regular data files. | Patrick Monnerat |
2017-10-08 | Revert "multi_done: wait for name resolve to finish if still ongoing" | Daniel Stenberg |
2017-10-07 | remove_handle: call multi_done() first, then clear dns cache pointer | Daniel Stenberg |
2017-10-07 | multi_done: wait for name resolve to finish if still ongoing | Daniel Stenberg |
2017-10-07 | pingpong: return error when trying to send without connection | Daniel Stenberg |
2017-10-06 | tests: added flaky keyword to tests 587 and 644 | Dan Fandrich |
2017-10-06 | vtls: fix warnings with --disable-crypto-auth | Marcel Raad |
2017-10-06 | multi_cleanup: call DONE on handles that never got that | Daniel Stenberg |
2017-10-06 | strtoofft: Remove extraneous null check | Benbuck Nason |
2017-10-06 | openssl: fix build without HAVE_OPAQUE_EVP_PKEY | Daniel Stenberg |
2017-10-06 | lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSS | Viktor Szakats |
2017-10-05 | build: fix --disable-crypto-auth | Daniel Stenberg |
2017-10-05 | darwinssl: add support for TLSv1.3 | Nick Zitzmann |
2017-10-04 | docs: fix typo in curl_mime_data_cb man page | Felix Kaiser |
2017-10-04 | lib/Makefile.m32: allow customizing dll suffixes | Viktor Szakats |
2017-10-04 | fuzzer: move to using external curl-fuzzer | Max Dymond |
2017-10-04 | failf: skip the sprintf() if there are no consumers | Daniel Stenberg |
2017-10-04 | ftp: UBsan fixup 'pointer index expression overflowed' | Daniel Stenberg |
2017-10-04 | RELEASE-PROCEDURE: update the release schedule | Daniel Stenberg |
2017-10-04 | RELEASE-NOTES: curl 7.56.0 | Daniel Stenberg |
2017-10-04 | THANKS: added new 7.56.0 contributors | Daniel Stenberg |
2017-10-04 | build-openssl.bat: Warn OpenSSL 1.1.0 not yet supported | Jay Satiro |
2017-10-03 | idn: fix source code comment | Michael Kaufmann |
2017-10-03 | vtls: compare and clone ssl configs properly | Michael Kaufmann |
2017-10-03 | proxy: read the "no_proxy" variable only if necessary | Michael Kaufmann |
2017-10-03 | libcurl-tutorial: add casts in example to avoid compilation warnings. | Patrick Monnerat |
2017-10-03 | examples: bring back curl_formadd-using examples | Daniel Stenberg |
2017-10-02 | test1153: verify quoted double-qoutes in PWD response | Daniel Stenberg |
2017-10-02 | FTP: zero terminate the entry path even on bad input | Daniel Stenberg |
2017-10-02 | cmake: disable tests and man generation if perl/nroff not found | Sergei Nikulov |
2017-10-02 | libcurl-tutorial: fix two typos. | Patrick Monnerat |
2017-10-01 | TODO: remove deprecated form API items. | Patrick Monnerat |
2017-10-01 | libcurl-tutorial: describe MIME API and deprecate form API. | Patrick Monnerat |
2017-09-30 | cookie: fix memory leak if path was set twice in header | Daniel Stenberg |
2017-09-30 | test650: Use variable replacement to set the host address and port | Dan Fandrich |
2017-09-30 | Set and use more necessary options when some protocols are disabled | Dan Fandrich |