about summary refs log tree commit diff
path: root/cgit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-26/+6
| * | 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
* Move cgit_version from shared.c to cgit.cLars Hjemli2008-03-241-0/+2
* Move non-generic functions from shared.c to cgit.cLars Hjemli2008-03-241-3/+153
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Add command dispatcherLars Hjemli2008-03-241-79/+49
* Remove obsolete cacheitem parameter to ui-functionsLars Hjemli2008-03-241-6/+6
* Add struct cgit_page to cgit_contextLars Hjemli2008-03-241-17/+33
* Introduce html.hLars Hjemli2008-03-181-1/+0
* Improve initialization of git directoryLars Hjemli2008-02-161-9/+8
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-16/+15
* Add all config variables into struct cgit_contextLars Hjemli2008-02-161-16/+17
* Introduce struct cgit_contextLars Hjemli2008-02-161-36/+36
* Handle missing default branch and error out on invalid branch namesLars Hjemli2008-01-041-4/+58
* Add plain patch viewLars Hjemli2007-12-111-0/+5
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-281-1/+1
* Add support for refs viewLars Hjemli2007-10-271-0/+3
* Add prefix parameter to cgit_print_diff()Lars Hjemli2007-10-011-1/+1
* cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-231-2/+2
* Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli2007-07-221-2/+4
|\
| * allow selective enabling of snapshotsMichael Krelin2007-07-211-1/+2
| * shorten snapshot names to repo basenameMichael Krelin2007-07-211-1/+2
| * add support for snapshot tarballsMichael Krelin2007-07-181-1/+1
* | Add ui-tag.cLars Hjemli2007-07-221-0/+3
|/
* make config adjustable via env variable CGIT_CONFIGMichael Krelin2007-07-031-1/+3
* Merge branch 'lh/menu'Lars Hjemli2007-06-291-4/+6
|\
| * Include querystring as part of cached filename for repo summary pageLars Hjemli2007-06-181-4/+6
* | Add version info from git-describeLars Hjemli2007-06-181-3/+0
|/
* Add cgit_diff_link()Lars Hjemli2007-06-171-2/+1
* ui-log: honor id=sha1 on querystringLars Hjemli2007-06-171-1/+1
* Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-171-1/+1
* ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-161-4/+1
* Add option to disable pager to cgit_print_log().Ondrej Jirman2007-05-311-1/+1
* Enable url=value querystring parameterLars Hjemli2007-05-181-29/+31
* Move cgit_get_repoinfo into shared.cLars Hjemli2007-05-181-14/+0
* Add support for commitdiff via h parameterLars Hjemli2007-05-161-1/+2
* Change commit-view to expect h parameter, not idLars Hjemli2007-05-161-1/+1
* Enable default value for head parameterLars Hjemli2007-05-161-0/+3
* Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli2007-05-151-0/+2
* Let makefile override the configfile locationLars Hjemli2007-05-141-1/+1
* cgit.c: fix whitespace breakageLars Hjemli2007-05-141-7/+7
* Add log filtering by path and link to it from tree viewLars Hjemli2007-05-141-2/+3
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-131-1/+1
* Add max-commit-count parameter to cgitrcLars Hjemli2007-05-131-2/+2
* Add support for downloading single blobsLars Hjemli2007-05-091-2/+7
* ui-view: show pathname if specified in querystringLars Hjemli2007-05-081-1/+1
* Layout updateLars Hjemli2007-02-211-2/+11
* Make snapshot feature configurableLars Hjemli2007-02-081-1/+2
* Add support for snapshotsLars Hjemli2007-02-081-7/+32
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-041-15/+49
* WIP: add paths/backlinks to tree/blobviewLars Hjemli2007-01-121-1/+1
* Remove troublesome chars from cachefile namesLars Hjemli2007-01-121-1/+1
* Move cache_prepare() to cgitLars Hjemli2007-01-121-2/+23
* Use TTL-settings even in nocache modeLars Hjemli2007-01-051-0/+1
* Add basic log filteringLars Hjemli2006-12-281-2/+5
* Add generic support for search box in page headerLars Hjemli2006-12-281-2/+2
* Add basic diff viewLars Hjemli2006-12-201-0/+2
* Allow relative paths for cgit_cache_rootLars Hjemli2006-12-161-0/+4
* Add argument parsing + switch for uncached operationLars Hjemli2006-12-161-3/+47
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-0/+2
* Add simple pager to log pageLars Hjemli2006-12-141-1/+1
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-131-2/+4
* Don't truncate valid cachefilesLars Hjemli2006-12-111-4/+10
* Move global variables + callback functions into shared.cLars Hjemli2006-12-111-77/+6
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-111-33/+1
* Move log-functions into ui-log.cLars Hjemli2006-12-111-106/+1
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-111-46/+0
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-111-69/+0
* Move common output-functions into ui-shared.cLars Hjemli2006-12-111-80/+14
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-111-26/+0
* Avoid infinite loops in caching layerLars Hjemli2006-12-111-1/+8
* Fix cache algorithm loopholeLars Hjemli2006-12-111-9/+9
* Add version identifier in generated filesLars Hjemli2006-12-101-3/+6
* Add license file and copyright noticesLars Hjemli2006-12-101-0/+8
* Add caching infrastructureLars Hjemli2006-12-101-15/+102
* Import cgit prototype from git treeLars Hjemli2006-12-091-0/+410