| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cache.c: use xread()/xwrite() from libgit | Lars Hjemli | 2008-05-18 | 1 | -6/+6 |
* | cache.c: make all io-related functions return errno on error | Lars Hjemli | 2008-05-18 | 1 | -9/+24 |
* | cache.c: read(2) returns -1 on error, not 0 | Lars Hjemli | 2008-05-18 | 1 | -1/+1 |
* | Use GIT-1.5.5.1 | Lars Hjemli | 2008-05-18 | 2 | -1/+1 |
* | Include commit-id in link from diff-stat | Lars Hjemli | 2008-05-18 | 2 | -1/+2 |
* | ui-commit: handle root commits | Lars Hjemli | 2008-05-18 | 2 | -3/+22 |
* | Add link to index page from repo header, remove page name | Lars Hjemli | 2008-05-04 | 2 | -2/+5 |
* | Add footer with page creation time and cgit version on all pages | Lars Hjemli | 2008-05-03 | 2 | -0/+9 |
* | Add a pager on the repolist | Lars Hjemli | 2008-05-03 | 4 | -1/+32 |
* | Add cgit_index_link() function with support for offset | Lars Hjemli | 2008-05-03 | 2 | -5/+19 |
* | Merge branch 'lh/cache' | Lars Hjemli | 2008-05-03 | 7 | -216/+506 |
|\ |
|
| * | Add page 'ls_cache' | Lars Hjemli | 2008-04-28 | 3 | -5/+87 |
| * | Redesign the caching layer | Lars Hjemli | 2008-04-28 | 6 | -210/+418 |
* | | Print an error if filename is not found in html_include. | Harley Laue | 2008-04-29 | 1 | -1/+5 |
* | | Merge branch 'lh/about' | Lars Hjemli | 2008-04-29 | 8 | -16/+100 |
|\ \ |
|
| * | | Add 'about site' and 'about repo' pages | Lars Hjemli | 2008-04-29 | 2 | -3/+59 |
| * | | Prepare for 'about site' page / add 'root-readme' option to cgitrc | Lars Hjemli | 2008-04-29 | 4 | -0/+10 |
| * | | Make it possible for a single cmd to work both with and without a repo | Lars Hjemli | 2008-04-29 | 1 | -1/+10 |
| * | | Re-enable 'index-info' and add support for 'root-desc' in cgitrc | Lars Hjemli | 2008-04-29 | 3 | -1/+8 |
| * | | Move included header-file out of repolist table | Lars Hjemli | 2008-04-29 | 1 | -6/+3 |
| * | | Prepare for 'about repo' page | Lars Hjemli | 2008-04-28 | 2 | -5/+10 |
|/ / |
|
* | | ui-diff: remove test on object type | Lars Hjemli | 2008-04-24 | 1 | -6/+0 |
* | | Integrate diffstat with diff | Lars Hjemli | 2008-04-24 | 3 | -142/+152 |
|/ |
|
* | Fix commitdiff annoyance | Lars Hjemli | 2008-04-17 | 1 | -1/+1 |
* | Cleanup page header | Lars Hjemli | 2008-04-15 | 1 | -17/+4 |
* | Fix search in repo index even if caching is enabled | Lars Hjemli | 2008-04-14 | 1 | -1/+3 |
* | Make a few more columns in repolist and log view clickable | Lars Hjemli | 2008-04-14 | 2 | -0/+7 |
* | Make branches, tags and log play better together in the summary view | Lars Hjemli | 2008-04-14 | 3 | -34/+43 |
* | Fix more css ugliness | Lars Hjemli | 2008-04-14 | 1 | -10/+4 |
* | cgit.css: set form margins | Lars Hjemli | 2008-04-14 | 1 | -1/+1 |
* | Fix css font-family | Lars Hjemli | 2008-04-14 | 1 | -1/+1 |
* | Merge branch 'lh/layout' | Lars Hjemli | 2008-04-13 | 7 | -180/+238 |
|\ |
|
| * | Make repository search case insensitive | Lars Hjemli | 2008-04-13 | 2 | -4/+11 |
| * | Remove 'patch' link from tab, add to commit view | Lars Hjemli | 2008-04-13 | 3 | -2/+8 |
| * | Implement minimal freetext search in the repolist | Lars Hjemli | 2008-04-13 | 2 | -13/+47 |
| * | More layout fixes | Lars Hjemli | 2008-04-13 | 3 | -33/+98 |
| * | Minor fixup in tree-view css | Lars Hjemli | 2008-04-12 | 1 | -3/+2 |
| * | Reintroduce the branch switcher | Lars Hjemli | 2008-04-12 | 2 | -0/+17 |
| * | Add fixed link to index page from repo header | Lars Hjemli | 2008-04-12 | 1 | -3/+9 |
| * | Include diff in commit view | Lars Hjemli | 2008-04-12 | 1 | -3/+5 |
| * | Replace sidebar/logo | Lars Hjemli | 2008-04-12 | 3 | -175/+97 |
|/ |
|
* | Use GIT-1.5.5 | Lars Hjemli | 2008-04-09 | 2 | -1/+1 |
* | Don't specify mimetype in ui-blob.c | Lars Hjemli | 2008-04-08 | 2 | -2/+3 |
* | Merge branch 'lh/cleanup' | Lars Hjemli | 2008-04-08 | 38 | -1117/+1379 |
|\ |
|
| * | Reset ctx.repo to NULL when the config parser is finished | Lars Hjemli | 2008-04-08 | 1 | -0/+1 |
| * | Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring() | Lars Hjemli | 2008-04-08 | 6 | -64/+68 |
| * | Move function for configfile parsing into configfile.[ch] | Lars Hjemli | 2008-03-28 | 6 | -78/+99 |
| * | Add cache.h | Lars Hjemli | 2008-03-27 | 4 | -14/+25 |
| * | Remove global and obsolete cgit_cmd | Lars Hjemli | 2008-03-25 | 2 | -2/+1 |
| * | Makefile: copy the QUIET constructs from the Makefile in git.git | Lars Hjemli | 2008-03-25 | 1 | -5/+31 |