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