cryb-to/lib/enc
Dag-Erling Smørgrav e40f2f7d4b Improve and document percent-encoding API.
- Ensure that the output is always NUL-terminated.
- Always include the terminating NUL in the returned length.
- Allow out == NULL, allowing the caller to check how much space is required before allocating.
- Add man page.
2016-01-10 23:25:28 +01:00
..
.gitignore Prepare for moving to Github 2015-12-14 15:55:38 +01:00
cryb_base32.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
cryb_base64.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
cryb_percent.3 Improve and document percent-encoding API. 2016-01-10 23:25:28 +01:00
cryb_percent.c Improve and document percent-encoding API. 2016-01-10 23:25:28 +01:00
Makefile.am Improve and document percent-encoding API. 2016-01-10 23:25:28 +01:00