aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Start using trie's instead of hash-maps.Hugo Hörnquist2019-01-22
|
* Add very simple err header.Hugo Hörnquist2019-01-22
|
* Add trie data structure.Hugo Hörnquist2019-01-22
|
* Replace some stack allocations with SNEW.Hugo Hörnquist2019-01-21
|
* Remove all explicit malloc's.Hugo Hörnquist2019-01-21
|
* Rename all instances of string to strbuf.Hugo Hörnquist2019-01-21
|
* Bunch of renames + macros.Hugo Hörnquist2019-01-21
|
* Add closedir.Hugo Hörnquist2019-01-21
|
* Add some TODO's.Hugo Hörnquist2019-01-20
|
* Fix some memmory errors.Hugo Hörnquist2019-01-20
| | | | And discovered some new ones.
* Set SAFE_STR in makefile.Hugo Hörnquist2019-01-20
|
* [BROKEN] Work on adding hash tables.Hugo Hörnquist2019-01-19
|
* Can now parse entire directory in one go.Hugo Hörnquist2019-01-17
|
* Works reasonably well for single calendar files.Hugo Hörnquist2019-01-17
|
* Further work.Hugo Hörnquist2019-01-17
|
* Fix memory leak.Hugo Hörnquist2019-01-16
|
* Initial commit.Hugo Hörnquist2019-01-15