summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_operate: refuse (--data or --form) and --continue-at comboDaniel Stenberg2023-05-081-8/+19
* tool_cb_hdr: Fix 'Location:' formatting for early VTE terminalsJay Satiro2023-05-051-0/+9
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-282-3/+3
* checksrc: check for spaces before the colon of switch labelsEmanuele Torre2023-04-271-1/+1
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-273-4/+4
* src/tool_operhlp.c: fix value stored to 'uerr' is never readDaniel Stenberg2023-04-171-1/+1
* curl: do NOT append file name to path for upload when there's a queryDaniel Stenberg2023-04-151-1/+8
* curl: add --proxy-http2Daniel Stenberg2023-04-142-2/+11
* tool_writeout: add URL component variablesDaniel Stenberg2023-04-042-0/+151
* tool_operate: pass a long as CURLOPT_HEADEROPT argumentDaniel Stenberg2023-03-221-1/+1
* tool_getparam: error if --next is used without a prior URLDaniel Stenberg2023-03-171-0/+4
* tool_operate: silence unused parameter warningMarcel Raad2023-03-131-0/+1
* tool: improve --stderr handlingJay Satiro2023-03-1214-60/+151
* src: silence wmain() warning for all build methodsViktor Szakats2023-03-112-2/+5
* tool_writeout_json. fix the output for duplicate header namesDaniel Stenberg2023-03-091-6/+11
* tool: dump headers even if file is write-onlyGrisha Levit2023-03-061-2/+2
* misc: remove support for curl_off_t < 8 bytesDaniel Stenberg2023-02-243-20/+9
* curl: make -w's %{stderr} use the file set with --stderrJay Satiro2023-02-233-4/+8
* tool_operate: propagate error codes for missing URL after --nextDaniel Stenberg2023-02-221-2/+5
* tool_getparam: don't add a new node for just --no-remote-nameDaniel Stenberg2023-02-221-1/+4
* tool_progress: shut off progress meter for --silent in parallelDaniel Stenberg2023-02-211-1/+1
* tool_operate: avoid fclose(NULL) on bad header dump fileDaniel Stenberg2023-02-211-2/+3
* tool_operate: fix scanbuild compiler warningJay Satiro2023-02-181-7/+8
* curl: make --silent work stand-aloneDaniel Stenberg2023-02-175-34/+26
* tool_operate: allow debug builds to set buffersizeDaniel Stenberg2023-02-161-5/+15
* tool_getparam: make --get a true booleanDaniel Stenberg2023-02-161-1/+1
* 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