aboutsummaryrefslogtreecommitdiff
path: root/main.c (unfollow)
Commit message (Expand)Author
2019-02-15Rewrote content_line, and how parameters are stored.Hugo Hörnquist
2019-02-10Replace printf/puts with INFO/ERR.Hugo Hörnquist
2019-02-09Add support for full tree printing.Hugo Hörnquist
2019-02-09Fix main loop.Hugo Hörnquist
2019-02-09Extend parsing to handle tree's of vcomponents.Hugo Hörnquist
2019-02-08V{calendar,event} merged into vcomponent, making it symmetic.Hugo Hörnquist
2019-02-06Code cleanup and add documentation.Hugo Hörnquist
2019-02-06Remove GC.Hugo Hörnquist
2019-02-05Fix up GC a tiny bit.Hugo Hörnquist
2019-02-05Add single file mode.Hugo Hörnquist
2019-02-05Fix most memmory errors.Hugo Hörnquist
2019-02-04Work on propper memmory management for linked lists.Hugo Hörnquist
2019-02-03Add linked list generic type.Hugo Hörnquist
2019-02-03Loads of memmory fixes, among other.Hugo Hörnquist
2019-02-03Add graphviz output for TRIE's.Hugo Hörnquist
2019-02-02Broke read_vcalendar of into own file.Hugo Hörnquist
2019-01-22Clean up a number of comments, and remove TODO's.Hugo Hörnquist
2019-01-22Start using trie's instead of hash-maps.Hugo Hörnquist
2019-01-21Rename all instances of string to strbuf.Hugo Hörnquist
2019-01-21Bunch of renames + macros.Hugo Hörnquist
2019-01-21Add closedir.Hugo Hörnquist
2019-01-19[BROKEN] Work on adding hash tables.Hugo Hörnquist