aboutsummaryrefslogtreecommitdiff
path: root/parse.c (unfollow)
Commit message (Expand)Author
2019-02-23Everything broken, again.c++2Hugo Hörnquist
2019-02-23Vill inte.Hugo Hörnquist
2019-02-23Even more work.Hugo Hörnquist
2019-02-22restHugo Hörnquist
2019-02-22Build, but doesn't link.Hugo Hörnquist
2019-02-18Made to compile as C++.Hugo Hörnquist
2019-02-15Move fold function.Hugo Hörnquist
2019-02-15Add character escaping.Hugo Hörnquist
2019-02-15Add ERR_P macro.Hugo Hörnquist
2019-02-15Rewrote content_line, and how parameters are stored.Hugo Hörnquist
2019-02-15Replace key_val type with templatized PAIR(T, V).Hugo Hörnquist
2019-02-15Merge strbuf copy functions.Hugo Hörnquist
2019-02-10Minor cleanup.Hugo Hörnquist
2019-02-10Add support for parameters in parser!Hugo Hörnquist
2019-02-10Add push_strbuf function.Hugo Hörnquist
2019-02-10Minor general cleanup.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-05Add support for NL without preceeding CR.Hugo Hörnquist
2019-02-05Fix most memmory problems.Hugo Hörnquist
2019-02-05Improve ERR.Hugo Hörnquist
2019-02-05Fix most memmory errors.Hugo Hörnquist
2019-02-05Normalize and improve INIT & FREE macros.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-01-26Add -Wextra flag, fix resulting warnings.Hugo Hörnquist
2019-01-22Clean up a number of comments, and remove TODO's.Hugo Hörnquist
2019-01-22Fixed all leaks.Hugo Hörnquist
2019-01-22Fix crash.Hugo Hörnquist
2019-01-22Start using trie's instead of hash-maps.Hugo Hörnquist
2019-01-21Replace some stack allocations with SNEW.Hugo Hörnquist
2019-01-21Remove all explicit malloc's.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-20Fix some memmory errors.Hugo Hörnquist
2019-01-19[BROKEN] Work on adding hash tables.Hugo Hörnquist
2019-01-17Can now parse entire directory in one go.Hugo Hörnquist
2019-01-17Works reasonably well for single calendar files.Hugo Hörnquist
2019-01-17Further work.Hugo Hörnquist