summaryrefslogtreecommitdiff
path: root/src/tool_operate.c
Commit message (Expand)AuthorAgeFilesLines
* writeout: add %{certs} and %{num_certs}Daniel Stenberg2022-12-271-0/+3
* 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: determine the correct fopen option for -DEmil Engler2022-12-121-1/+15
* tool_operate: override the numeric locale and set "C" by forceDaniel Stenberg2022-11-251-1/+2
* CURLOPT_QUICK_EXIT: don't wait for DNS thread on exitAlexandre Ferrieux2022-11-181-0/+9
* tool: use feature names instead of bit mask, when possiblePatrick Monnerat2022-11-141-4/+3
* tool_operate: provide better errmsg for -G with bad URLDaniel Stenberg2022-11-121-7/+15
* curl: add --url-queryDaniel Stenberg2022-11-081-3/+3
* tool_operate: when aborting, make sure there is a non-NULL error bufferDaniel Stenberg2022-11-071-1/+2
* curl: timeout in the read callbackDaniel Stenberg2022-10-281-8/+7
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-1/+1
* tool_xattr: save the original URL, not the final redirected oneDaniel Stenberg2022-10-221-1/+1
* tool_operate: more transfer cleanup after parallel transfer failDaniel Stenberg2022-10-181-20/+20
* curl/add_parallel_transfers: better error handlingDaniel Stenberg2022-10-141-10/+10
* curl/add_file_name_to_url: use the libcurl URL parserDaniel Stenberg2022-10-101-5/+3
* single_transfer: use the libcurl URL parser when appending query partsDaniel Stenberg2022-10-101-36/+15
* docs: spelling nitsViktor Szakats2022-09-291-4/+4
* tool: remove dead codePatrick Monnerat2022-09-231-7/+0
* tool: remove protocol count limitationPatrick Monnerat2022-09-221-28/+20
* cli tool: do not use disabled protocolsPatrick Monnerat2022-09-161-20/+32
* tool_operate: avoid a few #ifdefs for disabled-libcurl buildsDaniel Stenberg2022-09-131-8/+1
* tool_operate: fix msnprintfing the error messageDaniel Stenberg2022-09-061-2/+3
* NPN: remove support for and use ofDaniel Stenberg2022-09-051-4/+0
* tool_operate: reduce errorbuffer allocsDaniel Stenberg2022-09-011-6/+27
* tool_operate: prevent over-queuing in parallel modeDaniel Stenberg2022-08-311-3/+9
* tool: reintroduce set file comment code for AmigaOSFutaura2022-08-081-0/+18
* docs: remove him/her/he/she from documentationMarco Kamner2022-07-271-1/+1
* tool_operate: better cleanup of easy handle in exit pathxkernel2022-07-101-1/+6
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-041-2/+3
* curl: output warning when a cookie is dropped due to sizeDaniel Stenberg2022-06-291-2/+7
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* test390: verify --parallelDaniel Stenberg2022-06-101-0/+1
* curl: add --rate to set max request rate per time unitDaniel Stenberg2022-05-231-3/+17
* curl: deprecate --random-file and --egd-fileDaniel Stenberg2022-05-171-2/+0
* tool_operate: make sure --fail-with-body works with --retryDaniel Stenberg2022-05-161-1/+1
* post_per_transfer: remove the updated file nameDaniel Stenberg2022-05-091-2/+2
* tool_paramhlp: use feof(3) to identify EOF correctly when using fread(3)Emanuele Torre2022-04-171-0/+2
* curl: error out if -T and -d are used for the same URLDaniel Stenberg2022-04-171-0/+6
* curl: fix segmentation fault for empty output file names.Ian Blanes2022-03-281-0/+5
* curl: add --remove-on-errorDaniel Stenberg2022-03-101-0/+4
* tool_operate: fix a scan-build warningDaniel Stenberg2022-03-101-6/+3
* curl: error out when options need features not present in libcurlDaniel Stenberg2022-03-101-41/+47
* curl: remove "separators" (when using globbed URLs)Daniel Stenberg2022-01-151-22/+0
* tool_operate: warn if too many output arguments were foundDaniel Stenberg2022-01-031-1/+7
* tool_operate: fix potential memory-leakDaniel Stenberg2021-12-061-9/+11
* tool_findfile: search for a file in the homedirDaniel Stenberg2021-11-291-14/+10
* tool_operate: only set SSH related libcurl options for SSH URLsDaniel Stenberg2021-11-211-2/+35
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-151-0/+4