about summary refs log tree commit diff stats
path: root/gemtext.h
Commit message (Expand)AuthorAgeFilesLines
* introduce gemtext_list_encode_to_html class of functionsAli Fardan2020-11-051-2/+8
* typofixAli Fardan2020-11-051-1/+1
* introduce new gemtext_text_strlen class of functionsAli Fardan2020-11-051-0/+9
* introduce new function to the library, gemtext_list_append(3)Ali Fardan2020-10-241-0/+3
* write tests for gemtext_decode()Ali Fardan2020-10-231-3/+3
* - fix manpagesAli Fardan2020-10-231-0/+20
* - rename previous gemtext_decode() family of functions to gemtext_list_decode()Ali Fardan2020-10-231-7/+13
* - unlist gemtext_free() from gemtext.h since we don't want it to be exportedAli Fardan2020-10-221-1/+1
* - implement the rest of decode.c functions: gemtext_decode_fd() and gemtext_d...Ali Fardan2020-10-221-2/+14
* initial commit, decoder workingAli Fardan2020-10-211-0/+61