summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-03-07tool_cb_see: set correct copyright year rangeDaniel Stenberg
2020-03-07seek: fix fallback for missing ftruncate on WindowsMarc Hoersken
2020-03-01polarssl: Additional removalSteve Holme
2020-02-21cleanup: comment typosDaniel Stenberg
2020-02-20win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme
2020-02-19nit: Copyright year out of dateDaniel Stenberg
2020-02-18tool_util: Improve Windows version of tvnow()Jay Satiro
2020-02-13tool_home: Fix the copyright year being out of dateSteve Holme
2020-02-12tool_homedir: Change GetEnv() to use libcurl's curl_getenv()Jay Satiro
2020-02-05curl: error on --alt-svc use w/o supportDaniel Stenberg
2020-02-04tool_operhlp: Copyright year out of date, should be 2020Daniel Stenberg
2020-02-04curl: avoid using strlen for testing if a string is emptyOrgad Shaneh
2020-01-26curl: make the -# spaceship bar not wrap the lineDaniel Stenberg
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2020-01-21curl: Let -D merge headers in one file againEmil Engler
2020-01-16curl:progressbarinit: ignore column width from terminals < 20Daniel Stenberg
2020-01-13CMake: Add support for CMAKE_LTO option.Tobias Hieta
2020-01-13curl: make #0 not output the full URLDaniel Stenberg
2020-01-12curl: remove 'config' field from OutStructDaniel Stenberg
2020-01-10Merge tag 'curl-7_68_0'ng0
2020-01-09tool_dirhie.c: fix the copyright year rangeDaniel Stenberg
2020-01-09tool_dirhie: Allow directory traversal during creationJay Satiro
2020-01-06curl -w: handle a blank input file correctlyDaniel Stenberg
2020-01-05curl:getparameter return error for --http3 if libcurl doesn't supportDaniel Stenberg
2020-01-04curl: properly free mimepost dataDaniel Stenberg
2020-01-04curl: cleanup multi handle on failureDaniel Stenberg
2019-12-31tool: make a few char pointers point to const char insteadMarcel Raad
2019-12-29tool_operate: fix mem leak when failed config parseJay Satiro
2019-12-20Merge branch 'master' of https://github.com/curl/curlng0
2019-12-20make gnurlng0
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-12-18curl/parseconfig: use curl_free() to free memory allocated by libcurlDaniel Stenberg
2019-12-18curl/parseconfig: fix mem-leakDaniel Stenberg
2019-12-12curl: fix memory leak in OOM in etags logicDaniel Stenberg
2019-12-12curl: improved cleanup in upload error pathDaniel Stenberg
2019-12-10curl: use errorf() betterDaniel Stenberg
2019-12-06curl: make the etag load logic work without fseekDaniel Stenberg
2019-12-05lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAINJay Satiro
2019-12-05etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg
2019-12-03curl: show better error message when no homedir is foundDaniel Stenberg
2019-12-02copyright: fix the year ranges for two filesDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-28curl: two new command line options for etagsMaros Priputen
2019-11-26curl: fix --upload-file . hangs if delay in STDINJohn Schroeder
2019-11-21curl: add --parallel-immediateDaniel Stenberg
2019-11-18start work on CMake, based on the experimental curl CMake.ng0
2019-11-18adjust buildsystem to make make distcheck almost pass.ng0
2019-11-17remove winbuild and more CMakeng0
2019-11-14curl: fix -T globbingDaniel Stenberg