summaryrefslogtreecommitdiff
path: root/lib/util/rfc1738.c
Commit message (Expand)AuthorAgeFilesLines
* util/rfc1738: update preambleDouglas Bagnall2018-02-221-11/+6
* util/rfc1738: simplify and fix rfc1738_escape_part()Douglas Bagnall2018-02-221-98/+90
* util/rfc1738: remove unused versions of rfc1738_escapeDouglas Bagnall2018-02-221-20/+0
* util/rfc1738: simplify and fix rfc1738_unescape()Douglas Bagnall2018-02-221-28/+33
* util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall2018-02-221-2/+3
* lib: Avoid an includes.hVolker Lendecke2017-03-281-2/+2
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* lib/util Fix comments in rfc1738.c.Andrew Bartlett2009-11-041-3/+3
* lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett2009-11-021-29/+45
* lib/util Add rfc1738 escape/unescape code from SquidAndrew Bartlett2009-11-021-0/+209