]> git.cameronkatri.com Git - cgit.git/history - cgit.h
Cleanup handling of environment variables
[cgit.git] / cgit.h
2009-08-10 Lars HjemliCleanup handling of environment variables
2009-08-09 Lars HjemliMerge branch 'lh/about'
2009-08-09 Lars HjemliMerge branch 'lh/plugins'
2009-08-09 Lars HjemliMerge branch 'lh/mimetypes'
2009-08-09 Lars HjemliAdd 'about-filter' and 'repo.about-filter' options
2009-08-09 Lars HjemliAdd support for repo.commit-filter and repo.source...
2009-08-08 Martin SzuleckiIntroduce noplainemail option to hide email adresses...
2009-07-31 Lars Hjemliui-commit: add support for 'commit-filter' option
2009-07-31 Lars Hjemliui-tree: add support for source-filter option
2009-07-31 Lars HjemliAdd generic filter/plugin infrastructure
2009-07-25 Lars HjemliAdd support for mime type registration and lookup
2009-07-25 Lars HjemliMerge branch 'lh/embedded'
2009-07-25 Lars Hjemlicgit.h: keep config flags sorted
2009-07-25 Lars HjemliAdd support for 'noheader' option
2009-07-25 Lars HjemliMerge branch 'ml/head-include'
2009-07-25 Lars HjemliMerge branch 'plain-etag'
2009-07-25 Lars HjemliMerge branch 'rt/plain-binary'
2009-07-25 Lars HjemliMerge branch 'do/https'
2009-06-07 Lars HjemliReturn http statuscode 404 on unknown branch
2009-06-07 Mark LodatoAdd head-include configuration option.
2009-02-19 Lars HjemliAdd support for ETag in 'plain' view
2009-02-02 Lars HjemliAdd support for an 'embedded' option in cgitrc
2009-02-01 Lars HjemliMerge branch 'lh/binary'
2009-02-01 Lars HjemliMerge branch 'lh/header'
2009-01-31 Lars HjemliHandle binary files in diffs
2009-01-29 Lars HjemliMerge branch 'stable'
2009-01-29 Lars HjemliAdd support for a custom header
2009-01-27 Lars HjemliMerge branch 'stable'
2009-01-27 Lars HjemliMerge branch 'jw/commit-decorations'
2009-01-27 Lars HjemliMerge branch 'og/tree-view-selection'
2009-01-27 Lars HjemliMerge branch 'lh/stats'
2009-01-12 Lars HjemliMerge branch 'stable'
2009-01-11 Lars HjemliMerge branch 'stable'
2009-01-11 Lars HjemliMerge branch 'stable'
2009-01-11 Lars HjemliMerge branch 'stable'
2009-01-06 Lars HjemliMerge branch 'stable'
2008-12-30 Lars HjemliMerge branch 'stable'
2008-12-07 Lars Hjemliui-stats: replace 'enable-stats' setting with 'max...
2008-12-06 Lars HjemliAdd a 'stats' page to each repo
2008-12-06 Lars HjemliMerge branch 'stable'
2008-12-06 Lars HjemliMerge branch 'full-log'
2008-12-06 Lars HjemliMerge branch 'lh/sort-repolist'
2008-12-06 Lars HjemliMerge branch 'snapshot-fixes'
2008-12-06 Lars HjemliMerge branch 'stable'
2008-12-05 Lars HjemliMerge branch 'rj/buildtweaks' into stable
2008-12-03 Ramsay JonesExtra cygwin-specific changes
2008-11-29 Lars Hjemliui-log: add support for showing the full commit message
2008-11-29 Lars Hjemliui-repolist: implement lazy caching of repo->mtime
2008-11-29 Benjamin CloseAdd support for sorting by Age in the repolist
2008-10-11 Lars HjemliMerge branch 'stable'
2008-10-11 Lars HjemliAdd cgit_query.nohead flag
2008-09-15 Lars HjemliTeach cgit how to use PATH_INFO
2008-09-15 Lars HjemliMerge branch 'lh/parsing'
2008-09-15 Lars Hjemliparsing.c: be prepared for unexpected content in commit...
2008-09-01 Lars HjemliMerge branch 'lh/plain'
2008-09-01 Lars HjemliMerge branch 'lh/clone'
2008-08-06 Lars HjemliImplement plain view
2008-08-06 Lars HjemliMerge branch 'lh/atom'
2008-08-01 Lars HjemliAdd atom-support
2008-08-01 Stefan NaeweAdded `local-time` option to cgitrc
2008-07-19 Lars HjemliAdd a favicon option to cgitrc
2008-06-26 Lars HjemliAdd support for including a footer on all pages
2008-06-26 Lars HjemliMerge branch 'master' of git://git.klever.net/patchwork...
2008-06-24 Michael Krelinallow specification of directly linked blobs mimetypes
2008-05-03 Lars HjemliAdd a pager on the repolist
2008-05-03 Lars HjemliMerge branch 'lh/cache'
2008-04-28 Lars HjemliMerge branch 'lh/about'
2008-04-28 Lars HjemliPrepare for 'about site' page / add 'root-readme' optio...
2008-04-28 Lars HjemliRe-enable 'index-info' and add support for 'root-desc...
2008-04-28 Lars HjemliRedesign the caching layer
2008-04-13 Lars HjemliMerge branch 'lh/layout'
2008-04-13 Lars HjemliMake repository search case insensitive
2008-04-08 Lars HjemliMerge branch 'lh/cleanup'
2008-04-08 Lars HjemliMove cgit_parse_query() from parsing.c to html.c as...
2008-03-27 Lars HjemliMove function for configfile parsing into configfile...
2008-03-27 Lars HjemliAdd cache.h
2008-03-25 Lars HjemliRemove global and obsolete cgit_cmd
2008-03-24 Lars HjemliMove non-generic functions from shared.c to cgit.c
2008-03-24 Lars HjemliAdd ui-shared.h
2008-03-24 Lars HjemliAdd separate header-files for each page/view
2008-03-24 Lars HjemliRefactor snapshot support
2008-03-24 Lars HjemliAdd command dispatcher
2008-03-24 Lars HjemliRemove obsolete cacheitem parameter to ui-functions
2008-03-23 Lars HjemliAdd struct cgit_page to cgit_context
2008-03-18 Lars HjemliIntroduce html.h
2008-02-23 Lars HjemliMerge branch 'stable'
2008-02-16 Lars HjemliMove cgit_repo into cgit_context
2008-02-16 Lars HjemliAdd all config variables into struct cgit_context
2008-02-16 Lars HjemliIntroduce struct cgit_context
2008-01-13 Lars HjemliMerge branch 'stable'
2007-12-11 Lars HjemliAdd plain patch view
2007-12-03 Lars HjemliAdd support for automatic and custom clone urls
2007-12-02 Lars HjemliMerge branch 'stable'
2007-11-11 Lars HjemliAdd support for "robots" meta-tag
2007-11-09 Lars HjemliMerge branch 'stable'
2007-11-08 Lars HjemliMerge branch 'stable'
2007-11-05 Lars HjemliMerge branch 'iconv-rebased' of http://x2a.org/pub...
2007-11-05 Lars HjemliUse utf8::reencode_string from git
2007-11-05 Jonathan Bastien... Add commit->msg_encoding, allocate msg dynamicly.
2007-11-03 Lars HjemliAdd search parameters to cgit_log_link
next