summaryrefslogtreecommitdiff
path: root/lib/headers.c
Commit message (Expand)AuthorAgeFilesLines
* misc: null-terminateDaniel Stenberg2022-09-171-1/+1
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-2/+2
* curl_easy_header: Add CURLH_PSEUDO to sanity checkAndrew Lambert2022-08-061-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* headers: handle unfold of space-cleansed headersDaniel Stenberg2022-06-011-1/+1
* headers_push: error out if a folded header has no previous headerDaniel Stenberg2022-05-311-3/+8
* headers api: remove EXPERIMENTAL tagDaniel Stenberg2022-05-301-1/+1
* headers: fix the unfold realloc to use proper new sizeDaniel Stenberg2022-05-251-3/+6
* http: restore header folding behaviorDaniel Stenberg2022-05-241-1/+53
* misc: spelling fixesDaniel Stenberg2022-03-301-5/+5
* lib: make the headers API depend on --enable-headers-apiDaniel Stenberg2022-03-221-3/+7
* curl: add %{header_json} support in -w handlingDaniel Stenberg2022-03-221-1/+2
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-0/+319