| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'lh/stats' | Lars Hjemli | 2009-01-27 | 1 | -0/+3 |
|\ |
|
| * | ui-stats: replace 'enable-stats' setting with 'max-stats' | Lars Hjemli | 2008-12-07 | 1 | -2/+2 |
| * | Add a 'stats' page to each repo | Lars Hjemli | 2008-12-06 | 1 | -0/+3 |
* | | Merge branch 'full-log' | Lars Hjemli | 2008-12-06 | 1 | -0/+1 |
|\ \ |
|
| * | | ui-log: add support for showing the full commit message | Lars Hjemli | 2008-11-29 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'lh/sort-repolist' | Lars Hjemli | 2008-12-06 | 1 | -0/+2 |
|\ \ |
|
| * | | ui-repolist: implement lazy caching of repo->mtime | Lars Hjemli | 2008-11-29 | 1 | -0/+1 |
| * | | Add support for sorting by Age in the repolist | Benjamin Close | 2008-11-29 | 1 | -0/+1 |
| |/ |
|
* / | Extra cygwin-specific changes | Ramsay Jones | 2008-12-03 | 1 | -6/+0 |
|/ |
|
* | Add cgit_query.nohead flag | Lars Hjemli | 2008-10-11 | 1 | -0/+1 |
* | Teach cgit how to use PATH_INFO | Lars Hjemli | 2008-09-15 | 1 | -0/+1 |
* | parsing.c: be prepared for unexpected content in commit/tag objects | Lars Hjemli | 2008-09-15 | 1 | -1/+1 |
* | Merge branch 'lh/plain' | Lars Hjemli | 2008-09-01 | 1 | -0/+1 |
|\ |
|
| * | Implement plain view | Lars Hjemli | 2008-08-06 | 1 | -0/+1 |
* | | Add atom-support | Lars Hjemli | 2008-08-01 | 1 | -0/+1 |
|/ |
|
* | Added `local-time` option to cgitrc | Stefan Naewe | 2008-08-01 | 1 | -1/+2 |
* | Add a favicon option to cgitrc | Lars Hjemli | 2008-07-19 | 1 | -0/+1 |
* | Add support for including a footer on all pages | Lars Hjemli | 2008-06-26 | 1 | -0/+1 |
* | allow specification of directly linked blobs mimetypes | Michael Krelin | 2008-06-24 | 1 | -0/+1 |
* | Add a pager on the repolist | Lars Hjemli | 2008-05-03 | 1 | -0/+1 |
* | Merge branch 'lh/cache' | Lars Hjemli | 2008-05-03 | 1 | -0/+1 |
|\ |
|
| * | Redesign the caching layer | Lars Hjemli | 2008-04-28 | 1 | -0/+1 |
* | | Prepare for 'about site' page / add 'root-readme' option to cgitrc | Lars Hjemli | 2008-04-29 | 1 | -0/+1 |
* | | Re-enable 'index-info' and add support for 'root-desc' in cgitrc | Lars Hjemli | 2008-04-29 | 1 | -0/+1 |
|/ |
|
* | Make repository search case insensitive | Lars Hjemli | 2008-04-13 | 1 | -0/+7 |
* | Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring() | Lars Hjemli | 2008-04-08 | 1 | -2/+0 |
* | Move function for configfile parsing into configfile.[ch] | Lars Hjemli | 2008-03-28 | 1 | -1/+0 |
* | Add cache.h | Lars Hjemli | 2008-03-27 | 1 | -14/+0 |
* | Remove global and obsolete cgit_cmd | Lars Hjemli | 2008-03-25 | 1 | -1/+0 |
* | Move non-generic functions from shared.c to cgit.c | Lars Hjemli | 2008-03-24 | 1 | -3/+1 |
* | Add ui-shared.h | Lars Hjemli | 2008-03-24 | 1 | -32/+0 |
* | Add separate header-files for each page/view | Lars Hjemli | 2008-03-24 | 1 | -17/+0 |
* | Refactor snapshot support | Lars Hjemli | 2008-03-24 | 1 | -0/+8 |
* | Add command dispatcher | Lars Hjemli | 2008-03-24 | 1 | -14/+0 |
* | Remove obsolete cacheitem parameter to ui-functions | Lars Hjemli | 2008-03-24 | 1 | -6/+6 |
* | Add struct cgit_page to cgit_context | Lars Hjemli | 2008-03-24 | 1 | -5/+13 |
* | Introduce html.h | Lars Hjemli | 2008-03-18 | 1 | -14/+1 |
* | Move cgit_repo into cgit_context | Lars Hjemli | 2008-02-16 | 1 | -6/+6 |
* | Add all config variables into struct cgit_context | Lars Hjemli | 2008-02-16 | 1 | -35/+37 |
* | Introduce struct cgit_context | Lars Hjemli | 2008-02-16 | 1 | -14/+21 |
* | Add plain patch view | Lars Hjemli | 2007-12-11 | 1 | -0/+2 |
* | Add support for automatic and custom clone urls | Lars Hjemli | 2007-12-03 | 1 | -0/+2 |
* | Add support for "robots" meta-tag | Lars Hjemli | 2007-11-11 | 1 | -0/+1 |
* | Use utf8::reencode_string from git | Lars Hjemli | 2007-11-05 | 1 | -0/+1 |
* | Add commit->msg_encoding, allocate msg dynamicly. | Jonathan Bastien-Filiatrault | 2007-11-05 | 1 | -0/+6 |
* | Add search parameters to cgit_log_link | Lars Hjemli | 2007-11-03 | 1 | -1/+2 |
* | Change the cgit layout | Lars Hjemli | 2007-10-30 | 1 | -0/+2 |
* | Add config param 'index-info' | Lars Hjemli | 2007-10-30 | 1 | -0/+1 |
* | Teach log search about --grep, --author and --committer | Lars Hjemli | 2007-10-28 | 1 | -1/+3 |
* | Add html_option() function | Lars Hjemli | 2007-10-28 | 1 | -0/+1 |