Age | Commit message (Expand) | Author |
2019-02-17 | cookie: Add support for cookie prefixes | Daniel Gustafsson |
2019-02-16 | mbedtls: release sessionid resources on error | Daniel Gustafsson |
2019-02-16 | cli tool: refactor encoding conversion sequence for switch case fallthrough. | Patrick Monnerat |
2019-02-16 | version.c: silent scan-build even when librtmp is not enabled | Patrick Monnerat |
2019-02-15 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-02-15 | Curl_now: figure out windows version in win32_init | Daniel Stenberg |
2019-02-15 | unit1307: just fail without FTP support | Marcel Raad |
2019-02-15 | travis: enable valgrind for the iconv tests too | Daniel Stenberg |
2019-02-14 | travis: add scan-build | Daniel Stenberg |
2019-02-14 | examples/sftpuploadresume: Value stored to 'result' is never read | Daniel Stenberg |
2019-02-14 | examples/http2-upload: cleaned up | Daniel Stenberg |
2019-02-14 | examples/http2-download: cleaned up | Daniel Stenberg |
2019-02-14 | examples/postinmemory: Potential leak of memory pointed to by 'chunk.memory' | Daniel Stenberg |
2019-02-14 | examples/httpcustomheader: Value stored to 'res' is never read | Daniel Stenberg |
2019-02-14 | examples: remove superfluous null-pointer checks | Daniel Stenberg |
2019-02-14 | strip_trailing_dot: make sure NULL is never used for strlen | Daniel Stenberg |
2019-02-14 | connection_check: restore original conn->data after the check | Jay Satiro |
2019-02-14 | memdebug: bring back curl_mark_sclose | Daniel Stenberg |
2019-02-14 | transfer.c: do not compute length of undefined hex buffer. | Patrick Monnerat |
2019-02-14 | KNOWN_BUGS: Cannot compile against a static build of OpenLDAP | Daniel Stenberg |
2019-02-14 | x509asn1: "Dereference of null pointer" | Patrick Monnerat |
2019-02-14 | configure: show features as well in the final summary | Daniel Stenberg |
2019-02-14 | KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10 | Daniel Stenberg |
2019-02-14 | KNOWN_BUGS: Deflate error after all content was received | Daniel Stenberg |
2019-02-14 | gssapi: fix deprecated header warnings | Daniel Stenberg |
2019-02-14 | TODO: Upgrade to websockets | Daniel Stenberg |
2019-02-14 | TODO: cmake test suite improvements | Daniel Stenberg |
2019-02-13 | curl: "Dereference of null pointer" | Patrick Monnerat |
2019-02-13 | unit1307: require FTP support | Marcel Raad |
2019-02-13 | TODO: TFO support on Windows | Daniel Stenberg |
2019-02-13 | multi: Dereference of null pointer | Daniel Stenberg |
2019-02-13 | urlglob: Argument with 'nonnull' attribute passed null | Daniel Stenberg |
2019-02-12 | schannel: restore some debug output but only for debug builds | Jay Satiro |
2019-02-12 | examples/crawler: Fix the Accept-Encoding setting | Jay Satiro |
2019-02-12 | mime: put the boundary buffer into the curl_mime struct | Daniel Stenberg |
2019-02-12 | schannel: be quiet | Daniel Stenberg |
2019-02-12 | Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning | Romain Geissler |
2019-02-12 | http2: multi_connchanged() moved from multi.c, only used for h2 | Daniel Stenberg |
2019-02-12 | curl: "Function call argument is an uninitialized value" | Daniel Stenberg |
2019-02-12 | pretransfer: don't strlen() POSTFIELDS set for GET requests | Daniel Stenberg |
2019-02-12 | multi: remove verbose "Expire in" ... messages | Daniel Stenberg |
2019-02-12 | mbedtls: make it build even if MBEDTLS_VERSION_C isn't set | Daniel Stenberg |
2019-02-12 | non-ascii.c: fix typos in comments | Daniel Gustafsson |
2019-02-12 | fnmatch: disable if FTP is disabled | Daniel Stenberg |
2019-02-12 | curl_path: only enabled for SSH builds | Daniel Stenberg |
2019-02-11 | tests: add stderr comparison to the test suite | Frank Gevaerts |
2019-02-11 | cli tool: do not use mime.h private structures. | Patrick Monnerat |
2019-02-11 | curlver: bump to 7.64.1-dev | Daniel Stenberg |
2019-02-11 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-02-11 | curl: follow-up to 3f16990ec84 | Daniel Gustafsson |