Age | Commit message (Expand) | Author | Lines |
2008-04-29 | Prepare for 'about site' page / add 'root-readme' option to cgitrc | Lars Hjemli | -0/+10 |
2008-04-29 | Make it possible for a single cmd to work both with and without a repo | Lars Hjemli | -1/+10 |
2008-04-29 | Re-enable 'index-info' and add support for 'root-desc' in cgitrc | Lars Hjemli | -1/+8 |
2008-04-29 | Move included header-file out of repolist table | Lars Hjemli | -6/+3 |
2008-04-28 | Prepare for 'about repo' page | Lars Hjemli | -5/+10 |
2008-04-28 | Add page 'ls_cache' | Lars Hjemli | -5/+87 |
2008-04-28 | Redesign the caching layer | Lars Hjemli | -210/+418 |
2008-04-24 | ui-diff: remove test on object type | Lars Hjemli | -6/+0 |
2008-04-24 | Integrate diffstat with diff | Lars Hjemli | -142/+152 |
2008-04-17 | Fix commitdiff annoyance | Lars Hjemli | -1/+1 |
2008-04-15 | Cleanup page header | Lars Hjemli | -17/+4 |
2008-04-14 | Fix search in repo index even if caching is enabled | Lars Hjemli | -1/+3 |
2008-04-14 | Make a few more columns in repolist and log view clickable | Lars Hjemli | -0/+7 |
2008-04-14 | Make branches, tags and log play better together in the summary view | Lars Hjemli | -34/+43 |
2008-04-14 | Fix more css ugliness | Lars Hjemli | -10/+4 |
2008-04-14 | cgit.css: set form margins | Lars Hjemli | -1/+1 |
2008-04-14 | Fix css font-family | Lars Hjemli | -1/+1 |
2008-04-13 | Merge branch 'lh/layout' | Lars Hjemli | -180/+238 |
2008-04-13 | Make repository search case insensitive | Lars Hjemli | -4/+11 |
2008-04-13 | Remove 'patch' link from tab, add to commit view | Lars Hjemli | -2/+8 |
2008-04-13 | Implement minimal freetext search in the repolist | Lars Hjemli | -13/+47 |
2008-04-13 | More layout fixes | Lars Hjemli | -33/+98 |
2008-04-12 | Minor fixup in tree-view css | Lars Hjemli | -3/+2 |
2008-04-12 | Reintroduce the branch switcher | Lars Hjemli | -0/+17 |
2008-04-12 | Add fixed link to index page from repo header | Lars Hjemli | -3/+9 |
2008-04-12 | Include diff in commit view | Lars Hjemli | -3/+5 |
2008-04-12 | Replace sidebar/logo | Lars Hjemli | -175/+97 |
2008-04-09 | Use GIT-1.5.5 | Lars Hjemli | -1/+1 |
2008-04-08 | Don't specify mimetype in ui-blob.c | Lars Hjemli | -2/+3 |
2008-04-08 | Merge branch 'lh/cleanup' | Lars Hjemli | -1117/+1379 |
2008-04-08 | Reset ctx.repo to NULL when the config parser is finished | Lars Hjemli | -0/+1 |
2008-04-08 | Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring() | Lars Hjemli | -64/+68 |
2008-04-01 | Use GIT-1.5.5-rc2 | Lars Hjemli | -0/+0 |
2008-03-28 | Move function for configfile parsing into configfile.[ch] | Lars Hjemli | -78/+99 |
2008-03-27 | Add cache.h | Lars Hjemli | -14/+25 |
2008-03-25 | Remove global and obsolete cgit_cmd | Lars Hjemli | -2/+1 |
2008-03-25 | Makefile: copy the QUIET constructs from the Makefile in git.git | Lars Hjemli | -5/+31 |
2008-03-24 | Move cgit_version from shared.c to cgit.c | Lars Hjemli | -3/+5 |
2008-03-24 | Makefile: autobuild dependency rules | Lars Hjemli | -1/+11 |
2008-03-24 | Initial Makefile cleanup | Lars Hjemli | -7/+22 |
2008-03-24 | Move non-generic functions from shared.c to cgit.c | Lars Hjemli | -157/+155 |
2008-03-24 | Add ui-shared.h | Lars Hjemli | -32/+47 |
2008-03-24 | Add separate header-files for each page/view | Lars Hjemli | -189/+257 |
2008-03-24 | Refactor snapshot support | Lars Hjemli | -86/+90 |
2008-03-24 | Add command dispatcher | Lars Hjemli | -110/+169 |
2008-03-24 | Remove obsolete cacheitem parameter to ui-functions | Lars Hjemli | -17/+16 |
2008-03-24 | Add struct cgit_page to cgit_context | Lars Hjemli | -88/+113 |
2008-03-23 | Use GIT-1.5.5.rc1 | Lars Hjemli | -1/+1 |
2008-03-18 | Introduce html.h | Lars Hjemli | -46/+71 |
2008-03-17 | Fix segfault in patch view for root commit | Lars Hjemli | -1/+42 |