aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-10ui-atom: fix resource leak: free allocation from cgit_pageurlChristian Hesse1-1/+4
2015-10-10ui-atom: fix resource leak: free before returnChristian Hesse1-1/+2
2015-10-10ui-atom: fix resource leak: free allocation from cgit_repourlChristian Hesse1-1/+3
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09ui-plain: fix resource leak: free before assigning NULLChristian Hesse1-1/+3
2015-10-09ui-plain: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09ui-repolist: fix resource leak: free allocation from cgit_currenturlChristian Hesse1-1/+3
2015-10-09ui-repolist: fix resource leak: free before returnChristian Hesse1-1/+3
2015-10-09filters: Simplify convertersJason A. Donenfeld4-1734/+284
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse1-2/+3
2015-10-09ui-shared: return value of cgit_hosturl is not constChristian Hesse2-4/+4
2015-10-09cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse1-3/+7
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse1-3/+8
2015-10-09ui-shared: return value of cgit_currenturl is not constChristian Hesse2-3/+3
2015-10-09ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse1-5/+11
2015-10-09ui-ssdiff: fix resource leak: free allocation from cgit_fileurlChristian Hesse1-2/+6
2015-10-09ui-tree: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09Avoid use of non-reentrant functionsJason A. Donenfeld1-3/+3
2015-10-09Makefile: fix MAKEFLAGS tests with multiple flagsJohn Keeping1-1/+1
2015-10-09ui-refs: remove useless null checkJohn Keeping1-1/+1
2015-10-09ui-blob: remove useless null checkJohn Keeping1-1/+1
2015-10-09scan-tree: remove useless strdup()John Keeping1-1/+1
2015-10-09cgit.c: remove useless null checkJohn Keeping1-1/+1
2015-10-06git: update to v2.6.1Christian Hesse2-1/+1
2015-08-17mime: rewrite detection functionJason A. Donenfeld1-36/+26
2015-08-17ui-summary: send images plain for about pageChristian Hesse1-2/+13
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse3-51/+44
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse3-40/+42
2015-08-14cmd: fix command definitionJohn Keeping1-1/+1
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld3-20/+9
2015-08-14ui-shared: cache errors for "dynamic TTL"John Keeping1-0/+1
2015-08-14cmd: remove "want_layout" fieldJohn Keeping3-34/+24
2015-08-14tree: move layout into page functionJohn Keeping2-6/+19
2015-08-14tag: move layout into page functionJohn Keeping2-4/+11
2015-08-14summary: move layout into page functionJohn Keeping2-1/+3
2015-08-14stats: move layout into page functionJohn Keeping2-3/+7
2015-08-14refs: move layout to page functionJohn Keeping2-2/+3
2015-08-14log: move layout into page functionJohn Keeping2-2/+5
2015-08-14diff: move layout to page functionJohn Keeping2-6/+15
2015-08-14commit: move layout into page functionJohn Keeping2-3/+7
2015-08-14about: move layout into page functionsJohn Keeping3-4/+11
2015-08-14ui-shared: add cgit_print_layout_{start,end}()John Keeping2-0/+15
2015-08-14html: remove html_status()John Keeping2-8/+0
2015-08-14snapshot: don't reimplement cgit_print_error_page()John Keeping1-17/+4
2015-08-14snapshot: use cgit_print_error_page() for HTTP status codesJohn Keeping1-2/+4
2015-08-14patch: use cgit_print_error_page() for HTTP status codesJohn Keeping1-8/+8
2015-08-14blob: use cgit_print_error_page() to add HTTP headersJohn Keeping1-4/+8
2015-08-14snapshot: use cgit_print_error_page() instead of html_status()John Keeping1-1/+1
2015-08-14plain: use cgit_print_error_page() instead of html_status()John Keeping1-5/+5