aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cgit: use cgit_print_error_page() where appropriateJohn Keeping2015-08-141-20/+7
* ui-shared: add cgit_print_error_page() functionJohn Keeping2015-08-142-0/+16
* Makefile: make "git/config.mak.uname" inclusion optionalJohn Keeping2015-08-131-1/+1
* ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping2015-08-131-0/+4
* ui-shared: use common function in print_rel_date()John Keeping2015-08-131-10/+1
* ui-shared: extract date formatting to a functionJohn Keeping2015-08-131-4/+9
* filter: don't use dlsym unnecessarilyJohn Keeping2015-08-131-36/+42
* ui-tree: use "sane" isgraph()John Keeping2015-08-132-1/+3
* cgit.h: move stdbool.h from ui-shared.hJohn Keeping2015-08-132-2/+2
* cache.c: fix header orderJohn Keeping2015-08-131-3/+3
* configfile.c: don't include system headers directlyJohn Keeping2015-08-131-2/+1
* Remove redundant includesJohn Keeping2015-08-136-16/+0
* Makefile: include Git's config.mak.unameJohn Keeping2015-08-131-0/+1
* tests: allow shell to be overriddenJohn Keeping2015-08-131-1/+5
* ui-log: fix double countingJohn Keeping2015-08-121-2/+2
* log: allow users to follow a fileJohn Keeping2015-08-1210-18/+194
* shared: make cgit_diff_tree_cb publicJohn Keeping2015-08-122-2/+5
* contrib/hooks: add sample post-receive hook using agefileJohn Keeping2015-08-121-0/+19
* html: avoid using a plain integer as a NULL pointerJohn Keeping2015-03-091-22/+32
* cache: don't use an integer as a NULL pointerJohn Keeping2015-03-091-1/+1
* ui-shared: don't use an integer as a NULL pointerJohn Keeping2015-03-091-1/+1
* ui-shared: avoid initializing static variable to zeroJohn Keeping2015-03-091-1/+1
* ui-stats: make cgit_period definitions 'static const'John Keeping2015-03-092-8/+8
* ui-shared: make cgit_doctype 'static'John Keeping2015-03-091-1/+1
* ui-repolist: make sortcolumn definitions 'static const'John Keeping2015-03-091-2/+2
* ui-log: make some variables 'static'John Keeping2015-03-091-1/+1
* shared: make some variables 'static'John Keeping2015-03-091-2/+2
* scan-tree: make some variables 'static'John Keeping2015-03-091-2/+2
* Avoid signed bitfieldsJohn Keeping2015-03-092-3/+3
* Avoid non-ANSI function declarationsJohn Keeping2015-03-099-25/+25
* Makefile: add a target to run CGit through sparseJohn Keeping2015-03-092-1/+11
* cache: use F_SETLK to avoid stale lock filesJohn Keeping2015-03-031-1/+14
* tag: reference with "h" instead of "id"John Keeping2015-01-194-9/+8
* ui-diff: don't link to single file diff statJohn Keeping2014-12-301-0/+10
* ui-patch: match git-format-patch(1) outputJohn Keeping2014-12-282-3/+4
* t0108: modernize styleJohn Keeping2014-12-281-10/+10
* ui-shared: show absolute time in tooltip for relative datesJohn Keeping2014-12-231-12/+23
* ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping2014-12-231-0/+11
* ui-summary: add "rel='vcs-git'" to clone URL linksJohn Keeping2014-12-231-2/+4
* Extract clone URL printing to ui-shared.cJohn Keeping2014-12-233-46/+51
* ui-diff: add "stat only" diff typeJohn Keeping2014-12-132-1/+5
* Change "ss" diff flag to an enumJohn Keeping2014-12-134-14/+24
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-134-8/+8
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-135-13/+11
* git: update to v2.0.4John Keeping2014-08-072-1/+1
* ui-stats.c: set parent pointer to NULL after freeing itJohn Keeping2014-07-281-0/+1
* git: update to v2.0.3John Keeping2014-07-286-9/+7
* parsing.c: make commit buffer constJohn Keeping2014-07-281-4/+4
* ui-patch: Flush stdout after outputting dataJohn Keeping2014-06-281-0/+2
* ui-log: ignore unhandled argumentsJohn Keeping2014-06-281-3/+3