about summary refs log tree commit diff stats
path: root/decode.c
Commit message (Expand)AuthorAgeFilesLines
* decode: handle no textAli Fardan2020-11-031-0/+12
* encode: handle headings with arbitrary amout of whitespaceAli Fardan2020-10-271-12/+9
* deocde: handle whitespace in link lines properlyAli Fardan2020-10-251-7/+7
* change parsing and encoding for strict compliance with the spec (https://list...Ali Fardan2020-10-241-9/+4
* introduce new function to the library, gemtext_list_append(3)Ali Fardan2020-10-241-23/+1
* typofixAli Fardan2020-10-231-2/+2
* write tests for gemtext_decode()Ali Fardan2020-10-231-2/+2
* - rename previous gemtext_decode() family of functions to gemtext_list_decode()Ali Fardan2020-10-231-92/+96
* - unlist gemtext_free() from gemtext.h since we don't want it to be exportedAli Fardan2020-10-221-8/+8
* - implement the rest of decode.c functions: gemtext_decode_fd() and gemtext_d...Ali Fardan2020-10-221-46/+69
* initial commit, decoder workingAli Fardan2020-10-211-0/+543