]> git.cameronkatri.com Git - cgit.git/history - cgit.c
md2html: use sane_lists extension
[cgit.git] / cgit.c
2020-10-20 Christian Hesseglobal: replace references to 'sha1' with 'oid'
2020-01-13 Christian Hessegit: update to v2.25.0
2019-10-25 Christian Hessegit: update to v2.22.0
2019-06-25 Christian Hesseui-tree: allow per repository override for enable-blame
2018-11-25 Jason A. Donenfeldauth-filter: pass url with query string attached
2018-08-03 Konstantin Ryabitsevconfig: record repo.snapshot-prefix in the per-repo...
2018-07-14 Jason A. Donenfeldauth-filter: do not write more than we've read
2018-07-03 Jason A. Donenfeldextra-head-content: introduce another option for meta...
2018-06-27 John KeepingUse string list strdup_strings for mimetypes
2018-06-27 Christian Hesseglobal: remove functionality we deprecated for cgit...
2018-06-27 Christian Hessesnapshot: strip bit from struct cgit_snapshot_format
2018-06-27 John KeepingAdd "snapshot-prefix" repo configuration
2018-02-12 Jason A. Donenfeldcgit: prepare repo before error pages
2018-01-19 Christian Hessegit: update to v2.16.0
2017-10-03 Jeff Smithui-blame: add blame UI
2017-08-10 John Keepingcgit: don't set vpath unless repo is set
2016-10-12 Lukas FleischerUse skip_prefix() to get rid of magic constants
2016-10-04 Christian Hessecgit: replace 'unsigned char sha1[20]' with 'struct...
2016-09-04 Christian Hessegit: update to v2.10.0
2016-07-11 Richard MawFix qry.head leak on error
2016-06-07 Jason A. DonenfeldHosted on HTTPS now
2016-02-22 Jason A. Donenfeldui-shared: add homepage to tabs
2016-01-14 Jason A. Donenfeldui-plain: add enable-html-serving flag
2016-01-14 Jason A. Donenfeldui-blob: Do not accept mimetype from user
2015-11-24 Jason A. Donenfeldfilter: avoid integer overflow in authenticate_post
2015-10-09 John Keepingcgit.c: remove useless null check
2015-08-14 Jason A. Donenfeldcmd: no need for pre function hook now
2015-08-14 John Keepingcmd: remove "want_layout" field
2015-08-14 John Keepingcgit: use cgit_print_error_page() where appropriate
2015-08-12 John Keepinglog: allow users to follow a file
2015-08-12 Jason A. Donenfeldabout: always ensure page has a trailing slash
2015-08-12 Christian Hessegit: update to v2.5.0
2015-08-12 Daniel ReicheltFix processing of repo.hide and repo.ignore
2015-03-09 Jason A. Donenfeldcgit: remember to set up env vars before empty clone...
2015-03-09 John KeepingAvoid non-ANSI function declarations
2015-03-05 Jason A. Donenfeldcgit: show clone URLs for empty repo
2015-02-08 Christian Hessegit: update for v2.3.0
2015-01-29 Lukas FleischerAdd repo.hide and repo.ignore
2014-12-24 Chris Burroughsrepolist: add owner-filter
2014-12-24 Christian Hessegit: update to v2.2.1
2014-12-13 John KeepingChange "ss" diff flag to an enum
2014-08-07 Lukas FleischerAlways check if README exists in choose_readme()
2014-06-28 Christian Hessegit: update for git 2.0
2014-02-20 Lukas FleischerAdd a cache-snapshot-ttl configuration variable
2014-01-20 Jason A. Donenfeldcgit: add --version argument for printing info
2014-01-16 Jason A. Donenfeldcgit.c: free tmp variable
2014-01-16 Lukas FleischerSwitch to exclusively using global ctx
2014-01-16 Jason A. Donenfeldauth: have cgit calculate login address
2014-01-16 Jason A. Donenfeldauthentication: use hidden form instead of referer
2014-01-16 Jason A. Donenfeldauth: add basic authentication filter framework
2014-01-14 Jason A. Donenfeldfilter: add support for email filter
2014-01-14 Jason A. Donenfeldfilter: basic write hooking infrastructure
2014-01-14 Jason A. Donenfeldfilter: allow for cleanup hook for filter types
2014-01-14 John Keepingfilter: add fprintf_filter function
2014-01-10 Jason A. Donenfeldfilter: split filter functions into their own file
2014-01-10 Lukas Fleischercgit.c: Fix comment on bit mask hack
2014-01-10 Lukas Fleischercgit.c: Use "else" for mutually exclusive branches
2014-01-10 Lukas FleischerReplace most uses of strncmp() with prefixcmp()
2014-01-08 Lukas FleischerUpdate copyright information
2013-08-12 Jason A. Donenfeldcache: id means static, even if head is specified too
2013-08-12 Jason A. Donenfeldcache: document negative ttls and add about ttl
2013-08-12 Christian Hesseuse favicon by default
2013-05-26 Jason A. Donenfeldreadme: use string_list instead of space deliminations
2013-05-25 Jason A. Donenfeldreadme: Accept multiple candidates and test them.
2013-05-25 Jason A. Donenfeldui-summary: Pass filename to about-filter
2013-05-25 Jason A. Donenfeldcgit.c: Do not reset HOME after unsetting it.
2013-05-25 Jason A. Donenfeldcgit.c: sync repo config printing with struct cgit_repo
2013-04-10 Jason A. DonenfeldAdd branch-sort and repo.branch-sort options.
2013-04-10 Lukas Fleischercgit.c: Do not restore unset environment variables
2013-04-08 Jason A. DonenfeldDo not load user or system gitconfig and gitattributes
2013-04-08 John Keepinguse struct strbuf instead of static buffers
2013-04-08 John KeepingConvert cgit_print_error to a variadic function
2013-04-08 John KeepingFix out-of-bounds memory accesses with virtual_root=""
2013-04-08 Lukas FleischerDo not unnecessarily strdup() environment variables
2013-04-08 Lukas FleischerMaŕk cgit_environment members const
2013-03-20 Jason A. DonenfeldMerge branch 'wip'
2013-03-05 Lukas Fleischerfind_default_branch(): Free refmatch after usage
2013-03-05 Lukas FleischerMark several functions/variables static
2013-03-04 Lukas Fleischercgit.c: Remove parameter from guess_defbranch()
2013-03-04 Jason A. DonenfeldWhite space around control verbs.
2013-03-04 Lukas FleischerFix several whitespace errors
2013-03-02 John KeepingUpdate git to v1.7.9.7
2013-02-01 Florian PritzMake "owner" column on index page configurable
2012-10-17 Tobias Bieniekui-log: Add "commit-sort" option for controlling commit...
2012-10-17 Tobias Bieniekui-repolist: Add "section-sort" flag to control section...
2012-10-17 Jason A. Donenfeldscan-tree: Unify gitweb.* and cgit.* settings into...
2012-10-16 Jason A. Donenfeldui-repolist: Rename section-sort to repository-sort.
2012-10-16 Tobias Bieniekrepo_config: do not let globals override repo settings
2012-07-12 Jason A. DonenfeldUpdate copyright headers to have latest dates.
2012-07-12 Jason A. Donenfeldui-repolist: Case insensitive sorting and age sort
2012-07-12 Jason A. Donenfeldscan-tree: Support gitweb.category.
2012-07-12 Jason A. Donenfeldscan-tree: Support gitweb.description.
2012-03-18 Lars HjemliMerge branch 'fh/mimetypes'
2012-03-18 Lars HjemliMerge branch 'jp/defbranch'
2012-03-18 Lars HjemliMerge branch 'lh/module-links'
2012-03-18 Lars HjemliMerge branch 'stable'
2012-03-18 Lars HjemliMerge branch 'stable'
2012-03-18 Lars HjemliMerge branch 'stable'
2012-01-03 Lars HjemliMerge branch 'stable'
2012-01-03 Lars HjemliMerge branch 'stable'
next