summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-12Properly enforce building with the right configure switches.ng0
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-26tool_cb_wrt: fix writing to Windows null device NULJay Satiro
2019-03-15tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattrChris Young
2019-03-15tool_operate: build on AmigaOSChris Young
2019-03-14makefile: make checksrc and hugefile commands "silent"Daniel Stenberg
2019-03-14curl.1: mark the argument to --cookie as <data|filename>Daniel Stenberg
2019-03-08memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg
2019-03-03alt-svc: the curl command line bitsDaniel Stenberg
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-02-27curl: display --version features sorted alphabeticallyDaniel Stenberg
2019-02-25Merge tag 'curl-7_64_0'ng0
2019-02-20curl: remove MANUAL from -M outputDaniel Stenberg
2019-02-19cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat
2019-02-16cli tool: refactor encoding conversion sequence for switch case fallthrough.Patrick Monnerat
2019-02-13curl: "Dereference of null pointer"Patrick Monnerat
2019-02-13urlglob: Argument with 'nonnull' attribute passed nullDaniel Stenberg
2019-02-12curl: "Function call argument is an uninitialized value"Daniel Stenberg
2019-02-11cli tool: do not use mime.h private structures.Patrick Monnerat
2019-02-11curl: follow-up to 3f16990ec84Daniel Gustafsson
2019-02-11curl: follow-up to b49652ac66cc0Daniel Stenberg
2019-02-11curl: fix FreeBSD compiler warning in the --xattr codeDaniel Stenberg
2019-02-07tool_operate: fix typecheck warningMarcel Raad
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