aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc
Commit message (Expand)AuthorAgeFilesLines
...
* content-parser: source-parser: rename TITLE to FIRST_HEADERRafael G. Martins2017-02-153-13/+13
* content-parser: html-encode pre-defined title. updated man pagesRafael G. Martins2017-02-151-1/+1
* content-parser: source-parser: extract TITLE from content headerRafael G. Martins2017-02-143-5/+21
* make-embedded: removed symlink support from blogc binaryRafael G. Martins2017-01-301-8/+3
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-4/+42
* *: binaries should always return 3 on errors, for consistency.Rafael G. Martins2016-12-261-10/+10
* blogc: common: git-receiver: improved error handlingRafael G. Martins2016-12-231-0/+5
* fixed includesRafael G. Martins2016-11-191-1/+0
* blogc: added more parenthesis to make gcc happy. trying to fix travisRafael G. Martins2016-10-151-1/+1
* blogc: we still need to strip newlines from end of lineRafael G. Martins2016-10-151-1/+8
* blogc: do not strip spaces, they are valid in file namesRafael G. Martins2016-10-151-4/+3
* blogc: add cli option to read list of source files from stdinRafael G. Martins2016-10-151-2/+27
* runserver: blogc/loader: improve strto*l handlingRafael G. Martins2016-10-141-3/+15
* renderer: fixed strtol error detection bug in freebsdRafael G. Martins2016-10-131-6/+5
* *: fixed includesRafael G. Martins2016-10-071-1/+0
* runserver: reimplemented http server without libeventRafael G. Martins2016-09-251-2/+2
* error: added prefix support to bc_error_printRafael G. Martins2016-09-162-3/+3
* blogc: common: moved "file" to commonRafael G. Martins2016-09-093-92/+3
* file: do not call fprintf directlyRafael G. Martins2016-09-093-19/+7
* s/blogc_utf8_/bc_utf8_/gRafael G. Martins2016-09-092-3/+3
* *: centralize error handlingRafael G. Martins2016-09-0914-79/+3
* *: moved error handling to src/common/Rafael G. Martins2016-09-0316-275/+178
* *: s/sb_/bc_/gRafael G. Martins2016-09-0315-328/+328
* *: big code reorganization.Rafael G. Martins2016-09-0319-0/+4041