aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc
Commit message (Expand)AuthorAgeFilesLines
* renderer: fix a (very) unlikely segfault detected by scan-buildRafael G. Martins2018-12-201-2/+2
* *: update copyrightRafael G. Martins2018-10-1415-15/+15
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-206-14/+14
* blogc: loader: respect FILTER_PER_PAGE=0Rafael G. Martins2018-03-201-2/+2
* Revert "blogc: make: mkdir may raise ENOENT"Rafael G. Martins2018-02-251-1/+1
* blogc: make: mkdir may raise ENOENTRafael G. Martins2018-02-241-1/+1
* blogc: template: fixed commentRafael G. Martins2018-02-221-1/+3
* blogc: template parser refactoringRafael G. Martins2018-02-216-161/+164
* Allow lines starting with * or **baylej2017-10-251-7/+24
* loader: added FILTER_REVERSERafael G. Martins2017-07-251-1/+14
* allow source config keys without valueRafael G. Martins2017-06-281-3/+4
* Fix an issue when using imbricated if-else blocksbaylej2017-05-041-0/+3
* *: updated copyrightRafael G. Martins2017-02-2515-15/+15
* 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