Age | Commit message (Expand) | Author |
2017-10-23 | RELEASE-NOTES: 7.56.1 | Daniel Stenberg |
2017-10-23 | THANKS: update at 7.56.1 release time | Daniel Stenberg |
2017-10-22 | mk-ca-bundle: Remove URL for aurora | Jon DeVree |
2017-10-22 | mk-ca-bundle: Fix URL for NSS | Jon DeVree |
2017-10-22 | imap: if a FETCH response has no size, don't call write callback | Daniel Stenberg |
2017-10-20 | ftp: reject illegal IP/port in PASV 227 response | Daniel Stenberg |
2017-10-20 | test653: check reuse of easy handle after mime data change | Patrick Monnerat |
2017-10-20 | mime: do not reuse previously computed multipart size | Patrick Monnerat |
2017-10-19 | test308: disable if MultiSSL feature enabled | Patrick Monnerat |
2017-10-19 | runtests: support MultiSSL client feature | Patrick Monnerat |
2017-10-19 | vtls: change struct Curl_ssl `close' field name to `close_one'. | Patrick Monnerat |
2017-10-19 | os400: add missing symbols in config file. | Patrick Monnerat |
2017-10-19 | test652: curl_mime_data + base64 encoder with large contents | Patrick Monnerat |
2017-10-19 | mime: limit bas64-encoded lines length to 76 characters | Patrick Monnerat |
2017-10-16 | RELEASE-NOTES: synced with f121575c0 | Daniel Stenberg |
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 | runtests: use valgrind for torture as well | Daniel Stenberg |
2017-10-14 | memdebug: trace send, recv and socket | Daniel Stenberg |
2017-10-14 | configure: remove the C++ compiler check | Daniel Stenberg |
2017-10-13 | mime: do not call failf() if easy handle is NULL. | Patrick Monnerat |
2017-10-13 | test651: curl_formadd with huge COPYCONTENTS | Daniel Stenberg |
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-12 | cli tool: use file2memory() to buffer stdin in -F option. | Patrick Monnerat |
2017-10-12 | cli tool: reimplement stdin buffering in -F option. | Patrick Monnerat |
2017-10-12 | winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2 | Daniel Stenberg |
2017-10-12 | HELP-US: the label "PR-welcome" is now renamed to "help wanted" | Daniel Stenberg |
2017-10-11 | RELEASE-NOTES: synced with 5505df7d2 | Daniel Stenberg |
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 | test950; verify SMTP with custom request | Daniel Stenberg |
2017-10-10 | ftpserver: support case insensitive commands | Daniel Stenberg |
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 | test298: verify --ftp-method nowcwd with URL encoded path | Daniel Stenberg |
2017-10-09 | CURLOPT_XFERINFODATA.3: fix duplicate see also | Daniel Stenberg |
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 |