aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-29curl_rtmp: fix missing-variable-declarations warningsMarcel Raad
2017-04-29url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZEDan Fandrich
2017-04-29tests: added --remote-time tests for remaining protocols that support itDan Fandrich
2017-04-29runtests.pl: support multiline <postcheck> commandsDan Fandrich
2017-04-27tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich
2017-04-27test1443: test --remote-timeDan Fandrich
2017-04-27http-proxy: removed unused argument in CURL_DISABLE_PROXY caseDan Fandrich
2017-04-27cookie_interface.c: changed the other domain to example.com tooDaniel Stenberg
2017-04-27cookie_interface.c: fix cookie domain so the example worksDaniel Stenberg
2017-04-26Makefile: fix make distDan Fandrich
2017-04-26lib: remove unused codeMarcel Raad
2017-04-26http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg
2017-04-26url: declare get_protocol_family() staticMartin Kepplinger
2017-04-25examples: ftpuploadfrommem.cDaniel Stenberg
2017-04-25nss: load libnssckbi.so if no other trust is specifiedKamil Dudka
2017-04-25nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka
2017-04-25nss: do not leak PKCS #11 slot while loading a keyKamil Dudka
2017-04-25typecheck-gcc: fix _curl_is_slist_infoMarcel Raad
2017-04-25curl: set a 100K buffer size by defaultDaniel Stenberg
2017-04-25transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg
2017-04-25configure: stop prepending to LDFLAGS, CPPFLAGSJay Satiro
2017-04-25if2ip: fix -Wcast-align warningMarcel Raad
2017-04-24Makefile: avoid use of GNU-specific form of $<Dan Fandrich
2017-04-24nss: adapt to the new Curl_llist APIKamil Dudka
2017-04-24curl-compilers.m4: accept -Og and -Ofast GCC flagsMarcel Raad
2017-04-24RELEASE-NOTES: synced with c68fed875Daniel Stenberg
2017-04-24configure: fix the -ldl check for openssl, add -lpthread checkDaniel Stenberg
2017-04-24llist: fix a comment after cbae73e1dd9Daniel Stenberg
2017-04-22schannel: Don't treat encrypted partial record as pending dataJay Satiro
2017-04-22multi: clarify condition in curl_multi_waitAlan Jenkins
2017-04-22lib: fix maybe-uninitialized warningsMarcel Raad
2017-04-22gnutls: removed some code when --disable-verbose is configuredDan Fandrich
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-21typecheck-gcc: handle function pointers properlyMarcel Raad
2017-04-21mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich
2017-04-21tests: remove the html and PDF versions from the tarballDaniel Stenberg
2017-04-20openssl: fix memory leak in servercertDaniel Stenberg
2017-04-20Revert "src/Makefile.am: avoid explicit $<"Daniel Stenberg
2017-04-19bump: start working on next releaseDaniel Stenberg
2017-04-19src/Makefile.am: avoid explicit $<Daniel Stenberg
2017-04-19THANKS: add contributors from 7.54.0 release notesDaniel Stenberg
2017-04-19RELEASE-NOTES: curl 7.54.0Daniel Stenberg
2017-04-18nss: fix MinGW compiler warningsMarcel Raad
2017-04-18TLS: Fix switching off SSL session id when client cert is usedJay Satiro
2017-04-17openssl: don't try to print nonexistant peer private keysDavid Benjamin
2017-04-17openssl: fix thread-safety bugs in error-handlingDavid Benjamin
2017-04-17openssl: make SSL_ERROR_to_str more future-proofDavid Benjamin
2017-04-17code: fix typos and style in commentsDaniel Gustafsson
2017-04-17extern-scan.pl: strip trailing CRMarcel Raad
2017-04-17configure.ac: ignore CR after version numbersMarcel Raad