aboutsummaryrefslogtreecommitdiffstats
path: root/filters/html-converters (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-17ui-log: handle parse_commit() errorsJohn Keeping1-1/+3
2016-01-14Bump versionv0.12Jason A. Donenfeld1-1/+1
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld5-0/+29
2016-01-14ui-blob: set CSP just in caseJason A. Donenfeld1-0/+3
2016-01-14ui-blob: always use generic mimetypesJason A. Donenfeld1-6/+4
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld3-4/+0
2016-01-14ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld3-3/+32
2016-01-14ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld1-1/+3
2016-01-14Fix missing prototype declarationsPeter Colberg6-15/+15
2016-01-13ui-repolist: return HTTP 404 if no repositories foundPeter Colberg1-3/+17
2016-01-13ui-repolist: extract repo visibility criteria to separate functionPeter Colberg1-3/+10
2016-01-13Fix segmentation fault in hc()Lukas Fleischer1-0/+3
2016-01-13git: update to v2.7.0Christian Hesse13-26/+26
2016-01-13ui-repolist: initialize char *buf to NULLChristian Hesse1-1/+1
2015-11-24filter: avoid integer overflow in authenticate_postJason A. Donenfeld1-1/+1
2015-11-12about-formatting.sh: comment text out of dateJason A. Donenfeld1-1/+1
2015-10-12filters: port syntax-highlighting.py to python 3.xChristian Hesse1-10/+9
2015-10-12md2html: the default of stdin works fineJason A. Donenfeld1-2/+1
2015-10-12filters: misc cleanupsJason A. Donenfeld2-2/+1
2015-10-12md2html: use pure pythonJason A. Donenfeld1-6/+9
2015-10-10cache: fix resource leak: close file handle before returnChristian Hesse1-3/+9
2015-10-10ui-atom: fix resource leak: free allocation from cgit_pageurlChristian Hesse1-1/+4
2015-10-10ui-atom: fix resource leak: free before returnChristian Hesse1-1/+2
2015-10-10ui-atom: fix resource leak: free allocation from cgit_repourlChristian Hesse1-1/+3
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09ui-plain: fix resource leak: free before assigning NULLChristian Hesse1-1/+3
2015-10-09ui-plain: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse1-1/+3
2015-10-09ui-repolist: fix resource leak: free before returnChristian Hesse1-1/+3
2015-10-09filters: Simplify convertersJason A. Donenfeld4-1734/+284
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse1-2/+3
2015-10-09ui-shared: return value of cgit_hosturl is not constChristian Hesse2-4/+4
2015-10-09cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse1-3/+7
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse1-3/+8
2015-10-09ui-shared: return value of cgit_currenturl is not constChristian Hesse2-3/+3
2015-10-09ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse1-5/+11
2015-10-09ui-ssdiff: fix resource leak: free allocation from cgit_fileurlChristian Hesse1-2/+6
2015-10-09ui-tree: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09Avoid use of non-reentrant functionsJason A. Donenfeld1-3/+3
2015-10-09Makefile: fix MAKEFLAGS tests with multiple flagsJohn Keeping1-1/+1
2015-10-09ui-refs: remove useless null checkJohn Keeping1-1/+1
2015-10-09ui-blob: remove useless null checkJohn Keeping1-1/+1
2015-10-09scan-tree: remove useless strdup()John Keeping1-1/+1
2015-10-09cgit.c: remove useless null checkJohn Keeping1-1/+1
2015-10-06git: update to v2.6.1Christian Hesse2-1/+1
2015-08-17mime: rewrite detection functionJason A. Donenfeld1-36/+26
2015-08-17ui-summary: send images plain for about pageChristian Hesse1-2/+13
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse3-51/+44
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse3-40/+42