summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* url: let CURLOPT_BUFFERSIZE realloc to smaller sizes toobagder/buffer-use-cleanupsDaniel Stenberg2017-05-011-2/+2
* BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg2017-04-303-18/+18
* openssl: use local stack for temp storageDaniel Stenberg2017-04-301-8/+8
* sendf: remove use of BUFSIZE from debug data conversionsDaniel Stenberg2017-04-301-25/+26
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-04-308-27/+26
* krb5: use private buffer for temp string, not receive bufferDaniel Stenberg2017-04-301-5/+9
* upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg2017-04-304-4/+8
* unit1606: do not print/access bufferDaniel Stenberg2017-04-301-1/+0
* http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg2017-04-303-15/+42
* transfer: fix minor buffer_size mistakeDaniel Stenberg2017-04-301-2/+1
* failf: use private buffer, don't clobber receive bufferDaniel Stenberg2017-04-301-8/+7
* pingpong: use the set buffer sizeDaniel Stenberg2017-04-301-6/+9
* http2: use the correct set buffer sizeDaniel Stenberg2017-04-301-1/+1
* http: don't clobber the receive buffer for timecondDaniel Stenberg2017-04-301-19/+21
* buffer_size: make sure it always has the correct sizeDaniel Stenberg2017-04-305-4/+4
* file: use private buffer for C-L outputDaniel Stenberg2017-04-301-4/+5
* CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum sizeDaniel Stenberg2017-04-302-6/+10
* ftp: use private buffer for temp storage, not receive bufferDaniel Stenberg2017-04-301-10/+12
* http: use private user:password output bufferDaniel Stenberg2017-04-301-11/+17
* 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