aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* *: big code reorganization.Rafael G. Martins2016-09-031-645/+0
| | | | | | | - source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common
* *: fixed includesRafael G. Martins2016-07-071-6/+0
| | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
* renderer: utils: fixed memory bugs found by clang static analyzerRafael G. Martins2016-07-051-6/+4
|
* content-parser: rewrote inline parser.Rafael G. Martins2016-06-291-0/+41
| | | | parser is stricter now, and won't produce invalid HTML anymore.
* moved squareball back to blogc source tree.Rafael G. Martins2016-04-271-0/+612
i don't have enough time to maintain a separated library at this point, and worry about soname bump, library stability, etc. all the code is trivial enough to be copied around, and all the utils are implemented as single file now, to make it easier to copy.