summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-116-481/+544
* curl: follow-up to 3f16990ec84Daniel Gustafsson2019-02-111-1/+1
* curl: follow-up to b49652ac66cc0Daniel Stenberg2019-02-111-1/+1
* curl: fix FreeBSD compiler warning in the --xattr codeDaniel Stenberg2019-02-111-5/+7
* tool_operate: fix typecheck warningMarcel Raad2019-02-071-1/+2
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-013-10/+10
* configure: rewrite --enable-code-coverageDaniel Stenberg2019-01-261-4/+0
* src/Makefile: make 'tidy' target work for metalink buildsDaniel Stenberg2019-01-141-2/+2
* tool_cb_prg: avoid integer overflowDaniel Stenberg2019-01-111-3/+16
* xattr: strip credentials from any URL that is storedDaniel Stenberg2019-01-101-8/+55
* printf: fix format specifiersRikard Falkeborn2019-01-041-4/+3
* tvnow: silence conversion warningsMarcel Raad2019-01-011-1/+1
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-215-0/+11
* curl -J: do not append to the destination fileDaniel Stenberg2018-12-194-10/+9
* docs: fix the --tls-max descriptionDaniel Stenberg2018-12-131-1/+1
* (lib)curl.rc: fixup for minor bugsStefan Kanthak2018-12-101-5/+5
* curl: fix memory leak reading --writeout from fileDaniel Stenberg2018-11-301-0/+1
* tool_main: rename function to make it unique and betterDaniel Stenberg2018-11-301-2/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-239-42/+40
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-201-2/+2
* tool_doswin: Fix uninitialized field warningDaniel Gustafsson2018-11-181-1/+3
* tool_cb_wrt: Silence function cast compiler warningDaniel Gustafsson2018-11-131-1/+8
* curl: --local-port range was not "including"Daniel Stenberg2018-11-091-1/+1
* curl: --local-port fix followupDaniel Stenberg2018-11-081-1/+1
* curl: fix --local-port integer overflowDaniel Stenberg2018-11-073-14/+26
* curl: correct the switch() logic in ourWriteOutDaniel Stenberg2018-11-071-1/+1
* curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts2018-11-071-1/+11
* tool: add undocumented option --dump-module-paths for win32Jay Satiro2018-11-063-0/+70
* curl: fixed UTF-8 in current console code page (Windows)Yasuhiro Matsumoto2018-11-052-7/+31
* tool_getparam: fix some commentsMichael Kaufmann2018-11-031-13/+5
* axtls: removedDaniel Stenberg2018-11-011-21/+1
* voutf: fix bad arethmetic when outputting warnings to stderrDaniel Stenberg2018-10-301-1/+1
* Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg2018-10-271-0/+8
* tool_main: make TerminalSettings staticDaniel Stenberg2018-10-261-5/+5
* tool_cb_hdr: handle failure of rename()Kamil Dudka2018-10-171-2/+11
* Windows: fixes for MinGW targeting Windows VistaMarcel Raad2018-10-091-1/+2
* spelling fixes [ci skip]Viktor Szakats2018-10-081-1/+1
* FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg2018-10-081-2/+3
* CMake: Improve config installationRuslan Baratov2018-10-011-7/+1
* curl: enabled Windows VT Support and UTF-8 outputRich Turner2018-09-291-0/+56
* whitespace fixesViktor Szakats2018-09-2350-317/+269
* URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats2018-09-221-1/+1
* curl: update --tlsv* descriptions in --help outputSi2018-09-161-4/+4
* urlglob: improve error messageDaniel Stenberg2018-09-131-5/+6
* misc: fix typos in commentsDaniel Gustafsson2018-09-101-1/+1
* curl: --doh-url addedDaniel Stenberg2018-09-065-0/+11
* tool_operate: Add http code 408 to transient list for --retryJay Satiro2018-09-031-0/+1
* tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro2018-08-311-1/+1
* curl: fix time-of-check, time-of-use race in dir creationDaniel Stenberg2018-08-251-6/+4
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-212-3/+3