summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gcc: disable picky gcc-8 function pointer warnings in two placesDaniel Stenberg2018-05-141-1/+6
* tool: Fix format specifiersRikard Falkeborn2018-05-142-3/+3
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-4/+2
* tool_help: clarify --max-time unit of time is secondsJay Satiro2018-04-211-1/+1
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-183-28/+60
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-2/+1
* tool_operate: Fix retry on FTP 4xx to ignore other protocolsStefan Agner2018-04-071-1/+5
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-174-0/+11
* cleanup: misc typos in strings and commentsluz.paz2018-03-162-2/+2
* curl tool: accept --compressed also if Brotli is enabled and zlib is not.Patrick Monnerat2018-03-081-2/+3
* spelling fixesViktor Szakats2018-02-231-3/+3
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-211-1/+1
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-205-0/+17
* curl --version: show PSL if the run-time lib has it enabledDaniel Stenberg2018-02-181-4/+2
* time-cond: fix reading the file modification time on WindowsMichael Kaufmann2018-02-056-98/+210
* build: fix termios issue on android cross-compileBen Greear2018-02-011-0/+6
* curl: add --proxy-pinnedpubkeyDaniel Stenberg2018-01-304-3/+12
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-291-2/+4
* progress-bar: don't use stderr explicitly, use bar->outDaniel Stenberg2018-01-241-1/+1
* Fixes for MSDOS etc.Gisle Vanem2018-01-241-4/+4
* progress-bar: get screen width on windowsGisle Vanem2018-01-231-0/+15
* curl: progress bar refresh, get width using ioctl()Daniel Stenberg2018-01-222-20/+93
* mail-rcpt.d: fix short-text descriptionJay Satiro2018-01-071-1/+1
* tool_getparam: Support size modifiers for --max-filesizeGisle Vanem2017-12-261-35/+64
* curl: support >256 bytes warning messsagesDaniel Stenberg2017-12-121-2/+6
* Revert "curl: don't set CURLOPT_INTERLEAVEDATA"Daniel Stenberg2017-12-111-1/+1
* curl: remove __EMX__ #ifdefsDaniel Stenberg2017-12-081-20/+0
* curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg2017-12-081-1/+1
* curl: limit -# update frequency for unknown total sizeDaniel Stenberg2017-12-071-8/+25
* metalink: fix memory-leak and NULL pointer dereferenceDaniel Stenberg2017-11-241-3/+24
* cmake: Correctly include curl.rc in Windows builds (#2064)John Starks2017-11-101-1/+1
* src/Makefile.m32: fix typo in brotli lib customizationViktor Szakats2017-11-061-1/+1
* Makefile.m32: allow to customize brotli libsViktor Szakats2017-11-051-1/+6
* Makefile.m32: add brotli supportViktor Szakats2017-11-051-1/+14
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-0/+1
* curl: speed up handling of many URLsDaniel Stenberg2017-11-042-10/+11
* curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg2017-11-041-3/+5
* mkhelp.pl: support reproducible buildJuro Bystricky2017-10-301-2/+0
* cli tool: improve ";type=" handling in -F option argumentsPatrick Monnerat2017-10-291-20/+16
* cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat2017-10-291-17/+18
* cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski2017-10-281-1/+12
* makefile.m32: allow to override gcc, ar and ranlibViktor Szakats2017-10-151-3/+10
* cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat2017-10-121-38/+15
* cli tool: reimplement stdin buffering in -F option.Patrick Monnerat2017-10-121-5/+146
* curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev2017-10-091-9/+6
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-301-21/+25
* metalink: fix NSS issue in MultiSSL buildsViktor Szakats2017-09-221-1/+4
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-222-13/+3
* curl: check fseek() return code and bail on errorDaniel Stenberg2017-09-201-2/+10
* curl: make str2udouble not return values on errorDaniel Stenberg2017-09-181-3/+5