summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_operate: move the 'updated' variableDaniel Stenberg2023-02-071-1/+1
* tool_operate: Fix error codes during DOS filename sanitizeDan Fandrich2023-02-071-8/+11
* tool_operate: Fix error codes on bad URL & OOMDan Fandrich2023-02-073-50/+86
* tool_operate: repair --rateDaniel Stenberg2023-01-291-2/+3
* tool_getparam: fix compiler warning when !HAVE_WRITABLE_ARGVDaniel Stenberg2023-01-131-4/+5
* curl: output warning at --verbose output for debug-enabled versionDaniel Stenberg2023-01-121-0/+11
* src: add --http3-onlyDaniel Stenberg2023-01-123-6/+27
* tool_getparam: fix hiding of command line secretsHarry Sintonen2023-01-123-7/+10
* tool_operate: fix headerfile writingStefan Eissing2023-01-041-7/+8
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-0387-87/+87
* writeout: add %{certs} and %{num_certs}Daniel Stenberg2022-12-274-0/+66
* tool_operate: share HSTS between handlesDaniel Stenberg2022-12-271-0/+1
* misc: fix grammar and spellingJohn Bampton2022-12-221-2/+2
* tool_operate: fix `CURLOPT_SOCKS5_GSSAPI_NEC` typeMarcel Raad2022-12-211-2/+1
* tool_paramhlp: free the proto strings on exitDaniel Stenberg2022-12-152-0/+3
* tool_cfgable: free the ssl_ec_curves on exitDaniel Stenberg2022-12-151-2/+1
* tool: determine the correct fopen option for -DEmil Engler2022-12-121-1/+15
* tool_cfgable: make socks5_gssapi_nec a booleanBoris Verkhovskiy2022-12-111-1/+1
* tool_formparse: avoid clobbering on function paramsDaniel Gustafsson2022-12-081-5/+6
* setup: do not require __MRC__ defined for Mac OS 9 buildsRyan Schmidt2022-12-061-1/+1
* Makefile.mk: address minor issuesViktor Szakats2022-12-021-1/+1
* tool_operate: override the numeric locale and set "C" by forceDaniel Stenberg2022-11-251-1/+2
* netware: remove leftover tracesDaniel Gustafsson2022-11-237-143/+0
* Makefile.mk: portable Makefile.m32Viktor Szakats2022-11-224-171/+57
* CURLOPT_QUICK_EXIT: don't wait for DNS thread on exitAlexandre Ferrieux2022-11-181-0/+9
* lib: parse numbers with fixed known base 10Daniel Stenberg2022-11-172-2/+2
* tool: use feature names instead of bit mask, when possiblePatrick Monnerat2022-11-146-129/+160
* tool_operate: provide better errmsg for -G with bad URLDaniel Stenberg2022-11-121-7/+15
* tool_getparam: make --no-get work as the opposite of --getDaniel Stenberg2022-11-121-1/+1
* lib: add CURL_WRITEFUNC_ERROR to signal write callback errorJay Satiro2022-11-102-31/+15
* curl: add --url-queryDaniel Stenberg2022-11-085-4/+43
* tool_operate: when aborting, make sure there is a non-NULL error bufferDaniel Stenberg2022-11-071-1/+2
* windows: fail early with a missing windres in autotoolsViktor Szakats2022-11-011-2/+2
* style: use space after comment start and before comment endDaniel Stenberg2022-10-302-6/+3
* curl: timeout in the read callbackDaniel Stenberg2022-10-288-23/+58
* misc: typo and grammar fixesAyesh Karunaratne2022-10-272-2/+2
* windows: fix linking .rc to shared curl with autotoolsViktor Szakats2022-10-271-2/+1
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-3/+0
* test644: verify --xattr (with redirect)Daniel Stenberg2022-10-222-20/+15
* tool_xattr: save the original URL, not the final redirected oneDaniel Stenberg2022-10-223-36/+49
* amiga: do not hardcode openssl/zlib into the os config [ci skip]Viktor Szakats2022-10-181-1/+1
* tool_operate: more transfer cleanup after parallel transfer failDaniel Stenberg2022-10-183-20/+23
* tool_paramhlp: make the max argument a 'double'Rickard Hallerbäck2022-10-163-6/+7
* tool_formparse: unroll the NULL_CHECK and CONST_FREE macrosDaniel Stenberg2022-10-142-78/+72
* curl/add_parallel_transfers: better error handlingDaniel Stenberg2022-10-141-10/+10
* tool_paramhelp: asserts verify maximum sizes for string loadingDaniel Stenberg2022-10-131-0/+3
* curl/main_checkfds: check the fcntl return code betterDaniel Stenberg2022-10-121-3/+7
* curl/get_url_file_name: use libcurl URL parserDaniel Stenberg2022-10-111-47/+51
* curl/add_file_name_to_url: use the libcurl URL parserDaniel Stenberg2022-10-103-56/+66
* single_transfer: use the libcurl URL parser when appending query partsDaniel Stenberg2022-10-101-36/+15