about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* deocde: handle whitespace in link lines properlyAli Fardan2020-10-255-7/+104
* change parsing and encoding for strict compliance with the spec (https://list...Ali Fardan2020-10-249-76/+45
* introduce new function to the library, gemtext_list_append(3)Ali Fardan2020-10-2412-34/+91
* README typofixAli Fardan2020-10-231-1/+1
* add READMEAli Fardan2020-10-231-0/+87
* fix makefileAli Fardan2020-10-231-2/+4
* makefile: add all as dependency for installAli Fardan2020-10-231-1/+1
* couple of bugfixes in encode.c, and additional tests for gemtext_encode()Ali Fardan2020-10-232-184/+425
* update .gitignoreAli Fardan2020-10-231-0/+1
* add CAVEATS section to gemtext_encode(3)Ali Fardan2020-10-231-0/+16
* allow passing NULL pointer to gemtext_encode() lenAli Fardan2020-10-233-10/+19
* update makefile to build dynamic library object and add install ruleAli Fardan2020-10-231-5/+25
* manpages update, plus new manpage for gemtext_text_string(3)Ali Fardan2020-10-232-1/+98
* new gemtext_text_new(3) manpage plus other manpage fixes and updatesAli Fardan2020-10-235-12/+151
* encode: fix garbage in gemtext_encode outputAli Fardan2020-10-231-0/+4
* typofixAli Fardan2020-10-231-2/+2
* write tests for gemtext_decode()Ali Fardan2020-10-2328-29/+634
* - fix manpagesAli Fardan2020-10-236-12/+276
* remove binary test and add .gitignoreAli Fardan2020-10-232-0/+3
* - rename previous gemtext_decode() family of functions to gemtext_list_decode()Ali Fardan2020-10-239-256/+333
* gemtext_encode_fd(): fix memory leakAli Fardan2020-10-231-0/+1
* - unlist gemtext_free() from gemtext.h since we don't want it to be exportedAli Fardan2020-10-226-11/+161
* - implement the rest of decode.c functions: gemtext_decode_fd() and gemtext_d...Ali Fardan2020-10-228-158/+562
* initial commit, decoder workingAli Fardan2020-10-216-0/+1521