summaryrefslogtreecommitdiff
path: root/lib/strcase.c
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-28/+21
* strcase: add and use Curl_timestrcmpDaniel Stenberg2022-10-081-0/+22
* ctype: remove all use of <ctype.h>, use our own versionsDaniel Stenberg2022-09-061-4/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* strcase: some optimisationsFrank Gevaerts2022-05-191-11/+47
* url: check sasl additional parameters for connection reuse.Patrick Monnerat2022-04-251-0/+10
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-125/+5
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* strcase: turn Curl_raw_tolower into staticDaniel Stenberg2020-01-241-3/+5
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* strcase: fix raw lowercasing the letter XLucas Pardue2019-09-241-1/+1
* http: lowercase headernames for HTTP/2 and HTTP/3Barry Pollard2019-09-231-0/+84
* strcase: corrected comment header for Curl_strcasecompare()Daniel Stenberg2017-08-311-5/+6
* Improve code readbilitySylvestre Ledru2017-03-131-3/+3
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-0/+10
* strcasecompare: include curl.h in strcase.cDan Fandrich2016-10-311-0/+3
* curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg2016-10-311-2/+13
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-24/+97
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-0/+79