aboutsummaryrefslogtreecommitdiffstats
path: root/shared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared: fix bad free in cgit_diff_treeJune McEnroe2022-12-191-7/+5
* ui-tree: allow per repository override for enable-blameChristian Hesse2019-06-251-0/+1
* git: update to v2.20.0Christian Hesse2018-12-091-1/+1
* git: update to v2.19.1Christian Hesse2018-10-121-1/+1
* Fix gcc 8.1.1 compiler warningsJason A. Donenfeld2018-07-041-3/+4
* extra-head-content: introduce another option for meta tagsJason A. Donenfeld2018-07-031-0/+1
* git: update to v2.18.0Christian Hesse2018-06-271-1/+1
* snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse2018-06-271-1/+1
* snapshot: support special value 'all' to enable all formatsChristian Hesse2018-06-271-0/+3
* git: update to v2.16.0Christian Hesse2018-01-191-1/+1
* git: update to v2.14Jeff Smith2017-08-101-3/+3
* git: update to v2.13.4Christian Hesse2017-08-101-1/+3
* shared: remove unused function strlpart()Christian Hesse2016-10-121-16/+0
* shared: remove unused function strrpart()Christian Hesse2016-10-121-15/+0
* shared: make cgit_free_taginfo() publicJohn Keeping2016-10-011-1/+1
* shared: remove return value from cgit_free_commitinfo()John Keeping2016-10-011-2/+1
* git: update to v2.10.0Christian Hesse2016-09-041-14/+14
* ui-shared: add homepage to tabsJason A. Donenfeld2016-02-221-0/+1
* ui-plain: add enable-html-serving flagJason A. Donenfeld2016-01-141-0/+1
* git: update to v2.7.0Christian Hesse2016-01-131-2/+2
* Avoid use of non-reentrant functionsJason A. Donenfeld2015-10-091-3/+3
* mime: rewrite detection functionJason A. Donenfeld2015-08-171-36/+26
* refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse2015-08-171-28/+37
* move get_mimetype_from_file() to sharedChristian Hesse2015-08-171-0/+40
* Remove redundant includesJohn Keeping2015-08-131-1/+0
* shared: make cgit_diff_tree_cb publicJohn Keeping2015-08-121-2/+2
* git: update to v2.5.0Christian Hesse2015-08-121-4/+4
* shared: make some variables 'static'John Keeping2015-03-091-2/+2
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-291-0/+3
* repolist: add owner-filterChris Burroughs2014-12-231-0/+1
* diffstat: do not rely on uninitialized dataJason A. Donenfeld2014-02-201-0/+1
* filter: add support for email filterJason A. Donenfeld2014-01-141-0/+1
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-101-35/+0
* filter: make exit status localJason A. Donenfeld2014-01-101-3/+4
* Refactor cgit_parse_snapshots_mask()Lukas Fleischer2014-01-101-11/+12
* Disallow use of undocumented snapshot delimitersLukas Fleischer2014-01-101-1/+1
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* shared.c: use die_errno() where appropriateJohn Keeping2013-05-221-5/+4
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-101-0/+1
* shared.c: add strbuf_ensure_endJohn Keeping2013-04-081-0/+6
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-081-0/+15
* Free reflists after usageLukas Fleischer2013-03-041-0/+36
* Mark several functions/variables staticLukas Fleischer2013-03-041-6/+6
* White space around control verbs.Jason A. Donenfeld2013-03-041-4/+4
* Fix several whitespace errorsLukas Fleischer2013-03-041-7/+7
* Update git to v1.7.5.4John Keeping2013-03-021-5/+5
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-171-0/+1
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-171-1/+2
* Merge branch 'jp/defbranch'Lars Hjemli2012-03-181-1/+0
|\
| * Only guess default branch when a repo page is requestedLars Hjemli2011-06-201-1/+0