summary refs log tree commit diff stats
path: root/normalize.c
Commit message (Collapse)AuthorAgeFilesLines
* - implement percent encoding in encode.cAli Fardan2020-11-221-3/+33
| | | | | | - move syntax macros from decode.c to separate types.h header - fix normalizer (sorta, needs testing) - TODO: more testing...
* normalize: don't expect scheme to be presentAli Fardan2020-11-221-3/+5
|
* normalize: fix double dot path normalizationAli Fardan2020-11-201-5/+18
|
* initial commit; todo: thorough testingAli Fardan2020-11-181-0/+51