summaryrefslogtreecommitdiff
path: root/lib/strcase.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* strcase: use curl_str(n)equal for case insensitive matchesDaniel Stenberg2022-11-011-6/+2
* strcase: add and use Curl_timestrcmpDaniel Stenberg2022-10-081-0/+1
* ctype: remove all use of <ctype.h>, use our own versionsDaniel Stenberg2022-09-061-0/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* url: check sasl additional parameters for connection reuse.Patrick Monnerat2022-04-251-0/+2
* strcase.h: add comment about the return codeMonkeybreadSoftware2022-03-311-0/+2
* checkprefix: remove strlen callsMAntoniak2022-02-211-2/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-3/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* strcase: turn Curl_raw_tolower into staticDaniel Stenberg2020-01-241-2/+1
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard2019-09-231-0/+2
* Remove unused definitionsMarcel Raad2018-08-211-1/+0
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+1
* strcase: fixed Metalink builds by redefining checkprefix()Dan Fandrich2016-11-011-1/+1
* curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg2016-10-311-4/+4
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-0/+16
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-0/+34