summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* add LICENSE HEAD masterAli Fardan2021-02-061-0/+14
|
* write manpagesAli Fardan2021-01-195-3/+416
|
* decode: fix percent encoded first character parser bugAli Fardan2020-11-232-10/+24
|
* - implement percent encoding in encode.cAli Fardan2020-11-225-138/+498
| | | | | | - 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
|
* add mkfile and fix compilation on 9frontAli Fardan2020-11-212-1/+10
|
* normalize: fix double dot path normalizationAli Fardan2020-11-201-5/+18
|
* fix encode uninitialized strlcat() on string && introduce new ↵Ali Fardan2020-11-193-4/+34
| | | | uri_string_path() function
* fix MakefileAli Fardan2020-11-181-3/+3
|
* initial commit; todo: thorough testingAli Fardan2020-11-1810-0/+4631