aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-13ui-tree: use "sane" isgraph()John Keeping1-0/+3
2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping1-0/+2
2015-08-12log: allow users to follow a fileJohn Keeping1-0/+2
2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping1-0/+3
2015-08-12git: update to v2.5.0Christian Hesse1-1/+1
2015-01-29Add repo.hide and repo.ignoreLukas Fleischer1-0/+2
2014-12-24repolist: add owner-filterChris Burroughs1-1/+3
2014-12-13ui-diff: add "stat only" diff typeJohn Keeping1-1/+1
2014-12-13Change "ss" diff flag to an enumJohn Keeping1-3/+7
2014-02-20Add a cache-snapshot-ttl configuration variableLukas Fleischer1-0/+1
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld1-1/+6
2014-01-14filter: add support for email filterJason A. Donenfeld1-1/+3
2014-01-14filter: basic write hooking infrastructureJason A. Donenfeld1-1/+2
2014-01-14filter: allow for cleanup hook for filter typesJason A. Donenfeld1-0/+2
2014-01-14filter: add interface layerJohn Keeping1-0/+8
2014-01-14filter: add fprintf_filter functionJohn Keeping1-0/+1
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping1-1/+2
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld1-0/+1
2014-01-10filter: make exit status localJason A. Donenfeld1-1/+0
2013-08-12cache: document negative ttls and add about ttlJason A. Donenfeld1-0/+1
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld1-2/+2
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld1-0/+2
2013-04-08shared.c: add strbuf_ensure_endJohn Keeping1-0/+2
2013-04-08html.c: add various strbuf and varadic helpersJohn Keeping1-0/+3
2013-04-08Mark char* fields in struct cgit_page as constJohn Keeping1-6/+6
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping1-1/+2
2013-04-08Maŕk cgit_environment members constLukas Fleischer1-10/+10
2013-03-05Free reflists after usageLukas Fleischer1-0/+1
2013-03-02Update git to v1.7.7.7John Keeping1-0/+3
2013-02-01Make "owner" column on index page configurableFlorian Pritz1-0/+1
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek1-0/+2
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek1-0/+1
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld1-3/+2
2012-10-16ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld1-1/+1
2012-07-12ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld1-0/+2
2012-07-12scan-tree: Support gitweb.category.Jason A. Donenfeld1-0/+1
2012-07-12scan-tree: Support gitweb.description.Jason A. Donenfeld1-0/+1
2012-03-18Merge branch 'fh/mimetypes'Lars Hjemli1-0/+1
2012-03-18Merge branch 'lh/module-links'Lars Hjemli1-0/+1
2012-01-03Merge branch 'stable'Lars Hjemli1-0/+1
2012-01-03Fix diff mode switching when side-by-side-diffs=1Tim Chen1-0/+1
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts1-0/+1
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli1-0/+1
2011-06-14cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli1-0/+1
2011-06-14cgit.c: always setup cgit repo environment variablesLars Hjemli1-1/+3
2011-05-23Merge branch 'fh/filter-api'Lars Hjemli1-1/+5
2011-05-14Merge branch 'dm/disable-clone'Lars Hjemli1-0/+1
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts1-1/+1
2011-03-26new_filter: determine extra_args from filter typeFerry Huberts1-0/+4
2011-02-19Allow disabling of HTTP clone URLsDan McGee1-0/+1