aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parsing: use get_commit_buffer() in cgit_parse_commit()ch/cacheChristian Hesse2016-10-121-1/+1
* ui-blog: fix oid handlingChristian Hesse2016-10-121-5/+5
* shared: remove unused function strlpart()Christian Hesse2016-10-122-17/+0
* shared: remove unused function strrpart()Christian Hesse2016-10-122-16/+0
* ui-repolist: fix memory leakChristian Hesse2016-10-121-1/+3
* ui-repolist: fix memory leakChristian Hesse2016-10-071-1/+4
* git: update to v2.10.1Christian Hesse2016-10-042-1/+1
* ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-3/+3
* ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-6/+6
* ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-9/+9
* ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-5/+5
* ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-3/+3
* ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-11/+11
* ui-log: replace get_sha1() with get_oid()Christian Hesse2016-10-041-1/+1
* ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-4/+4
* ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-22/+22
* cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-4/+5
* git: update to v2.10.0Christian Hesse2016-09-049-62/+62
* git: update to v2.9.1Christian Hesse2016-07-122-1/+1
* css: consistent use of empty linesChristian Hesse2016-07-051-0/+6
* ui-log: color line changesChristian Hesse2016-07-052-1/+11
* git: update to v2.9.0Christian Hesse2016-06-172-1/+1
* git: update to v2.8.3Christian Hesse2016-05-202-1/+1
* git: update to v2.8.2Christian Hesse2016-05-123-2/+2
* css: use less blurry icon for external linkChristian Hesse2016-02-231-1/+2
* git: update to v2.7.2Christian Hesse2016-02-232-1/+1
* git: update to v2.7.1Christian Hesse2016-02-082-1/+1
* git: update to v2.7.0Christian Hesse2016-01-1313-26/+26
* ui-repolist: initialize char *buf to NULLChristian Hesse2016-01-131-1/+1
* filters: port syntax-highlighting.py to python 3.xChristian Hesse2015-10-121-10/+9
* cache: fix resource leak: close file handle before returnChristian Hesse2015-10-101-3/+9
* ui-atom: fix resource leak: free allocation from cgit_pageurlChristian Hesse2015-10-101-1/+4
* ui-atom: fix resource leak: free before returnChristian Hesse2015-10-101-1/+2
* ui-atom: fix resource leak: free allocation from cgit_repourlChristian Hesse2015-10-101-1/+3
* ui-blob: fix resource leak: free before returnChristian Hesse2015-10-101-0/+1
* ui-blob: fix resource leak: free before returnChristian Hesse2015-10-101-0/+1
* ui-plain: fix resource leak: free before assigning NULLChristian Hesse2015-10-091-1/+3
* ui-plain: fix resource leak: free before returnChristian Hesse2015-10-091-0/+1
* ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse2015-10-091-1/+3
* ui-repolist: fix resource leak: free before returnChristian Hesse2015-10-091-1/+3
* ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse2015-10-091-2/+3
* ui-shared: return value of cgit_hosturl is not constChristian Hesse2015-10-092-4/+4
* cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse2015-10-091-3/+7
* ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse2015-10-091-3/+8
* ui-shared: return value of cgit_currenturl is not constChristian Hesse2015-10-092-3/+3
* ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse2015-10-091-5/+11
* ui-ssdiff: fix resource leak: free allocation from cgit_fileurlChristian Hesse2015-10-091-2/+6
* ui-tree: fix resource leak: free before returnChristian Hesse2015-10-091-0/+1
* git: update to v2.6.1Christian Hesse2015-10-062-1/+1
* ui-summary: send images plain for about pageChristian Hesse2015-08-171-2/+13