about summary refs log tree commit diff
path: root/cgit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIP: Add config bits for tarball compression settingsRory&2025-07-021-8/+26
* Sendfile, minor fixes in static file support, spawn more processes in test, c...Rory&2025-04-271-3/+19
* Fix test script, serve resourcesRory&2025-04-261-0/+46
* Update git to 2.48.1 1.5.1Rory&2025-03-121-1/+1
* CGit-magenta 1.5.0Rory&2025-03-121-1/+1
* Update information for forkJune McEnroe2025-03-121-1/+1
* Remove Lua supportJune McEnroe2025-03-121-7/+0
* Remove default faviconJune McEnroe2025-03-121-1/+1
* Use buffered stdioEric Wong2025-03-121-1/+1
* git: update to v2.46.0Christian Hesse2024-08-021-2/+6
* git: update to v2.41.0Christian Hesse2023-06-011-1/+1
* config: add jsAndy Green2022-12-191-0/+2
* css: change to be a listAndy Green2022-12-191-2/+1
* cgitrc: handle value "0" for max-repo-countChristian Hesse2022-12-191-2/+4
* about: allow to give head from queryChristian Hesse2022-12-191-3/+5
* git: update to v2.34.0Christian Hesse2021-11-151-1/+1
* global: replace references to 'sha1' with 'oid'Christian Hesse2020-10-201-8/+8
* git: update to v2.25.0Christian Hesse2020-01-131-1/+1
* git: update to v2.22.0Christian Hesse2019-10-251-6/+11
* ui-tree: allow per repository override for enable-blameChristian Hesse2019-06-251-0/+4
* auth-filter: pass url with query string attachedJason A. Donenfeld2018-11-251-1/+1
* config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev2018-08-031-0/+2
* auth-filter: do not write more than we've readJason A. Donenfeld2018-07-141-2/+2
* extra-head-content: introduce another option for meta tagsJason A. Donenfeld2018-07-031-0/+4
* Use string list strdup_strings for mimetypesJohn Keeping2018-06-271-2/+2
* global: remove functionality we deprecated for cgit v1.0Christian Hesse2018-06-271-14/+3
* snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse2018-06-271-1/+1
* Add "snapshot-prefix" repo configurationJohn Keeping2018-06-271-0/+2
* cgit: prepare repo before error pagesJason A. Donenfeld2018-02-121-7/+12
* git: update to v2.16.0Christian Hesse2018-01-191-1/+1
* ui-blame: add blame UIJeff Smith2017-10-031-0/+2
* cgit: don't set vpath unless repo is setJohn Keeping2017-08-101-6/+6
* Use skip_prefix() to get rid of magic constantsLukas Fleischer2016-10-121-26/+30
* cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-4/+5
* git: update to v2.10.0Christian Hesse2016-09-041-1/+1
* Fix qry.head leak on errorRichard Maw2016-07-121-4/+4
* Hosted on HTTPS nowJason A. Donenfeld2016-06-071-1/+1
* ui-shared: add homepage to tabsJason A. Donenfeld2016-02-221-0/+4
* ui-plain: add enable-html-serving flagJason A. Donenfeld2016-01-141-0/+5
* ui-blob: Do not accept mimetype from userJason A. Donenfeld2016-01-141-2/+0
* filter: avoid integer overflow in authenticate_postJason A. Donenfeld2015-11-241-1/+1
* cgit.c: remove useless null checkJohn Keeping2015-10-091-1/+1
* cmd: no need for pre function hook nowJason A. Donenfeld2015-08-141-3/+0
* cmd: remove "want_layout" fieldJohn Keeping2015-08-141-9/+0
* cgit: use cgit_print_error_page() where appropriateJohn Keeping2015-08-141-20/+7
* log: allow users to follow a fileJohn Keeping2015-08-121-0/+4
* about: always ensure page has a trailing slashJason A. Donenfeld2015-08-121-0/+3
* git: update to v2.5.0Christian Hesse2015-08-121-1/+1
* Fix processing of repo.hide and repo.ignoreDaniel Reichelt2015-08-121-4/+4
* cgit: remember to set up env vars before empty clone pathJason A. Donenfeld2015-03-091-0/+1
* Avoid non-ANSI function declarationsJohn Keeping2015-03-091-1/+1
* cgit: show clone URLs for empty repoJason A. Donenfeld2015-03-051-0/+16
* git: update for v2.3.0Christian Hesse2015-02-081-1/+1
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-291-0/+6
* repolist: add owner-filterChris Burroughs2014-12-231-0/+6
* git: update to v2.2.1Christian Hesse2014-12-231-1/+1
* Change "ss" diff flag to an enumJohn Keeping2014-12-131-4/+8
* Always check if README exists in choose_readme()Lukas Fleischer2014-08-071-6/+0
* git: update for git 2.0Christian Hesse2014-06-281-13/+13
* Add a cache-snapshot-ttl configuration variableLukas Fleischer2014-02-201-0/+6
* cgit: add --version argument for printing infoJason A. Donenfeld2014-01-201-0/+17
* cgit.c: free tmp variableJason A. Donenfeld2014-01-171-0/+1
* Switch to exclusively using global ctxLukas Fleischer2014-01-171-161/+161
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-161-1/+2
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-161-14/+8
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-161-2/+94
* filter: add support for email filterJason A. Donenfeld2014-01-141-0/+6
* filter: basic write hooking infrastructureJason A. Donenfeld2014-01-141-0/+2
* filter: allow for cleanup hook for filter typesJason A. Donenfeld2014-01-141-0/+1
* filter: add fprintf_filter functionJohn Keeping2014-01-141-3/+3
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-101-36/+6
* cgit.c: Fix comment on bit mask hackLukas Fleischer2014-01-101-8/+10
* cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer2014-01-101-19/+10
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-101-9/+9
* Update copyright informationLukas Fleischer2014-01-081-2/+1
* cache: id means static, even if head is specified tooJason A. Donenfeld2013-08-121-3/+3
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-121-3/+12
* use favicon by defaultChristian Hesse2013-08-121-0/+1
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-261-23/+69
* readme: Accept multiple candidates and test them.Jason A. Donenfeld2013-05-251-0/+35
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-251-1/+1
* cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld2013-05-251-13/+0
* cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld2013-05-251-0/+14
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-101-1/+13
* cgit.c: Do not restore unset environment variablesLukas Fleischer2013-04-101-2/+4
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-081-0/+24
* use struct strbuf instead of static buffersJohn Keeping2013-04-081-36/+36
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-081-10/+8
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-081-8/+3
* Do not unnecessarily strdup() environment variablesLukas Fleischer2013-04-081-15/+10
* Maŕk cgit_environment members constLukas Fleischer2013-04-081-2/+2
* find_default_branch(): Free refmatch after usageLukas Fleischer2013-03-041-0/+8
* Mark several functions/variables staticLukas Fleischer2013-03-041-13/+13
* cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer2013-03-041-2/+2
* White space around control verbs.Jason A. Donenfeld2013-03-041-2/+2
* Fix several whitespace errorsLukas Fleischer2013-03-041-9/+9
* Update git to v1.7.9.7John Keeping2013-03-021-1/+1
* Make "owner" column on index page configurableFlorian Pritz2013-02-011-0/+3
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-171-2/+12
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-171-0/+3
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-171-7/+3
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-161-3/+3
* repo_config: do not let globals override repo settingsTobias Bieniek2012-10-161-3/+3
* Update copyright headers to have latest dates.Jason A. Donenfeld2012-07-121-1/+1
* ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld2012-07-121-0/+6
* scan-tree: Support gitweb.category.Jason A. Donenfeld2012-07-121-0/+1
* scan-tree: Support gitweb.description.Jason A. Donenfeld2012-07-121-0/+3
* Merge branch 'fh/mimetypes'Lars Hjemli2012-03-181-0/+2
|\
| * ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts2011-07-191-0/+2
* | Merge branch 'jp/defbranch'Lars Hjemli2012-03-181-1/+14
|\ \
| * | cgit.c: use resolve_ref() to guess_defbranch()Lars Hjemli2011-06-201-27/+7
| * | Only guess default branch when a repo page is requestedLars Hjemli2011-06-201-1/+34
| |/
* | Merge branch 'lh/module-links'Lars Hjemli2012-03-181-2/+7
|\ \
| * | Do not provide a default value for `module-link`Lars Hjemli2011-06-151-1/+0
| * | ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-151-1/+7
* | | Merge branch 'stable'Lars Hjemli2012-01-031-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-031-0/+1
* | | Merge branch 'stable'Lars Hjemli2011-06-181-1/+5
|\| | | |/ |/|
| * cgit.c: improve error message when git repo cannot be accessedLars Hjemli2011-06-181-1/+5
* | cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli2011-06-131-0/+2
* | cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-131-0/+1
* | Merge branch 'fh/filter-api'Lars Hjemli2011-05-231-7/+20
|\ \
| * | new_filter: determine extra_args from filter typeFerry Huberts2011-03-261-7/+20
* | | Merge branch 'stable'Lars Hjemli2011-05-231-1/+4
|\ \ \ | | |/ | |/|
| * | fix virtual-root if script-name is ""Mark Lodato2011-05-231-1/+4
* | | Merge branch 'dm/disable-clone'Lars Hjemli2011-05-141-1/+11
|\ \ \ | |/ / |/| |
| * | Return 404 on command not foundDan McGee2011-02-191-1/+3
| * | Allow disabling of HTTP clone URLsDan McGee2011-02-191-0/+8
* | | new_filter: correctly initialise all arguments for a new filterFerry Huberts2011-03-261-2/+4
| |/ |/|
* | Merge branch 'stable'Lars Hjemli2011-03-051-2/+3
|\ \
| * | Avoid trailing slash in virtual-rootLars Hjemli2011-03-051-2/+3
| * | Use GIT-1.7.3Lars Hjemli2010-09-271-1/+1
* | | Merge branch 'br/misc'Lars Hjemli2011-02-191-2/+6
|\ \ \
| * | | implement repo.logo and repo.logo-linkBernhard Reutner-Fischer2011-02-191-2/+6
| | |/ | |/|
* | | Merge branch 'jh/scan-path'Lars Hjemli2011-02-191-0/+3
|\ \ \
| * | | scan_path(): Do not recurse into hidden directories by defaultJohan Herland2011-02-191-0/+3
| |/ /
* / / ui-log: Implement support for commit graphsJohan Herland2010-11-161-0/+6
|/ /
* | Add `strict-export` optionFelix Hanley2010-11-081-0/+2
* | Merge branch 'ml/bugfix'Lars Hjemli2010-09-191-1/+1
|\ \
| * | fix errors in printf-style format stringsMark Lodato2010-09-041-1/+1
* | | Merge branch 'lh/section-from-path'Lars Hjemli2010-09-191-0/+2
|\ \ \
| * | | Add support for 'section-from-path' optionLars Hjemli2010-08-221-0/+2
| |/ /
* / / Add support for "readme" optionLars Hjemli2010-08-221-5/+3
|/ /
* | Use GIT-1.7.2.2Lars Hjemli2010-08-221-1/+1
* | Support refspecs in about-filter.Jason A. Donenfeld2010-08-201-1/+3
* | Add support for 'enable-gitweb-owner' optionJason A. Donenfeld2010-08-041-0/+3
* | Add support for 'remove-suffix' optionJason A. Donenfeld2010-08-041-0/+3
* | Add support for 'project-list' optionJason A. Donenfeld2010-08-041-5/+22
* | Merge branch 'jh/ignorews'Lars Hjemli2010-07-181-0/+2
|\ \
| * | Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-181-0/+2
* | | Merge branch 'lh/macros'Lars Hjemli2010-07-181-5/+5
|\ \ \
| * | | Add support for environment variable expansionLars Hjemli2010-03-221-5/+5
* | | | Merge branch 'jh/context-lines'Lars Hjemli2010-06-221-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-191-0/+2
* | | | Merge branch 'jh/path-limit'Lars Hjemli2010-06-221-0/+6
|\| | |
| * | | struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland2010-06-191-0/+6
| |/ /
* | | Merge branch 'ag/atom-fixes'Lars Hjemli2010-06-191-0/+5
|\ \ \
| * | | Add 'max-atom-items' config variableAaron Griffin2010-03-221-0/+3
| * | | Add all=1 query param for atom feedsAaron Griffin2010-03-221-0/+2
| |/ /
* / / Optionally generate verbose parent linksLars Hjemli2010-02-271-0/+4
|/ /
* | Merge branch 'stable'Lars Hjemli2010-02-271-1/+1
|\|
| * Clear the whole contextDaniel Milde2010-02-271-1/+1
* | Merge branch 'lh/remote-branches'Lars Hjemli2009-12-081-0/+4
|\ \
| * | Add support for remote branchesLars Hjemli2009-11-071-0/+4
* | | Merge branch 'ro/ssdiff'Lars Hjemli2009-12-081-0/+5
|\ \ \
| * | | Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-161-0/+5
* | | | Merge branch 'master' of http://op-co.de/cgitLars Hjemli2009-12-081-0/+3
|\ \ \ \
| * | | | "max-blob-size" config var to limit generated HTML sizeGeorg Lukas2009-11-281-0/+3
| | |/ / | |/| |
* | | | Merge branch 'stable'Lars Hjemli2009-12-081-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Don't crash when a repo-specific readme file is usedSami Kyöstilä2009-12-081-2/+2
| |/
* / Skip leading "/" in url querystring valueStefan Bühler2009-10-061-0/+2
|/
* Merge branch 'lh/repo-scan'Lars Hjemli2009-09-131-54/+211
|\
| * cgit.c: respect repo-local 'snapshots' option for --scan-pathLars Hjemli2009-08-241-0/+10
| * cgit.c: only print first line of repo.desc in print_repo()Lars Hjemli2009-08-241-2/+14
| * Add and use cgit_find_stats_periodname() in print_repo()Lars Hjemli2009-08-241-0/+3
| * cgit.c: generate repo.snapshots in print_repo()Lars Hjemli2009-08-241-0/+25
| * cgit.c: add missing options to print_repo()Lars Hjemli2009-08-241-0/+18
| * Add config option 'enable-filter-overrides'Lars Hjemli2009-08-241-6/+9
| * ui-repolist: handle empty sections similar to NULL sectionsLars Hjemli2009-08-241-0/+1
| * Add support for repo-local cgitrc fileLars Hjemli2009-08-241-4/+4
| * cgit.c: refactor repo_config() from config_cb()Lars Hjemli2009-08-241-41/+48
| * Add config option 'repo.section'Lars Hjemli2009-08-241-0/+2
| * Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli2009-08-241-2/+2
| * Add support for --scan-path command line optionLars Hjemli2009-08-241-1/+2
| * Rename 'repo.scan' to 'scan-path'Lars Hjemli2009-08-241-5/+5
| * cgit.c: add support for caching autodetected repositoriesLars Hjemli2009-08-241-1/+74
| * cgit.c: make print_repolist() and print_repo() reusable for cachingLars Hjemli2009-08-241-12/+12
| * cgit.c: add support for cgitrc option 'repo.scan'Lars Hjemli2009-08-241-0/+2
* | Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli2009-08-211-2/+3
* | Add 'linenumbers' config optionFlorian Pritz2009-08-211-0/+2
|/
* cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRINGLars Hjemli2009-08-201-1/+1
* Merge branch 'stable'Lars Hjemli2009-08-171-0/+3
|\
| * cgit.c: do not segfault on unexpected query-string formatLars Hjemli2009-08-171-0/+3
* | Merge branch 'lh/embedded'Lars Hjemli2009-08-111-10/+27
|\ \
| * | ui-shared: add support for NO_HTTP=1/--nohttpLars Hjemli2009-08-101-0/+4
| * | Cleanup handling of environment variablesLars Hjemli2009-08-101-10/+23
* | | cgit.c: make '/cgit.png' the default value for 'logo' optionLars Hjemli2009-08-101-1/+1
|/ /
* | Merge branch 'lh/about'Lars Hjemli2009-08-091-0/+4
|\ \
| * | Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli2009-08-091-0/+4
* | | Merge branch 'lh/plugins'Lars Hjemli2009-08-091-0/+23
|\| |
| * | cgit.c: allow repo.*-filter options to unset the current defaultLars Hjemli2009-08-091-1/+1
| * | Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-091-0/+4
| * | ui-commit: add support for 'commit-filter' optionLars Hjemli2009-07-311-0/+2
| * | ui-tree: add support for source-filter optionLars Hjemli2009-07-311-0/+2
| * | Add generic filter/plugin infrastructureLars Hjemli2009-07-311-0/+15
* | | Merge branch 'lh/mimetypes'Lars Hjemli2009-08-091-0/+11
|\ \ \
| * | | Add support for mime type registration and lookupLars Hjemli2009-07-251-0/+11
| |/ /
* / / Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-081-0/+2
|/ /
* | Merge branch 'lh/embedded'Lars Hjemli2009-07-251-0/+4
|\ \
| * | Add support for 'noheader' optionLars Hjemli2009-07-251-0/+2
| * | Add support for an 'embedded' option in cgitrcLars Hjemli2009-02-021-0/+2
| |/
* | Merge branch 'ml/head-include'Lars Hjemli2009-07-251-0/+2
|\ \
| * | Add head-include configuration option.Mark Lodato2009-06-071-0/+2
| |/
* | Merge branch 'plain-etag'Lars Hjemli2009-07-251-0/+4
|\ \
| * | Add support for HEAD requestsLars Hjemli2009-02-191-0/+3
| * | Add support for ETag in 'plain' viewLars Hjemli2009-02-191-0/+1
| |/
* / Return http statuscode 404 on unknown branchLars Hjemli2009-06-071-0/+2
|/
* Add support for a custom headerLars Hjemli2009-01-291-0/+2
* Merge branch 'lh/stats'Lars Hjemli2009-01-271-0/+8
|\
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli2008-12-071-4/+6
| * Add a 'stats' page to each repoLars Hjemli2008-12-061-0/+6
* | Merge branch 'stable'Lars Hjemli2009-01-111-1/+0
|\ \
| * | Avoid SEGFAULT on invalid requestsLars Hjemli2009-01-111-1/+0
| |/
* | Untie logic for SCRIPT_NAME and PATH_INFOLars Hjemli2008-12-261-20/+21
* | Merge branch 'full-log'Lars Hjemli2008-12-061-0/+2
|\ \
| * | ui-log: add support for showing the full commit messageLars Hjemli2008-11-291-0/+2
| |/
* / Add support for sorting by Age in the repolistBenjamin Close2008-11-291-0/+2
|/
* Add cgit_query.nohead flagLars Hjemli2008-10-111-0/+1
* Add support for --scan-tree=<path> option to cgitLars Hjemli2008-09-151-3/+44
* Teach cgit how to use PATH_INFOLars Hjemli2008-09-151-0/+27
* Implement plain viewLars Hjemli2008-08-061-0/+1
* Added `local-time` option to cgitrcStefan Naewe2008-08-011-0/+3
* Modify default value for a few cgitrc optionsLars Hjemli2008-07-271-2/+5
* Be prepared for empty repositoriesLars Hjemli2008-07-271-3/+7
* Add a favicon option to cgitrcLars Hjemli2008-07-191-0/+2
* Add support for including a footer on all pagesLars Hjemli2008-06-261-0/+2
* allow specification of directly linked blobs mimetypesMichael Krelin2008-06-241-0/+2
* cache.c: do not ignore errors from print_slot()Lars Hjemli2008-05-181-2/+2
* Add a pager on the repolistLars Hjemli2008-05-031-0/+3
* Merge branch 'lh/cache'Lars Hjemli2008-05-031-129/+37
|\
| * Redesign the caching layerLars Hjemli2008-04-281-129/+37
* | Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli2008-04-291-0/+2
* | Make it possible for a single cmd to work both with and without a repoLars Hjemli2008-04-291-1/+10
* | Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli2008-04-291-0/+3
|/
* Fix search in repo index even if caching is enabledLars Hjemli2008-04-141-1/+3
* Reset ctx.repo to NULL when the config parser is finishedLars Hjemli2008-04-081-0/+1
* Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli2008-04-081-1/+2
* Move function for configfile parsing into configfile.[ch]Lars Hjemli2008-03-281-2/+3
* Add cache.hLars Hjemli2008-03-271-0/+1
* Remove global and obsolete cgit_cmdLars Hjemli2008-03-251-1/+1