aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-04-21tool_help: clarify --max-time unit of time is secondsJay Satiro
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-04-07tool_operate: Fix retry on FTP 4xx to ignore other protocolsStefan Agner
2018-03-17CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-03-08curl tool: accept --compressed also if Brotli is enabled and zlib is not.Patrick Monnerat
2018-02-23spelling fixesViktor Szakats
2018-02-21lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro
2018-02-20url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken
2018-02-18curl --version: show PSL if the run-time lib has it enabledDaniel Stenberg
2018-02-05time-cond: fix reading the file modification time on WindowsMichael Kaufmann
2018-02-01build: fix termios issue on android cross-compileBen Greear
2018-01-30curl: add --proxy-pinnedpubkeyDaniel Stenberg
2018-01-29curl_ctype: private is*() type macros and functionsDaniel Stenberg
2018-01-24progress-bar: don't use stderr explicitly, use bar->outDaniel Stenberg
2018-01-24Fixes for MSDOS etc.Gisle Vanem
2018-01-23progress-bar: get screen width on windowsGisle Vanem
2018-01-22curl: progress bar refresh, get width using ioctl()Daniel Stenberg
2018-01-07mail-rcpt.d: fix short-text descriptionJay Satiro
2017-12-26tool_getparam: Support size modifiers for --max-filesizeGisle Vanem
2017-12-12curl: support >256 bytes warning messsagesDaniel Stenberg
2017-12-11Revert "curl: don't set CURLOPT_INTERLEAVEDATA"Daniel Stenberg
2017-12-08curl: remove __EMX__ #ifdefsDaniel Stenberg
2017-12-08curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg
2017-12-07curl: limit -# update frequency for unknown total sizeDaniel Stenberg
2017-11-24metalink: fix memory-leak and NULL pointer dereferenceDaniel Stenberg
2017-11-10cmake: Correctly include curl.rc in Windows builds (#2064)John Starks
2017-11-06src/Makefile.m32: fix typo in brotli lib customizationViktor Szakats
2017-11-05Makefile.m32: allow to customize brotli libsViktor Szakats
2017-11-05Makefile.m32: add brotli supportViktor Szakats
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-11-04curl: speed up handling of many URLsDaniel Stenberg
2017-11-04curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg
2017-10-30mkhelp.pl: support reproducible buildJuro Bystricky
2017-10-29cli tool: improve ";type=" handling in -F option argumentsPatrick Monnerat
2017-10-29cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat
2017-10-28cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski
2017-10-15makefile.m32: allow to override gcc, ar and ranlibViktor Szakats
2017-10-12cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat
2017-10-12cli tool: reimplement stdin buffering in -F option.Patrick Monnerat
2017-10-09curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev
2017-09-30Set and use more necessary options when some protocols are disabledDan Fandrich
2017-09-22metalink: fix NSS issue in MultiSSL buildsViktor Szakats
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-20curl: check fseek() return code and bail on errorDaniel Stenberg
2017-09-18curl: make str2udouble not return values on errorDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg