aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-08ui-stats: if we're going to abuse void*, do it safelyGravatar Jason A. Donenfeld
2016-02-08git: update to v2.7.1Gravatar Christian Hesse
2016-02-08ui-shared: remove cgit_print_date()Gravatar John Keeping
2016-02-08ui-atom: use show_date directly for atom datesGravatar John Keeping
2016-02-08ui-shared: use show_date for footer timestampGravatar John Keeping
2016-02-08ui: show ages in the originator's timezoneGravatar John Keeping
2016-02-08ui-{commit,tag}: show dates in originator's timezoneGravatar John Keeping
2016-02-08ui-shared: add cgit_date_mode()Gravatar John Keeping
2016-02-08parsing: add timezone to ident structuresGravatar John Keeping
2016-02-08ui-shared: remove "format" from cgit_print_age()Gravatar John Keeping
2016-01-18ui-tree: put reverse path in titleGravatar Jason A. Donenfeld
2016-01-18syntax-highlighting: always use utf-8 to avoid ascii codec issuesGravatar Jason A. Donenfeld
2016-01-17cache: don't check for match with no keyGravatar John Keeping
2016-01-17cache: use size_t for string lengthsGravatar John Keeping
2016-01-17ui-log: handle parse_commit() errorsGravatar John Keeping
2016-01-14Bump versionGravatar Jason A. Donenfeld
2016-01-14ui-plain: add enable-html-serving flagGravatar Jason A. Donenfeld
2016-01-14ui-blob: set CSP just in caseGravatar Jason A. Donenfeld
2016-01-14ui-blob: always use generic mimetypesGravatar Jason A. Donenfeld
2016-01-14ui-blob: Do not accept mimetype from userGravatar Jason A. Donenfeld
2016-01-14ui-shared: prevent malicious filename from injecting headersGravatar Jason A. Donenfeld
2016-01-14ui-shared: Avoid new line injection into redirect headerGravatar Jason A. Donenfeld
2016-01-14Fix missing prototype declarationsGravatar Peter Colberg
2016-01-13ui-repolist: return HTTP 404 if no repositories foundGravatar Peter Colberg
2016-01-13ui-repolist: extract repo visibility criteria to separate functionGravatar Peter Colberg
2016-01-13Fix segmentation fault in hc()Gravatar Lukas Fleischer
2016-01-13git: update to v2.7.0Gravatar Christian Hesse
2016-01-13ui-repolist: initialize char *buf to NULLGravatar Christian Hesse
2015-11-24filter: avoid integer overflow in authenticate_postGravatar Jason A. Donenfeld
2015-11-12about-formatting.sh: comment text out of dateGravatar Jason A. Donenfeld
2015-10-12filters: port syntax-highlighting.py to python 3.xGravatar Christian Hesse
2015-10-12md2html: the default of stdin works fineGravatar Jason A. Donenfeld
2015-10-12filters: misc cleanupsGravatar Jason A. Donenfeld
2015-10-12md2html: use pure pythonGravatar Jason A. Donenfeld
2015-10-10cache: fix resource leak: close file handle before returnGravatar Christian Hesse
2015-10-10ui-atom: fix resource leak: free allocation from cgit_pageurlGravatar Christian Hesse
2015-10-10ui-atom: fix resource leak: free before returnGravatar Christian Hesse
2015-10-10ui-atom: fix resource leak: free allocation from cgit_repourlGravatar Christian Hesse
2015-10-10ui-blob: fix resource leak: free before returnGravatar Christian Hesse
2015-10-10ui-blob: fix resource leak: free before returnGravatar Christian Hesse
2015-10-09ui-plain: fix resource leak: free before assigning NULLGravatar Christian Hesse
2015-10-09ui-plain: fix resource leak: free before returnGravatar Christian Hesse
2015-10-09ui-repolist: fix resource leak: free allocation from cgit_currenturlGravatar Christian Hesse
2015-10-09ui-repolist: fix resource leak: free before returnGravatar Christian Hesse
2015-10-09filters: Simplify convertersGravatar Jason A. Donenfeld
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlGravatar Christian Hesse
2015-10-09ui-shared: return value of cgit_hosturl is not constGravatar Christian Hesse
2015-10-09cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocGravatar Christian Hesse
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturlGravatar Christian Hesse
2015-10-09ui-shared: return value of cgit_currenturl is not constGravatar Christian Hesse