aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* make: disable post listings if {atom_,}posts_per_page is 0Rafael G. Martins2018-06-103-50/+32
* make: test atom_posts_per_page = -1Rafael G. Martins2018-06-101-0/+15
* Revert "make: disable pagination rules if <= 0 posts per page"Rafael G. Martins2018-06-103-30/+54
* make: disable pagination rules if <= 0 posts per pageRafael G. Martins2018-06-093-54/+30
* make: fixed typo. `tags` rule was using `atom_posts_per_page`Rafael G. Martins2018-06-091-1/+1
* build: added arch to static-all tar file nameRafael G. Martins2018-06-021-1/+1
* build: fix static-all tar fileRafael G. Martins2018-06-021-1/+1
* build: added static-all targetRafael G. Martins2018-06-023-0/+22
* git-receiver: remover unused includesRafael G. Martins2018-05-311-4/+0
* git-receiver: allow users to define builds dirRafael G. Martins2018-05-318-18/+40
* git-receiver: allow users to define the htdocs symlink pathRafael G. Martins2018-05-312-22/+115
* git-receiver: centralize settings to reuse laterRafael G. Martins2018-05-309-106/+157
* git-receiver: allow users to change the base directoryRafael G. Martins2018-05-306-11/+31
* git-receiver: added support to use as an authorized_keys commmandRafael G. Martins2018-05-262-1/+20
* maint: download latest build by defaultRafael G. Martins2018-05-251-6/+21
* build: version bumpv0.13.6Rafael G. Martins2018-05-141-0/+3
* make: run the build rule before starting httpd for runserver ruleRafael G. Martins2018-05-141-0/+15
* make: improve blogc output formattingRafael G. Martins2018-05-141-31/+28
* build: version bumpv0.13.5Rafael G. Martins2018-05-141-0/+3
* make: updated man pageRafael G. Martins2018-05-141-3/+11
* Revert "make: trying to fix osx build due to lack of SIGRTMAX"Rafael G. Martins2018-05-131-8/+0
* make: simplified signal logicRafael G. Martins2018-05-132-11/+14
* make: trying to fix osx build due to lack of SIGRTMAXRafael G. Martins2018-05-131-0/+8
* make: added 'watch' rule. improved 'runserver' rule.Rafael G. Martins2018-05-136-71/+188
* runserver: do not ignore ctrl-c. move from signal() to sigaction()Rafael G. Martins2018-05-131-8/+5
* build: look for sys/wait globally, as it is used in commonRafael G. Martins2018-05-131-2/+2
* make: git-receiver: fixed conversion from wait status to status codeRafael G. Martins2018-05-136-6/+63
* build: use predefined yatr project variablesRafael G. Martins2018-05-103-14/+8
* Revert "build: introduced an unused variable to test clang-analyzer"Rafael G. Martins2018-05-071-3/+0
* build: travis: disable tests for dist-srpm and clang-analyzerRafael G. Martins2018-05-072-7/+10
* build: travis: install dependencies only for current targetRafael G. Martins2018-05-071-9/+34
* build: introduced an unused variable to test clang-analyzerRafael G. Martins2018-05-071-0/+3
* Revert "build: introduced a minor memory leak to test clang-analyzer"Rafael G. Martins2018-05-071-2/+2
* build: introduced a minor memory leak to test clang-analyzerRafael G. Martins2018-05-071-2/+2
* build: use yatrRafael G. Martins2018-05-0716-347/+148
* build: always add all prebuilt man pages to distRafael G. Martins2018-04-041-0/+4
* build: version bumpv0.13.4Rafael G. Martins2018-03-201-0/+3
* make: fixed pagination, added testsRafael G. Martins2018-03-202-2/+379
* make: allow to disable pagination by setting posts_per_page<0Rafael G. Martins2018-03-203-19/+30
* make: exec: always print stderr, if availableRafael G. Martins2018-03-201-7/+4
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-2014-26/+26
* blogc: loader: respect FILTER_PER_PAGE=0Rafael G. Martins2018-03-202-6/+8
* make: avoid infinite-loop if posts_per_page <= 0Rafael G. Martins2018-03-202-1/+5
* build: version bumpv0.13.3Rafael G. Martins2018-03-141-0/+3
* travis: remove commentRafael G. Martins2018-03-141-1/+0
* Revert "Revert "make: fixed context reloading""Rafael G. Martins2018-03-143-12/+12
* travis: use local vars inside functionsRafael G. Martins2018-03-143-22/+22
* travis: do not run test-suite for clang-analyzerRafael G. Martins2018-03-141-1/+2
* travis: set extract=true when uploading reportsRafael G. Martins2018-03-142-0/+13
* travis: return build errors on exitRafael G. Martins2018-03-141-0/+2