summary refs log tree commit diff stats
path: root/types.h
Commit message (Collapse)AuthorAgeFilesLines
* decode: fix percent encoded first character parser bugAli Fardan2020-11-231-2/+11
|
* - implement percent encoding in encode.cAli Fardan2020-11-221-0/+113
- move syntax macros from decode.c to separate types.h header - fix normalizer (sorta, needs testing) - TODO: more testing...