about summary refs log tree commit
path: root/cgit.c
DateCommit message (Expand)
2019-04-22use buffered stdio (lightly tested)
2018-11-25auth-filter: pass url with query string attached
2018-08-03config: record repo.snapshot-prefix in the per-repo config
2018-07-14auth-filter: do not write more than we've read
2018-07-03extra-head-content: introduce another option for meta tags
2018-06-27Use string list strdup_strings for mimetypes
2018-06-27global: remove functionality we deprecated for cgit v1.0
2018-06-27snapshot: strip bit from struct cgit_snapshot_format
2018-06-27Add "snapshot-prefix" repo configuration
2018-02-12cgit: prepare repo before error pages
2018-01-19git: update to v2.16.0
2017-10-03ui-blame: add blame UI
2017-08-10cgit: don't set vpath unless repo is set
2016-10-12Use skip_prefix() to get rid of magic constants
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-09-04git: update to v2.10.0
2016-07-12Fix qry.head leak on error
2016-06-07Hosted on HTTPS now
2016-02-22ui-shared: add homepage to tabs
2016-01-14ui-plain: add enable-html-serving flag
2016-01-14ui-blob: Do not accept mimetype from user
2015-11-24filter: avoid integer overflow in authenticate_post
2015-10-09cgit.c: remove useless null check
2015-08-14cmd: no need for pre function hook now
2015-08-14cmd: remove "want_layout" field
2015-08-14cgit: use cgit_print_error_page() where appropriate
2015-08-12log: allow users to follow a file
2015-08-12about: always ensure page has a trailing slash
2015-08-12git: update to v2.5.0
2015-08-12Fix processing of repo.hide and repo.ignore
2015-03-09cgit: remember to set up env vars before empty clone path
2015-03-09Avoid non-ANSI function declarations
2015-03-05cgit: show clone URLs for empty repo
2015-02-08git: update for v2.3.0
2015-01-29Add repo.hide and repo.ignore
2014-12-23repolist: add owner-filter
2014-12-23git: update to v2.2.1
2014-12-13Change "ss" diff flag to an enum
2014-08-07Always check if README exists in choose_readme()
2014-06-28git: update for git 2.0
2014-02-20Add a cache-snapshot-ttl configuration variable
2014-01-20cgit: add --version argument for printing info
2014-01-17cgit.c: free tmp variable
2014-01-17Switch to exclusively using global ctx
2014-01-16auth: have cgit calculate login address
2014-01-16authentication: use hidden form instead of referer
2014-01-16auth: add basic authentication filter framework
2014-01-14filter: add support for email filter
2014-01-14filter: basic write hooking infrastructure
2014-01-14filter: allow for cleanup hook for filter types