aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-runserver.c
Commit message (Collapse)AuthorAgeFilesLines
* *: big code reorganization.Rafael G. Martins2016-09-031-386/+0
| | | | | | | - source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common
* runserver: removed uneeded struct declRafael G. Martins2016-07-071-3/+0
|
* *: fixed includesRafael G. Martins2016-07-071-3/+3
| | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
* blogc-runserver: import external tool to blogc repositoryRafael G. Martins2016-04-271-0/+389
still in the effort to reduce maintenance work, I'm importing blogc-runserver tool to the main blogc repository. the tool is build by default, if needed headers and libraries are found.