aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-10-09ui-shared: fix resource leak: free allocation from cgit_fileurlGravatar Christian Hesse
2015-10-09ui-ssdiff: fix resource leak: free allocation from cgit_fileurlGravatar Christian Hesse
2015-10-09ui-tree: fix resource leak: free before returnGravatar Christian Hesse
2015-10-09Avoid use of non-reentrant functionsGravatar Jason A. Donenfeld
2015-10-09Makefile: fix MAKEFLAGS tests with multiple flagsGravatar John Keeping
2015-10-09ui-refs: remove useless null checkGravatar John Keeping
2015-10-09ui-blob: remove useless null checkGravatar John Keeping
2015-10-09scan-tree: remove useless strdup()Gravatar John Keeping
2015-10-09cgit.c: remove useless null checkGravatar John Keeping
2015-10-06git: update to v2.6.1Gravatar Christian Hesse
2015-08-17mime: rewrite detection functionGravatar Jason A. Donenfeld
2015-08-17ui-summary: send images plain for about pageGravatar Christian Hesse
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Gravatar Christian Hesse
2015-08-17move get_mimetype_from_file() to sharedGravatar Christian Hesse
2015-08-14cmd: fix command definitionGravatar John Keeping
2015-08-14cmd: no need for pre function hook nowGravatar Jason A. Donenfeld
2015-08-14ui-shared: cache errors for "dynamic TTL"Gravatar John Keeping
2015-08-14cmd: remove "want_layout" fieldGravatar John Keeping
2015-08-14tree: move layout into page functionGravatar John Keeping