summaryrefslogtreecommitdiffstatshomepage
path: root/cgit.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for a custom headerGravatar Lars Hjemli2009-01-291-0/+2
* Merge branch 'lh/stats'Gravatar Lars Hjemli2009-01-271-0/+8
|\
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Gravatar Lars Hjemli2008-12-071-4/+6
| * Add a 'stats' page to each repoGravatar Lars Hjemli2008-12-061-0/+6
* | Merge branch 'stable'Gravatar Lars Hjemli2009-01-111-1/+0
|\ \
| * | Avoid SEGFAULT on invalid requestsGravatar Lars Hjemli2009-01-111-1/+0
| |/
* | Untie logic for SCRIPT_NAME and PATH_INFOGravatar Lars Hjemli2008-12-261-20/+21
* | Merge branch 'full-log'Gravatar Lars Hjemli2008-12-061-0/+2
|\ \
| * | ui-log: add support for showing the full commit messageGravatar Lars Hjemli2008-11-291-0/+2
| |/
* / Add support for sorting by Age in the repolistGravatar Benjamin Close2008-11-291-0/+2
|/
* Add cgit_query.nohead flagGravatar Lars Hjemli2008-10-111-0/+1
* Add support for --scan-tree=<path> option to cgitGravatar Lars Hjemli2008-09-151-3/+44
* Teach cgit how to use PATH_INFOGravatar Lars Hjemli2008-09-151-0/+27
* 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