summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl: generate the --help outputbagder/generate-curl-helpDaniel Stenberg2017-05-043-257/+438
* curl_setup_once: use SEND_QUAL_ARG2 for swriteMarcel Raad2017-05-041-1/+1
* CURLINFO_REDIRECT_URL.3: add exampleDaniel Stenberg2017-05-041-2/+16
* CURLINFO_EFFECTIVE_URL.3: add exampleDaniel Stenberg2017-05-041-2/+17
* lib: fix compiler warningsMarcel Raad2017-05-032-3/+3
* typecheck-gcc: add support for CURLINFO_SOCKETMarcel Raad2017-05-031-0/+9
* typecheck-gcc: add missing string optionsMarcel Raad2017-05-031-0/+14
* abstract-unix-socket.d: shorten the help text to fit within 79 colsDaniel Stenberg2017-05-031-1/+1
* RELEASE-NOTES: synced with 862b02f89Daniel Stenberg2017-05-021-3/+39
* Telnet: Write full buffer instead of byte-by-byteRichard Hsu2017-05-023-32/+95
* curl: non-boolean command line args reject --no- prefixesDaniel Stenberg2017-05-023-221/+230
* testpart: remove _MPRINTF_REPLACEMarcel Raad2017-05-021-2/+1
* gtls: fixed a lingering BUFSIZE referenceDan Fandrich2017-05-022-4/+5
* ssh: fix compiler warning from e40e9d7f0deDaniel Stenberg2017-05-021-1/+1
* url: let CURLOPT_BUFFERSIZE realloc to smaller sizes tooDaniel Stenberg2017-05-021-2/+2
* BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg2017-05-013-18/+18
* openssl: use local stack for temp storageDaniel Stenberg2017-05-011-8/+8
* sendf: remove use of BUFSIZE from debug data conversionsDaniel Stenberg2017-05-011-25/+26
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-018-27/+26
* krb5: use private buffer for temp string, not receive bufferDaniel Stenberg2017-05-011-5/+9
* upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg2017-05-014-4/+8
* unit1606: do not print/access bufferDaniel Stenberg2017-05-011-1/+0
* http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg2017-05-013-15/+42
* transfer: fix minor buffer_size mistakeDaniel Stenberg2017-05-011-2/+1
* failf: use private buffer, don't clobber receive bufferDaniel Stenberg2017-05-011-8/+7
* pingpong: use the set buffer sizeDaniel Stenberg2017-05-011-6/+9
* 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