summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: fix warningsMarian Klymov2018-06-1110-33/+28
* spelling fixesViktor Szakats2018-06-031-2/+2
* build: remove the Borland specific makefilesDaniel Stenberg2018-06-022-156/+2
* option: disallow username in URLBjörn Stenberg2018-05-314-0/+10
* curl.rc: embed manifest for correct Windows version detectionViktor Szakats2018-05-302-3/+51
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-294-6/+27
* httpauth: add support for Bearer tokensLinus Lewandowski2018-05-241-0/+1
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-241-4/+0
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-212-6/+6
* curl: added --styled-outputDaniel Stenberg2018-05-215-4/+11
* curl: show headers in boldDaniel Stenberg2018-05-217-38/+75
* checksrc: fix too long lineDaniel Stenberg2018-05-181-1/+1
* docs: mention HAproxy protocol "version 1"Aleks2018-05-182-2/+2
* 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