aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-31option: disallow username in URLBjörn Stenberg
2018-05-30curl.rc: embed manifest for correct Windows version detectionViktor Szakats
2018-05-29setopt: add TLS 1.3 ciphersuitesDaniel Stenberg
2018-05-24httpauth: add support for Bearer tokensLinus Lewandowski
2018-05-24cmake: set -d postfix for debug builds if not specifiedSergei Nikulov
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-21curl: added --styled-outputDaniel Stenberg
2018-05-21curl: show headers in boldDaniel Stenberg
2018-05-18checksrc: fix too long lineDaniel Stenberg
2018-05-18docs: mention HAproxy protocol "version 1"Aleks
2018-05-14gcc: disable picky gcc-8 function pointer warnings in two placesDaniel Stenberg
2018-05-14tool: Fix format specifiersRikard Falkeborn
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