Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add LICENSE HEAD master | Ali Fardan | 2021-02-06 | 1 | -0/+14 |
| | |||||
* | write manpages | Ali Fardan | 2021-01-19 | 5 | -3/+416 |
| | |||||
* | decode: fix percent encoded first character parser bug | Ali Fardan | 2020-11-23 | 2 | -10/+24 |
| | |||||
* | - implement percent encoding in encode.c | Ali Fardan | 2020-11-22 | 5 | -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 present | Ali Fardan | 2020-11-22 | 1 | -3/+5 |
| | |||||
* | add mkfile and fix compilation on 9front | Ali Fardan | 2020-11-21 | 2 | -1/+10 |
| | |||||
* | normalize: fix double dot path normalization | Ali Fardan | 2020-11-20 | 1 | -5/+18 |
| | |||||
* | fix encode uninitialized strlcat() on string && introduce new ↵ | Ali Fardan | 2020-11-19 | 3 | -4/+34 |
| | | | | uri_string_path() function | ||||
* | fix Makefile | Ali Fardan | 2020-11-18 | 1 | -3/+3 |
| | |||||
* | initial commit; todo: thorough testing | Ali Fardan | 2020-11-18 | 10 | -0/+4631 |