summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
...
* Add link to index page from repo header, remove page nameLars Hjemli2008-05-04-2/+5
* Add footer with page creation time and cgit version on all pagesLars Hjemli2008-05-03-0/+9
* Add a pager on the repolistLars Hjemli2008-05-03-1/+32
* Add cgit_index_link() function with support for offsetLars Hjemli2008-05-03-5/+19
* Merge branch 'lh/cache'Lars Hjemli2008-05-03-216/+506
|\
| * Add page 'ls_cache'Lars Hjemli2008-04-28-5/+87
| * Redesign the caching layerLars Hjemli2008-04-28-210/+418
* | Print an error if filename is not found in html_include.Harley Laue2008-04-29-1/+5
* | Merge branch 'lh/about'Lars Hjemli2008-04-29-16/+100
|\ \
| * | Add 'about site' and 'about repo' pagesLars Hjemli2008-04-29-3/+59
| * | Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli2008-04-29-0/+10
| * | Make it possible for a single cmd to work both with and without a repoLars Hjemli2008-04-29-1/+10
| * | Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli2008-04-29-1/+8
| * | Move included header-file out of repolist tableLars Hjemli2008-04-29-6/+3
| * | Prepare for 'about repo' pageLars Hjemli2008-04-28-5/+10
|/ /
* | ui-diff: remove test on object typeLars Hjemli2008-04-24-6/+0
* | Integrate diffstat with diffLars Hjemli2008-04-24-142/+152
|/
* Fix commitdiff annoyanceLars Hjemli2008-04-17-1/+1
* Cleanup page headerLars Hjemli2008-04-15-17/+4
* Fix search in repo index even if caching is enabledLars Hjemli2008-04-14-1/+3
* Make a few more columns in repolist and log view clickableLars Hjemli2008-04-14-0/+7
* Make branches, tags and log play better together in the summary viewLars Hjemli2008-04-14-34/+43
* Fix more css uglinessLars Hjemli2008-04-14-10/+4
* cgit.css: set form marginsLars Hjemli2008-04-14-1/+1
* Fix css font-familyLars Hjemli2008-04-14-1/+1
* Merge branch 'lh/layout'Lars Hjemli2008-04-13-180/+238
|\
| * Make repository search case insensitiveLars Hjemli2008-04-13-4/+11
| * Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-13-2/+8
| * Implement minimal freetext search in the repolistLars Hjemli2008-04-13-13/+47
| * More layout fixesLars Hjemli2008-04-13-33/+98
| * Minor fixup in tree-view cssLars Hjemli2008-04-12-3/+2
| * Reintroduce the branch switcherLars Hjemli2008-04-12-0/+17
| * Add fixed link to index page from repo headerLars Hjemli2008-04-12-3/+9
| * Include diff in commit viewLars Hjemli2008-04-12-3/+5
| * Replace sidebar/logoLars Hjemli2008-04-12-175/+97
|/
* Use GIT-1.5.5Lars Hjemli2008-04-09-1/+1
* Don't specify mimetype in ui-blob.cLars Hjemli2008-04-08-2/+3
* Merge branch 'lh/cleanup'Lars Hjemli2008-04-08-1117/+1379
|\
| * Reset ctx.repo to NULL when the config parser is finishedLars Hjemli2008-04-08-0/+1
| * Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli2008-04-08-64/+68
| * Move function for configfile parsing into configfile.[ch]Lars Hjemli2008-03-28-78/+99
| * Add cache.hLars Hjemli2008-03-27-14/+25
| * Remove global and obsolete cgit_cmdLars Hjemli2008-03-25-2/+1
| * Makefile: copy the QUIET constructs from the Makefile in git.gitLars Hjemli2008-03-25-5/+31
| * Move cgit_version from shared.c to cgit.cLars Hjemli2008-03-24-3/+5
| * Makefile: autobuild dependency rulesLars Hjemli2008-03-24-1/+11
| * Initial Makefile cleanupLars Hjemli2008-03-24-7/+22
| * Move non-generic functions from shared.c to cgit.cLars Hjemli2008-03-24-157/+155
| * Add ui-shared.hLars Hjemli2008-03-24-32/+47
| * Add separate header-files for each page/viewLars Hjemli2008-03-24-189/+257