summaryrefslogtreecommitdiff
path: root/lib/util/rfc1738.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-14lib:util: Fix code spellingAndreas Schneider1-1/+1
2021-01-08lib: Use hex_byte() in rfc1738_unescape()Volker Lendecke1-7/+7
2018-02-22util/rfc1738: update preambleDouglas Bagnall1-11/+6
2018-02-22util/rfc1738: simplify and fix rfc1738_escape_part()Douglas Bagnall1-98/+90
2018-02-22util/rfc1738: remove unused versions of rfc1738_escapeDouglas Bagnall1-20/+0
2018-02-22util/rfc1738: simplify and fix rfc1738_unescape()Douglas Bagnall1-28/+33
2018-02-22util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall1-2/+3
2017-03-28lib: Avoid an includes.hVolker Lendecke1-2/+2
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2009-11-04lib/util Fix comments in rfc1738.c.Andrew Bartlett1-3/+3
2009-11-02lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett1-29/+45
2009-11-02lib/util Add rfc1738 escape/unescape code from SquidAndrew Bartlett1-0/+209