aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
AgeCommit message (Expand)Author
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld
2016-02-08ui-atom: avoid DATE_STRFTIMEJohn Keeping
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping
2016-02-08parsing: add timezone to ident structuresJohn Keeping
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse
2015-08-13ui-tree: use "sane" isgraph()John Keeping
2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping
2015-08-12log: allow users to follow a fileJohn Keeping
2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping
2015-08-12git: update to v2.5.0Christian Hesse
2015-01-29Add repo.hide and repo.ignoreLukas Fleischer
2014-12-23repolist: add owner-filterChris Burroughs
2014-12-13ui-diff: add "stat only" diff typeJohn Keeping
2014-12-13Change "ss" diff flag to an enumJohn Keeping
2014-02-20Add a cache-snapshot-ttl configuration variableLukas Fleischer
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-14filter: add support for email filterJason A. Donenfeld
2014-01-14filter: basic write hooking infrastructureJason A. Donenfeld
2014-01-14filter: allow for cleanup hook for filter typesJason A. Donenfeld
2014-01-14filter: add interface layerJohn Keeping
2014-01-14filter: add fprintf_filter functionJohn Keeping
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping
2014-01-10filter: split filter functions into their own fileJason A. Donenfeld
2014-01-10filter: make exit status localJason A. Donenfeld
2013-08-12cache: document negative ttls and add about ttlJason A. Donenfeld
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld
2013-04-08shared.c: add strbuf_ensure_endJohn Keeping
2013-04-08html.c: add various strbuf and varadic helpersJohn Keeping
2013-04-08Mark char* fields in struct cgit_page as constJohn Keeping
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping
2013-04-08Maŕk cgit_environment members constLukas Fleischer
2013-03-04Free reflists after usageLukas Fleischer
2013-03-02Update git to v1.7.7.7John Keeping
2013-02-01Make "owner" column on index page configurableFlorian Pritz
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld
2012-10-16ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld
2012-07-12ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld
2012-07-12scan-tree: Support gitweb.category.Jason A. Donenfeld
2012-07-12scan-tree: Support gitweb.description.Jason A. Donenfeld
2012-03-18Merge branch 'fh/mimetypes'Lars Hjemli
2012-03-18Merge branch 'lh/module-links'Lars Hjemli
2012-01-03Merge branch 'stable'Lars Hjemli
2012-01-03Fix diff mode switching when side-by-side-diffs=1Tim Chen
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts