aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stats: move layout into page functionJohn Keeping2015-08-142-3/+7
* refs: move layout to page functionJohn Keeping2015-08-142-2/+3
* log: move layout into page functionJohn Keeping2015-08-142-2/+5
* diff: move layout to page functionJohn Keeping2015-08-142-6/+15
* commit: move layout into page functionJohn Keeping2015-08-142-3/+7
* about: move layout into page functionsJohn Keeping2015-08-143-4/+11
* ui-shared: add cgit_print_layout_{start,end}()John Keeping2015-08-142-0/+15
* html: remove html_status()John Keeping2015-08-142-8/+0
* snapshot: don't reimplement cgit_print_error_page()John Keeping2015-08-141-17/+4
* snapshot: use cgit_print_error_page() for HTTP status codesJohn Keeping2015-08-141-2/+4
* patch: use cgit_print_error_page() for HTTP status codesJohn Keeping2015-08-141-8/+8
* blob: use cgit_print_error_page() to add HTTP headersJohn Keeping2015-08-141-4/+8
* 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