aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-01http: don't clobber the receive buffer for timecondDaniel Stenberg
2017-05-01buffer_size: make sure it always has the correct sizeDaniel Stenberg
2017-05-01file: use private buffer for C-L outputDaniel Stenberg
2017-05-01CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum sizeDaniel Stenberg
2017-05-01ftp: use private buffer for temp storage, not receive bufferDaniel Stenberg
2017-05-01http: use private user:password output bufferDaniel Stenberg
2017-05-01anyauthput: remove unused codeMarcel Raad
2017-05-01tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONSJay Satiro
2017-05-01curl_setup: Ensure no more than one IDN lib is enabledJay Satiro
2017-05-01getpart: use correct variable typeMarcel Raad
2017-05-01tests: declare TU-local variables staticMarcel Raad
2017-05-01tool_cb_prg: fix double-promotion warningMarcel Raad
2017-05-01examples: fixed too long line and too long string warningsDan Fandrich
2017-04-30examples: declare TU-local variables staticMarcel Raad
2017-04-30http2: declare TU-local variables staticMarcel Raad
2017-04-30unit1604: fixed indentationDan Fandrich
2017-04-30unit1604: fixed compilation under Windows, broken in the previous commitDan Fandrich
2017-04-30tests: fixed OOM handling of unit tests to abort testDan Fandrich
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