about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-02-08ui-stats: if we're going to abuse void*, do it safelyJason A. Donenfeld-10/+7
2016-02-08git: update to v2.7.1Christian Hesse-1/+1
2016-02-08ui-shared: remove cgit_print_date()John Keeping-21/+0
2016-02-08ui-atom: use show_date directly for atom datesJohn Keeping-2/+7
2016-02-08ui-shared: use show_date for footer timestampJohn Keeping-1/+1
2016-02-08ui: show ages in the originator's timezoneJohn Keeping-18/+18
2016-02-08ui-{commit,tag}: show dates in originator's timezoneJohn Keeping-3/+6
2016-02-08ui-shared: add cgit_date_mode()John Keeping-0/+10
2016-02-08parsing: add timezone to ident structuresJohn Keeping-4/+9
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping-9/+9
2016-01-18ui-tree: put reverse path in titleJason A. Donenfeld-0/+34
2016-01-18syntax-highlighting: always use utf-8 to avoid ascii codec issuesJason A. Donenfeld-0/+3
2016-01-17cache: don't check for match with no keyJohn Keeping-2/+3
2016-01-17cache: use size_t for string lengthsJohn Keeping-2/+2
2016-01-17ui-log: handle parse_commit() errorsJohn Keeping-1/+3
2016-01-14Bump versionJason A. Donenfeld-1/+1
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld-0/+29
2016-01-14ui-blob: set CSP just in caseJason A. Donenfeld-0/+3
2016-01-14ui-blob: always use generic mimetypesJason A. Donenfeld-6/+4
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld-4/+0
2016-01-14ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld-3/+32
2016-01-14ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld-1/+3
2016-01-14Fix missing prototype declarationsPeter Colberg-15/+15
2016-01-13ui-repolist: return HTTP 404 if no repositories foundPeter Colberg-3/+17
2016-01-13ui-repolist: extract repo visibility criteria to separate functionPeter Colberg-3/+10
2016-01-13Fix segmentation fault in hc()Lukas Fleischer-0/+3
2016-01-13git: update to v2.7.0Christian Hesse-26/+26
2016-01-13ui-repolist: initialize char *buf to NULLChristian Hesse-1/+1
2015-11-24filter: avoid integer overflow in authenticate_postJason A. Donenfeld-1/+1
2015-11-12about-formatting.sh: comment text out of dateJason A. Donenfeld-1/+1
2015-10-12filters: port syntax-highlighting.py to python 3.xChristian Hesse-10/+9
2015-10-12md2html: the default of stdin works fineJason A. Donenfeld-2/+1
2015-10-12filters: misc cleanupsJason A. Donenfeld-2/+1
2015-10-12md2html: use pure pythonJason A. Donenfeld-6/+9
2015-10-10cache: fix resource leak: close file handle before returnChristian Hesse-3/+9
2015-10-10ui-atom: fix resource leak: free allocation from cgit_pageurlChristian Hesse-1/+4
2015-10-10ui-atom: fix resource leak: free before returnChristian Hesse-1/+2
2015-10-10ui-atom: fix resource leak: free allocation from cgit_repourlChristian Hesse-1/+3
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse-0/+1
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse-0/+1
2015-10-09ui-plain: fix resource leak: free before assigning NULLChristian Hesse-1/+3
2015-10-09ui-plain: fix resource leak: free before returnChristian Hesse-0/+1
2015-10-09ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse-1/+3
2015-10-09ui-repolist: fix resource leak: free before returnChristian Hesse-1/+3
2015-10-09filters: Simplify convertersJason A. Donenfeld-1734/+284
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse-2/+3
2015-10-09ui-shared: return value of cgit_hosturl is not constChristian Hesse-4/+4
2015-10-09cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse-3/+7
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse-3/+8
2015-10-09ui-shared: return value of cgit_currenturl is not constChristian Hesse-3/+3