about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2015-10-09ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse-5/+11
2015-10-09ui-ssdiff: fix resource leak: free allocation from cgit_fileurlChristian Hesse-2/+6
2015-10-09ui-tree: fix resource leak: free before returnChristian Hesse-0/+1
2015-10-09Avoid use of non-reentrant functionsJason A. Donenfeld-3/+3
2015-10-09Makefile: fix MAKEFLAGS tests with multiple flagsJohn Keeping-1/+1
2015-10-09ui-refs: remove useless null checkJohn Keeping-1/+1
2015-10-09ui-blob: remove useless null checkJohn Keeping-1/+1
2015-10-09scan-tree: remove useless strdup()John Keeping-1/+1
2015-10-09cgit.c: remove useless null checkJohn Keeping-1/+1
2015-10-06git: update to v2.6.1Christian Hesse-1/+1
2015-08-17mime: rewrite detection functionJason A. Donenfeld-36/+26
2015-08-17ui-summary: send images plain for about pageChristian Hesse-2/+13
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse-51/+44
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse-40/+42
2015-08-14cmd: fix command definitionJohn Keeping-1/+1
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld-20/+9
2015-08-14ui-shared: cache errors for "dynamic TTL"John Keeping-0/+1
2015-08-14cmd: remove "want_layout" fieldJohn Keeping-34/+24
2015-08-14tree: move layout into page functionJohn Keeping-6/+19
2015-08-14tag: move layout into page functionJohn Keeping-4/+11
2015-08-14summary: move layout into page functionJohn Keeping-1/+3
2015-08-14stats: move layout into page functionJohn Keeping-3/+7
2015-08-14refs: move layout to page functionJohn Keeping-2/+3
2015-08-14log: move layout into page functionJohn Keeping-2/+5
2015-08-14diff: move layout to page functionJohn Keeping-6/+15