aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* snapshot: use cgit_print_error_page() instead of html_status()John Keeping2015-08-141-1/+1
* plain: use cgit_print_error_page() instead of html_status()John Keeping2015-08-141-5/+5
* clone: use cgit_print_error_page() instead of html_status()John Keeping2015-08-141-5/+5
* 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
* ui-patch: make sure to send http headersChristian Hesse2015-08-141-0/+4
* 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
* redirect: cleanlinessJason A. Donenfeld2015-08-131-2/+1
* redirect: be more careful for different cgi setupsJason A. Donenfeld2015-08-131-1/+4
* 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
* t0110: Chain together using &&Jason A. Donenfeld2015-08-121-8/+8
* about: always ensure page has a trailing slashJason A. Donenfeld2015-08-125-2/+26
* filters: apply HTML escapingLazaros Koromilas2015-08-121-1/+1
* git: update to v2.5.0Christian Hesse2015-08-128-14/+14
* Fix processing of repo.hide and repo.ignoreDaniel Reichelt2015-08-121-4/+4
* contrib/hooks: add sample post-receive hook using agefileJohn Keeping2015-08-121-0/+19
* git: update to v2.4.1Christian Hesse2015-05-142-1/+1
* ui-shared: allow remote refs in branch switcherChristian Hesse2015-03-181-0/+2
* git: update to v2.3.3Christian Hesse2015-03-142-1/+1
* Bump versionv0.11.2Jason A. Donenfeld2015-03-131-1/+1
* Remove no-op link from submodule entriesLukas Fleischer2015-03-132-18/+25
* filters: Add sample gentoo scriptJason A. Donenfeld2015-03-131-0/+320
* cgit: remember to set up env vars before empty clone pathJason A. Donenfeld2015-03-091-0/+1
* ui-shared: currenturl should take into account leading slashJason A. Donenfeld2015-03-091-1/+5
* 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