aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-08-14tag: move layout into page functionGravatar John Keeping
2015-08-14summary: move layout into page functionGravatar John Keeping
2015-08-14stats: move layout into page functionGravatar John Keeping
2015-08-14refs: move layout to page functionGravatar John Keeping
2015-08-14log: move layout into page functionGravatar John Keeping
2015-08-14diff: move layout to page functionGravatar John Keeping
2015-08-14commit: move layout into page functionGravatar John Keeping
2015-08-14about: move layout into page functionsGravatar John Keeping
2015-08-14ui-shared: add cgit_print_layout_{start,end}()Gravatar John Keeping
2015-08-14html: remove html_status()Gravatar John Keeping
2015-08-14snapshot: don't reimplement cgit_print_error_page()Gravatar John Keeping
2015-08-14snapshot: use cgit_print_error_page() for HTTP status codesGravatar John Keeping
2015-08-14patch: use cgit_print_error_page() for HTTP status codesGravatar John Keeping
2015-08-14blob: use cgit_print_error_page() to add HTTP headersGravatar John Keeping
2015-08-14snapshot: use cgit_print_error_page() instead of html_status()Gravatar John Keeping
2015-08-14plain: use cgit_print_error_page() instead of html_status()Gravatar John Keeping
2015-08-14clone: use cgit_print_error_page() instead of html_status()Gravatar John Keeping
2015-08-14cgit: use cgit_print_error_page() where appropriateGravatar John Keeping
2015-08-14ui-shared: add cgit_print_error_page() functionGravatar John Keeping
2015-08-14ui-patch: make sure to send http headersGravatar Christian Hesse
2015-08-13Makefile: make "git/config.mak.uname" inclusion optionalGravatar John Keeping
2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeGravatar John Keeping
2015-08-13ui-shared: use common function in print_rel_date()Gravatar John Keeping
2015-08-13ui-shared: extract date formatting to a functionGravatar John Keeping
2015-08-13filter: don't use dlsym unnecessarilyGravatar John Keeping
2015-08-13ui-tree: use "sane" isgraph()Gravatar John Keeping
2015-08-13cgit.h: move stdbool.h from ui-shared.hGravatar John Keeping
2015-08-13cache.c: fix header orderGravatar John Keeping
2015-08-13configfile.c: don't include system headers directlyGravatar John Keeping
2015-08-13Remove redundant includesGravatar John Keeping
2015-08-13Makefile: include Git's config.mak.unameGravatar John Keeping