aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feature/directivesRafael G. Martins2016-01-305-13/+46
|\
| * utils: string: strip form-feed and vertical-tab chars as whitespacesRafael G. Martins2016-01-141-2/+4
| * template-parser: added whitespace cleaners. needs more tests and docsRafael G. Martins2016-01-142-8/+39
| * fixed copyrightRafael G. Martins2016-01-085-5/+5
| * Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-235-0/+669
| * build: removing src/utils and replacing with squareballRafael G. Martins2015-12-235-669/+0
* | content-parser: implemented youtube directiveRafael G. Martins2015-11-041-1/+1
|/
* 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