aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-19js: add dynamic age updateAndy Green1-0/+1
2022-12-19config: add jsAndy Green1-0/+1
2022-12-19css: change to be a listAndy Green1-1/+1
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse1-3/+3
2020-10-19git: update to v2.29.0Christian Hesse1-1/+1
2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse1-0/+1
2018-10-12git: update to v2.19.1Christian Hesse1-0/+1
2018-07-03extra-head-content: introduce another option for meta tagsJason A. Donenfeld1-0/+1
2018-06-27global: remove functionality we deprecated for cgit v1.0Christian Hesse1-3/+0
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse1-1/+3
2018-06-27snapshot: support archive signaturesJohn Keeping1-0/+2
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping1-0/+1
2017-10-14filter: pipe_fh should be localJason A. Donenfeld1-1/+0
2017-10-03ui-blame: add blame UIJeff Smith1-0/+1
2016-10-12shared: remove unused function strlpart()Christian Hesse1-1/+0
2016-10-12shared: remove unused function strrpart()Christian Hesse1-1/+0
2016-10-01shared: make cgit_free_taginfo() publicJohn Keeping1-0/+1
2016-10-01shared: remove return value from cgit_free_commitinfo()John Keeping1-1/+1
2016-09-04git: update to v2.10.0Christian Hesse1-4/+4
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld1-0/+1
2016-02-08ui-atom: avoid DATE_STRFTIMEJohn Keeping1-5/+0
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping1-2/+0
2016-02-08parsing: add timezone to ident structuresJohn Keeping1-0/+3
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld1-0/+2
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld1-1/+0
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse1-1/+1
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse1-0/+2
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-23repolist: 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-04Free 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-13cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli1-0/+1
2011-06-13cgit.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
2011-02-19Merge branch 'br/misc'Lars Hjemli1-0/+2
2011-02-19implement repo.logo and repo.logo-linkBernhard Reutner-Fischer1-0/+2
2011-02-19Merge branch 'jh/scan-path'Lars Hjemli1-0/+1
2011-02-19scan_path(): Do not recurse into hidden directories by defaultJohan Herland1-0/+1
2010-11-16ui-log: Implement support for commit graphsJohan Herland1-0/+3
2010-11-09ui-log: Fix filecount/linecount when path limit is in effectJohan Herland1-1/+2
2010-11-08Add `strict-export` optionFelix Hanley1-0/+1
2010-09-19Merge branch 'ml/bugfix'Lars Hjemli1-0/+1
2010-09-19Merge branch 'lh/section-from-path'Lars Hjemli1-0/+1
2010-09-04use __attribute__ to catch printf format mistakesMark Lodato1-0/+1
2010-08-22Add support for 'section-from-path' optionLars Hjemli1-0/+1
2010-08-22Add support for "readme" optionLars Hjemli1-0/+1
2010-08-04Merge branch 'jd/gitolite'Lars Hjemli1-0/+3
2010-08-04ui-commit: Display git notes when presentJeff Smith1-0/+1
2010-08-04Add support for 'enable-gitweb-owner' optionJason A. Donenfeld1-0/+1
2010-08-04Add support for 'remove-suffix' optionJason A. Donenfeld1-0/+1
2010-08-04Add support for 'project-list' optionJason A. Donenfeld1-0/+1
2010-07-18Merge branch 'jh/ignorews'Lars Hjemli1-2/+4
2010-07-18Merge branch 'lh/macros'Lars Hjemli1-0/+2
2010-07-18Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland1-2/+4
2010-06-22Merge branch 'jh/context-lines'Lars Hjemli1-1/+2
2010-06-22Merge branch 'jh/path-limit'Lars Hjemli1-0/+1
2010-06-19Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland1-1/+2
2010-06-19Merge branch 'ag/atom-fixes'Lars Hjemli1-0/+2
2010-06-19struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland1-0/+1
2010-03-22Add 'max-atom-items' config variableAaron Griffin1-0/+1
2010-03-22Add all=1 query param for atom feedsAaron Griffin1-0/+1
2010-03-22Add support for environment variable expansionLars Hjemli1-0/+2
2010-02-27Optionally generate verbose parent linksLars Hjemli1-0/+2
2009-12-08Merge branch 'lh/remote-branches'Lars Hjemli1-0/+2
2009-12-08Merge branch 'ro/ssdiff'Lars Hjemli1-0/+2
2009-11-28"max-blob-size" config var to limit generated HTML sizeGeorg Lukas1-0/+1
2009-11-07Add support for remote branchesLars Hjemli1-0/+2
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony1-0/+2
2009-09-13Merge branch 'lh/repo-scan'Lars Hjemli1-2/+7
2009-08-24Add config option 'enable-filter-overrides'Lars Hjemli1-0/+1
2009-08-24Add support for repo-local cgitrc fileLars Hjemli1-0/+3
2009-08-24Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli1-2/+2
2009-08-24cgit.c: add support for caching autodetected repositoriesLars Hjemli1-0/+1
2009-08-21Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli1-1/+1
2009-08-21Add 'linenumbers' config optionFlorian Pritz1-0/+1
2009-08-18Add and use a common readfile() functionLars Hjemli1-0/+1
2009-08-10ui-shared: add support for NO_HTTP=1/--nohttpLars Hjemli1-0/+1
2009-08-10Cleanup handling of environment variablesLars Hjemli1-0/+13
2009-08-09Merge branch 'lh/about'Lars Hjemli1-0/+2
2009-08-09Merge branch 'lh/plugins'Lars Hjemli1-0/+16
2009-08-09Merge branch 'lh/mimetypes'Lars Hjemli1-0/+2
2009-08-09Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli1-0/+2
2009-08-09Add support for repo.commit-filter and repo.source-filterLars Hjemli1-9/+11
2009-08-08Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki1-0/+1
2009-07-31ui-commit: add support for 'commit-filter' optionLars Hjemli1-0/+1
2009-07-31ui-tree: add support for source-filter optionLars Hjemli1-0/+1
2009-07-31Add generic filter/plugin infrastructureLars Hjemli1-0/+12
2009-07-25Add support for mime type registration and lookupLars Hjemli1-0/+2
2009-07-25Merge branch 'lh/embedded'Lars Hjemli1-0/+2
2009-07-25cgit.h: keep config flags sortedLars Hjemli1-2/+2
2009-07-25Add support for 'noheader' optionLars Hjemli1-0/+1
2009-07-25Merge branch 'ml/head-include'Lars Hjemli1-0/+1
2009-07-25Merge branch 'plain-etag'Lars Hjemli1-0/+1
2009-06-07Return http statuscode 404 on unknown branchLars Hjemli1-0/+2
2009-06-07Add head-include configuration option.Mark Lodato1-0/+1
2009-02-19Add support for ETag in 'plain' viewLars Hjemli1-0/+1
2009-02-02Add support for an 'embedded' option in cgitrcLars Hjemli1-0/+1
2009-02-01Merge branch 'lh/binary'Lars Hjemli1-1/+3
2009-01-31Handle binary files in diffsLars Hjemli1-1/+3
2009-01-29Add support for a custom headerLars Hjemli1-0/+1
2009-01-27Merge branch 'lh/stats'Lars Hjemli1-0/+3
2008-12-07ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli1-2/+2
2008-12-06Add a 'stats' page to each repoLars Hjemli1-0/+3
2008-12-06Merge branch 'full-log'Lars Hjemli1-0/+1
2008-12-06Merge branch 'lh/sort-repolist'Lars Hjemli1-0/+2
2008-12-03Extra cygwin-specific changesRamsay Jones1-6/+0
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-0/+1
2008-11-29ui-repolist: implement lazy caching of repo->mtimeLars Hjemli1-0/+1
2008-11-29Add support for sorting by Age in the repolistBenjamin Close1-0/+1
2008-10-11Add cgit_query.nohead flagLars Hjemli1-0/+1
2008-09-15Teach cgit how to use PATH_INFOLars Hjemli1-0/+1
2008-09-15parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli1-1/+1
2008-09-01Merge branch 'lh/plain'Lars Hjemli1-0/+1
2008-08-06Implement plain viewLars Hjemli1-0/+1
2008-08-01Add atom-supportLars Hjemli1-0/+1
2008-08-01Added `local-time` option to cgitrcStefan Naewe1-1/+2
2008-07-19Add a favicon option to cgitrcLars Hjemli1-0/+1
2008-06-26Add support for including a footer on all pagesLars Hjemli1-0/+1
2008-06-24allow specification of directly linked blobs mimetypesMichael Krelin1-0/+1
2008-05-03Add a pager on the repolistLars Hjemli1-0/+1
2008-05-03Merge branch 'lh/cache'Lars Hjemli1-0/+1
2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli1-0/+1
2008-04-29Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli1-0/+1
2008-04-28Redesign the caching layerLars Hjemli1-0/+1
2008-04-13Make repository search case insensitiveLars Hjemli1-0/+7
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli1-2/+0
2008-03-28Move function for configfile parsing into configfile.[ch]Lars Hjemli1-1/+0
2008-03-27Add cache.hLars Hjemli1-14/+0
2008-03-25Remove global and obsolete cgit_cmdLars Hjemli1-1/+0
2008-03-24Move non-generic functions from shared.c to cgit.cLars Hjemli1-3/+1
2008-03-24Add ui-shared.hLars Hjemli1-32/+0
2008-03-24Add separate header-files for each page/viewLars Hjemli1-17/+0
2008-03-24Refactor snapshot supportLars Hjemli1-0/+8
2008-03-24Add command dispatcherLars Hjemli1-14/+0
2008-03-24Remove obsolete cacheitem parameter to ui-functionsLars Hjemli1-6/+6
2008-03-24Add struct cgit_page to cgit_contextLars Hjemli1-5/+13
2008-03-18Introduce html.hLars Hjemli1-14/+1
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-6/+6
2008-02-16Add all config variables into struct cgit_contextLars Hjemli1-35/+37
2008-02-16Introduce struct cgit_contextLars Hjemli1-14/+21
2007-12-11Add plain patch viewLars Hjemli1-0/+2
2007-12-03Add support for automatic and custom clone urlsLars Hjemli1-0/+2
2007-11-11Add support for "robots" meta-tagLars Hjemli1-0/+1
2007-11-05Use utf8::reencode_string from gitLars Hjemli1-0/+1
2007-11-05Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault1-0/+6
2007-11-03Add search parameters to cgit_log_linkLars Hjemli1-1/+2
2007-10-30Change the cgit layoutLars Hjemli1-0/+2
2007-10-30Add config param 'index-info'Lars Hjemli1-0/+1
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli1-1/+3
2007-10-28Add html_option() functionLars Hjemli1-0/+1
2007-10-27Add links to the new refs page from summary pageLars Hjemli1-0/+2
2007-10-27Add support for refs viewLars Hjemli1-0/+2
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli1-0/+2
2007-10-27Add support for config param summary-branchesLars Hjemli1-0/+1
2007-10-27Add support for config param summary-tagsLars Hjemli1-0/+1
2007-10-27Add functions and types for ref listsLars Hjemli1-0/+19
2007-10-01Add prefix parameter to cgit_print_diff()Lars Hjemli1-1/+1