Age | Commit message (Expand) | Author |
2017-10-19 | os400: add missing symbols in config file. | Patrick Monnerat |
2017-10-19 | mime: limit bas64-encoded lines length to 76 characters | Patrick Monnerat |
2017-10-16 | setopt: range check most long options | Daniel Stenberg |
2017-10-16 | setopt: avoid integer overflows when setting millsecond values | Daniel Stenberg |
2017-10-15 | makefile.m32: allow to override gcc, ar and ranlib | Viktor Szakats |
2017-10-15 | ldap: silence clang warning | Viktor Szakats |
2017-10-14 | memdebug: trace send, recv and socket | Daniel Stenberg |
2017-10-13 | mime: do not call failf() if easy handle is NULL. | Patrick Monnerat |
2017-10-13 | mime: fix the content reader to handle >16K data properly | Daniel Stenberg |
2017-10-12 | mime: keep "text/plain" content type if user-specified. | Patrick Monnerat |
2017-10-11 | url: Update current connection SSL verify params in setopt | Artak Galoyan |
2017-10-11 | openssl: don't use old BORINGSSL_YYYYMM macros | David Benjamin |
2017-10-10 | smtp_done: free data before returning (on send failure) | Daniel Stenberg |
2017-10-10 | FTP: URL decode path for dir listing in nocwd mode | Daniel Stenberg |
2017-10-09 | openssl: enable PKCS12 support for !BoringSSL | Daniel Stenberg |
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 | 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 | mime: be tolerant about setting twice the same header list in a part. | 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 | 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 | lib/Makefile.m32: allow customizing dll suffixes | Viktor Szakats |
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-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-02 | FTP: zero terminate the entry path even on bad input | Daniel Stenberg |
2017-09-30 | cookie: fix memory leak if path was set twice in header | Daniel Stenberg |
2017-09-30 | Set and use more necessary options when some protocols are disabled | Dan Fandrich |
2017-09-29 | cookie: fix memory leak on oversized rejection | Daniel Stenberg |
2017-09-29 | connect: fix race condition with happy eyeballs timeout | Anders Bakken |
2017-09-28 | http: add custom empty headers to repeated requests | Michael Kaufmann |
2017-09-28 | reuse_conn: don't copy flags that are known to be equal | Michael Kaufmann |
2017-09-23 | ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header | Jay Satiro |
2017-09-23 | file_range: avoid integer overflow when figuring out byte range | Daniel Stenberg |
2017-09-22 | ntlm: use strict order for SSL backend #if branches | Viktor Szakats |
2017-09-22 | imap: quote atoms properly when escaping characters | Daniel Stenberg |
2017-09-22 | vtls: provide curl_global_sslset() even in non-SSL builds | Daniel Stenberg |