summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-25Merge tag 'curl-7_64_0'ng0
2019-02-01schannel: stop calling it "winssl"Daniel Stenberg
2019-01-26configure: rewrite --enable-code-coverageDaniel Stenberg
2019-01-14src/Makefile: make 'tidy' target work for metalink buildsDaniel Stenberg
2019-01-12Merge tag 'curl-7_63_0'ng0
2019-01-11tool_cb_prg: avoid integer overflowDaniel Stenberg
2019-01-10xattr: strip credentials from any URL that is storedDaniel Stenberg
2019-01-04printf: fix format specifiersRikard Falkeborn
2019-01-01tvnow: silence conversion warningsMarcel Raad
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg
2018-12-19curl -J: do not append to the destination fileDaniel Stenberg
2018-12-13docs: fix the --tls-max descriptionDaniel Stenberg
2018-12-10(lib)curl.rc: fixup for minor bugsStefan Kanthak
2018-11-30curl: fix memory leak reading --writeout from fileDaniel Stenberg
2018-11-30tool_main: rename function to make it unique and betterDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-20ssl: replace all internal uses of CURLE_SSL_CACERTHan Han
2018-11-18tool_doswin: Fix uninitialized field warningDaniel Gustafsson
2018-11-13tool_cb_wrt: Silence function cast compiler warningDaniel Gustafsson
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-11-09curl: --local-port range was not "including"Daniel Stenberg
2018-11-08curl: --local-port fix followupDaniel Stenberg
2018-11-07curl: fix --local-port integer overflowDaniel Stenberg
2018-11-07curl: correct the switch() logic in ourWriteOutDaniel Stenberg
2018-11-07curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts
2018-11-06tool: add undocumented option --dump-module-paths for win32Jay Satiro
2018-11-05curl: fixed UTF-8 in current console code page (Windows)Yasuhiro Matsumoto
2018-11-03tool_getparam: fix some commentsMichael Kaufmann
2018-11-01axtls: removedDaniel Stenberg
2018-10-30voutf: fix bad arethmetic when outputting warnings to stderrDaniel Stenberg
2018-10-27Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg
2018-10-26tool_main: make TerminalSettings staticDaniel Stenberg
2018-10-17tool_cb_hdr: handle failure of rename()Kamil Dudka
2018-10-09Windows: fixes for MinGW targeting Windows VistaMarcel Raad
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-10-01CMake: Improve config installationRuslan Baratov
2018-09-29curl: enabled Windows VT Support and UTF-8 outputRich Turner
2018-09-23whitespace fixesViktor Szakats
2018-09-22URL and mailmap updates, remove an obsolete directory [ci skip]Viktor Szakats
2018-09-16curl: update --tlsv* descriptions in --help outputSi
2018-09-13urlglob: improve error messageDaniel Stenberg
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-09-10misc: fix typos in commentsDaniel Gustafsson
2018-09-06curl: --doh-url addedDaniel Stenberg
2018-09-03tool_operate: Add http code 408 to transient list for --retryJay Satiro
2018-08-31tool_operate: Fix setting proxy TLS 1.3 ciphersJay Satiro
2018-08-25curl: fix time-of-check, time-of-use race in dir creationDaniel Stenberg
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad