summaryrefslogtreecommitdiffstatshomepage
path: root/cgit.c
Commit message (Expand)AuthorAgeFilesLines
* Implement plain viewGravatar Lars Hjemli2008-08-061-0/+1
* Added `local-time` option to cgitrcGravatar Stefan Naewe2008-08-011-0/+3
* Modify default value for a few cgitrc optionsGravatar Lars Hjemli2008-07-271-2/+5
* Be prepared for empty repositoriesGravatar Lars Hjemli2008-07-271-3/+7
* Add a favicon option to cgitrcGravatar Lars Hjemli2008-07-191-0/+2
* Add support for including a footer on all pagesGravatar Lars Hjemli2008-06-261-0/+2
* allow specification of directly linked blobs mimetypesGravatar Michael Krelin2008-06-241-0/+2
* cache.c: do not ignore errors from print_slot()Gravatar Lars Hjemli2008-05-181-2/+2
* Add a pager on the repolistGravatar Lars Hjemli2008-05-031-0/+3
* Merge branch 'lh/cache'Gravatar Lars Hjemli2008-05-031-129/+37
|\
| * Redesign the caching layerGravatar Lars Hjemli2008-04-281-129/+37
* | Prepare for 'about site' page / add 'root-readme' option ...Gravatar Lars Hjemli2008-04-291-0/+2
* | Make it possible for a single cmd to work both with and w...Gravatar Lars Hjemli2008-04-291-1/+10
* | Re-enable 'index-info' and add support for 'root-desc' in...Gravatar Lars Hjemli2008-04-291-0/+3
|/
* Fix search in repo index even if caching is enabledGravatar Lars Hjemli2008-04-141-1/+3
* Reset ctx.repo to NULL when the config parser is finishedGravatar Lars Hjemli2008-04-081-0/+1
* Move cgit_parse_query() from parsing.c to html.c as http_...Gravatar Lars Hjemli2008-04-081-1/+2
* Move function for configfile parsing into configfile.[ch]Gravatar Lars Hjemli2008-03-281-2/+3
* Add cache.hGravatar Lars Hjemli2008-03-271-0/+1
* Remove global and obsolete cgit_cmdGravatar Lars Hjemli2008-03-251-1/+1
* Move cgit_version from shared.c to cgit.cGravatar Lars Hjemli2008-03-241-0/+2
* Move non-generic functions from shared.c to cgit.cGravatar Lars Hjemli2008-03-241-3/+153
* Add ui-shared.hGravatar Lars Hjemli2008-03-241-0/+1
* Add command dispatcherGravatar Lars Hjemli2008-03-241-80/+50
* Remove obsolete cacheitem parameter to ui-functionsGravatar Lars Hjemli2008-03-241-6/+6
* Add struct cgit_page to cgit_contextGravatar Lars Hjemli2008-03-241-17/+33
* Introduce html.hGravatar Lars Hjemli2008-03-181-1/+0
* Improve initialization of git directoryGravatar Lars Hjemli2008-02-161-9/+8
* Move cgit_repo into cgit_contextGravatar Lars Hjemli2008-02-161-16/+15
* Add all config variables into struct cgit_contextGravatar Lars Hjemli2008-02-161-16/+17
* Introduce struct cgit_contextGravatar Lars Hjemli2008-02-161-36/+36
* Handle missing default branch and error out on invalid br...Gravatar Lars Hjemli2008-01-041-4/+58
* Add plain patch viewGravatar Lars Hjemli2007-12-111-0/+5
* Teach log search about --grep, --author and --committerGravatar Lars Hjemli2007-10-281-1/+1
* Add support for refs viewGravatar Lars Hjemli2007-10-271-0/+3
* Add prefix parameter to cgit_print_diff()Gravatar Lars Hjemli2007-10-011-1/+1
* cgit_print_snapshot_links: use url to specify snapshot nameGravatar Lars Hjemli2007-07-231-2/+2
* Merge branch 'master' of git://git.klever.net/patchwork/cgitGravatar Lars Hjemli2007-07-221-2/+4
|\
| * allow selective enabling of snapshotsGravatar Michael Krelin2007-07-211-1/+2
| * shorten snapshot names to repo basenameGravatar Michael Krelin2007-07-211-1/+2
| * add support for snapshot tarballsGravatar Michael Krelin2007-07-181-1/+1
* | Add ui-tag.cGravatar Lars Hjemli2007-07-221-0/+3
|/
* make config adjustable via env variable CGIT_CONFIGGravatar Michael Krelin2007-07-031-1/+3
* Merge branch 'lh/menu'Gravatar Lars Hjemli2007-06-291-4/+6
|\
| * Include querystring as part of cached filename for repo s...Gravatar Lars Hjemli2007-06-181-4/+6
* | Add version info from git-describeGravatar Lars Hjemli2007-06-181-3/+0
|/
* Add cgit_diff_link()Gravatar Lars Hjemli2007-06-171-2/+1
* ui-log: honor id=sha1 on querystringGravatar Lars Hjemli2007-06-171-1/+1
* Add cgit_commit_link() + support for id=sha1 to commit viewGravatar Lars Hjemli2007-06-171-1/+1
* ui-tree: unify with ui-view, use path to select tree/blobGravatar Lars Hjemli2007-06-161-4/+1