about summary refs log tree commit diff stats
path: root/encode.c
Commit message (Expand)AuthorAgeFilesLines
* introduce gemtext_list_encode_to_html class of functionsAli Fardan2020-11-051-16/+18
* change parsing and encoding for strict compliance with the spec (https://list...Ali Fardan2020-10-241-2/+2
* couple of bugfixes in encode.c, and additional tests for gemtext_encode()Ali Fardan2020-10-231-7/+23
* allow passing NULL pointer to gemtext_encode() lenAli Fardan2020-10-231-8/+16
* encode: fix garbage in gemtext_encode outputAli Fardan2020-10-231-0/+4
* - rename previous gemtext_decode() family of functions to gemtext_list_decode()Ali Fardan2020-10-231-114/+115
* gemtext_encode_fd(): fix memory leakAli Fardan2020-10-231-0/+1
* - implement the rest of decode.c functions: gemtext_decode_fd() and gemtext_d...Ali Fardan2020-10-221-0/+365