summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http2: use the correct set buffer sizeDaniel Stenberg2017-05-011-1/+1
* http: don't clobber the receive buffer for timecondDaniel Stenberg2017-05-011-19/+21
* buffer_size: make sure it always has the correct sizeDaniel Stenberg2017-05-015-4/+4
* file: use private buffer for C-L outputDaniel Stenberg2017-05-011-4/+5
* CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum sizeDaniel Stenberg2017-05-012-6/+10
* ftp: use private buffer for temp storage, not receive bufferDaniel Stenberg2017-05-011-10/+12
* http: use private user:password output bufferDaniel Stenberg2017-05-011-11/+17
* anyauthput: remove unused codeMarcel Raad2017-05-011-24/+0
* tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONSJay Satiro2017-05-013-1/+5
* curl_setup: Ensure no more than one IDN lib is enabledJay Satiro2017-05-011-1/+5
* getpart: use correct variable typeMarcel Raad2017-05-011-2/+2
* tests: declare TU-local variables staticMarcel Raad2017-05-017-19/+19
* tool_cb_prg: fix double-promotion warningMarcel Raad2017-05-011-1/+1
* examples: fixed too long line and too long string warningsDan Fandrich2017-05-011-3/+3
* examples: declare TU-local variables staticMarcel Raad2017-04-305-8/+8
* http2: declare TU-local variables staticMarcel Raad2017-04-301-2/+2
* unit1604: fixed indentationDan Fandrich2017-04-301-12/+12
* unit1604: fixed compilation under Windows, broken in the previous commitDan Fandrich2017-04-301-14/+19
* tests: fixed OOM handling of unit tests to abort testDan Fandrich2017-04-304-4/+6
* curl_rtmp: fix missing-variable-declarations warningsMarcel Raad2017-04-291-0/+1
* url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZEDan Fandrich2017-04-291-3/+4
* tests: added --remote-time tests for remaining protocols that support itDan Fandrich2017-04-295-0/+134
* runtests.pl: support multiline <postcheck> commandsDan Fandrich2017-04-291-1/+1
* tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich2017-04-272-1/+13
* test1443: test --remote-timeDan Fandrich2017-04-272-1/+69
* http-proxy: removed unused argument in CURL_DISABLE_PROXY caseDan Fandrich2017-04-271-1/+1
* cookie_interface.c: changed the other domain to example.com tooDaniel Stenberg2017-04-271-1/+1
* cookie_interface.c: fix cookie domain so the example worksDaniel Stenberg2017-04-271-3/+3
* Makefile: fix make distDan Fandrich2017-04-261-3/+6
* lib: remove unused codeMarcel Raad2017-04-265-12/+5
* http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg2017-04-263-18/+9
* url: declare get_protocol_family() staticMartin Kepplinger2017-04-261-1/+1
* examples: ftpuploadfrommem.cDaniel Stenberg2017-04-252-2/+126
* nss: load libnssckbi.so if no other trust is specifiedKamil Dudka2017-04-252-8/+48
* nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka2017-04-251-27/+56
* nss: do not leak PKCS #11 slot while loading a keyKamil Dudka2017-04-251-2/+4
* typecheck-gcc: fix _curl_is_slist_infoMarcel Raad2017-04-251-1/+1
* curl: set a 100K buffer size by defaultDaniel Stenberg2017-04-2510-3/+16
* transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg2017-04-253-29/+25
* configure: stop prepending to LDFLAGS, CPPFLAGSJay Satiro2017-04-252-11/+11
* if2ip: fix -Wcast-align warningMarcel Raad2017-04-251-1/+1
* Makefile: avoid use of GNU-specific form of $<Dan Fandrich2017-04-242-11/+22
* nss: adapt to the new Curl_llist APIKamil Dudka2017-04-241-4/+26
* curl-compilers.m4: accept -Og and -Ofast GCC flagsMarcel Raad2017-04-241-1/+1
* RELEASE-NOTES: synced with c68fed875Daniel Stenberg2017-04-241-2/+18
* configure: fix the -ldl check for openssl, add -lpthread checkDaniel Stenberg2017-04-241-44/+42
* llist: fix a comment after cbae73e1dd9Daniel Stenberg2017-04-241-2/+0
* schannel: Don't treat encrypted partial record as pending dataJay Satiro2017-04-222-2/+15
* multi: clarify condition in curl_multi_waitAlan Jenkins2017-04-221-1/+1
* lib: fix maybe-uninitialized warningsMarcel Raad2017-04-222-3/+3