summaryrefslogtreecommitdiff
path: root/src/tool_writeout_json.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-271-1/+1
* tool_writeout_json. fix the output for duplicate header namesDaniel Stenberg2023-03-091-6/+11
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* curl/header_json: output the header names in lowercaseDaniel Stenberg2022-03-251-6/+10
* curl: add %{header_json} support in -w handlingDaniel Stenberg2022-03-221-4/+52
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-271-1/+1
* tool_writeout: refactor write-out and write-out jsonJay Satiro2021-02-091-123/+11
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tool_writeout: add new writeout variable, %{num_headers}anio2020-09-151-7/+15
* writeout_json: Fix data type issuesMichael Kaufmann2020-03-271-1/+14
* writeout_json: use curl_off_t printf() option for the time outputDaniel Stenberg2020-03-181-1/+2
* writeout_json: add missing comma to fix the HTTP versionDaniel Stenberg2020-03-171-1/+1
* writeout: support to generate JSON outputMathias Gumz2020-03-171-0/+181