aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-08-13tests: allow shell to be overriddenGravatar John Keeping
2015-08-13redirect: cleanlinessGravatar Jason A. Donenfeld
2015-08-13redirect: be more careful for different cgi setupsGravatar Jason A. Donenfeld
2015-08-12ui-log: fix double countingGravatar John Keeping
2015-08-12log: allow users to follow a fileGravatar John Keeping
2015-08-12shared: make cgit_diff_tree_cb publicGravatar John Keeping
2015-08-12t0110: Chain together using &&Gravatar Jason A. Donenfeld
2015-08-12about: always ensure page has a trailing slashGravatar Jason A. Donenfeld
2015-08-12filters: apply HTML escapingGravatar Lazaros Koromilas
2015-08-12git: update to v2.5.0Gravatar Christian Hesse
2015-08-12Fix processing of repo.hide and repo.ignoreGravatar Daniel Reichelt
2015-08-12contrib/hooks: add sample post-receive hook using agefileGravatar John Keeping
2015-05-14git: update to v2.4.1Gravatar Christian Hesse
2015-03-18ui-shared: allow remote refs in branch switcherGravatar Christian Hesse
2015-03-14git: update to v2.3.3Gravatar Christian Hesse
2015-03-13Bump versionGravatar Jason A. Donenfeld
2015-03-13Remove no-op link from submodule entriesGravatar Lukas Fleischer
2015-03-13filters: Add sample gentoo scriptGravatar Jason A. Donenfeld
2015-03-09cgit: remember to set up env vars before empty clone pathGravatar Jason A. Donenfeld
2015-03-09ui-shared: currenturl should take into account leading slashGravatar Jason A. Donenfeld
2015-03-09html: avoid using a plain integer as a NULL pointerGravatar John Keeping
2015-03-09cache: don't use an integer as a NULL pointerGravatar John Keeping
2015-03-09ui-shared: don't use an integer as a NULL pointerGravatar John Keeping
2015-03-09ui-shared: avoid initializing static variable to zeroGravatar John Keeping
2015-03-09ui-stats: make cgit_period definitions 'static const'Gravatar John Keeping
2015-03-09ui-shared: make cgit_doctype 'static'Gravatar John Keeping
2015-03-09ui-repolist: make sortcolumn definitions 'static const'Gravatar John Keeping
2015-03-09ui-log: make some variables 'static'Gravatar John Keeping
2015-03-09shared: make some variables 'static'Gravatar John Keeping
2015-03-09scan-tree: make some variables 'static'Gravatar John Keeping
2015-03-09Avoid signed bitfieldsGravatar John Keeping
2015-03-09Avoid non-ANSI function declarationsGravatar John Keeping
2015-03-09Makefile: add a target to run CGit through sparseGravatar John Keeping
2015-03-07git: update to v2.3.2Gravatar Christian Hesse
2015-03-05Bump versionGravatar Jason A. Donenfeld
2015-03-05Drop return value from parse_user()Gravatar Lukas Fleischer
2015-03-05Remove leading newline characters from tag messagesGravatar Lukas Fleischer
2015-03-05simple-authentication.lua: tie secure cookies to field namesGravatar Jason A. Donenfeld
2015-03-05cgit: show clone URLs for empty repoGravatar Jason A. Donenfeld
2015-03-03cache: use F_SETLK to avoid stale lock filesGravatar John Keeping