Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-31 | AK: Add optional parameter for excluding chars to urlencode() | Linus Groh |
2020-12-12 | AK: Fix urlencode() with high byte values | Conrad Pankoff |
2020-11-30 | AK: Fix logic error in urldecode() percent-decoding | Linus Groh |
2020-10-08 | AK: Use new format functions. | asynts |
2020-06-12 | AK: Make string-to-number conversion helpers return Optional | Andreas Kling |
2020-06-07 | AK: Add basic percent encoder/decoder (urlencode and urldecode) | Andreas Kling |