aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* utils/mem: added safe reallocRafael G. Martins2015-07-193-4/+19
* utils: removed unused includesRafael G. Martins2015-06-241-2/+0
* fixed copyrightRafael G. Martins2015-05-255-5/+5
* fixed a few issues reported by clang's static analyzerRafael G. Martins2015-05-104-1/+19
* trie: removed useless bracketsRafael G. Martins2015-04-191-2/+1
* trie: fixed memory leak when replacing existing keyRafael G. Martins2015-04-191-1/+4
* remove specific type used to store sourcesRafael G. Martins2015-04-193-5/+7
* safe mallocs are better :)Rafael G. Martins2015-04-194-6/+32
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-172-0/+3
* initial structureRafael G. Martins2015-04-154-0/+605