aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added root-desc to default configuration.Harley Laue2008-05-211-0/+4
* ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli2008-05-201-6/+8
* cache.c: fix error checking in print_slot()Lars Hjemli2008-05-201-4/+7
* cache.c: do not ignore errors from print_slot()Lars Hjemli2008-05-182-5/+15
* cache.c: use xread()/xwrite() from libgitLars Hjemli2008-05-181-6/+6
* cache.c: make all io-related functions return errno on errorLars Hjemli2008-05-181-9/+24
* cache.c: read(2) returns -1 on error, not 0Lars Hjemli2008-05-181-1/+1
* Use GIT-1.5.5.1Lars Hjemli2008-05-182-1/+1
* Include commit-id in link from diff-statLars Hjemli2008-05-182-1/+2
* ui-commit: handle root commitsLars Hjemli2008-05-182-3/+22
* Add link to index page from repo header, remove page nameLars Hjemli2008-05-042-2/+5
* Add footer with page creation time and cgit version on all pagesLars Hjemli2008-05-032-0/+9
* Add a pager on the repolistLars Hjemli2008-05-034-1/+32
* Add cgit_index_link() function with support for offsetLars Hjemli2008-05-032-5/+19
* Merge branch 'lh/cache'Lars Hjemli2008-05-037-216/+506
|\
| * Add page 'ls_cache'Lars Hjemli2008-04-283-5/+87
| * Redesign the caching layerLars Hjemli2008-04-286-210/+418
* | Print an error if filename is not found in html_include.Harley Laue2008-04-291-1/+5
* | Merge branch 'lh/about'Lars Hjemli2008-04-298-16/+100
|\ \
| * | Add 'about site' and 'about repo' pagesLars Hjemli2008-04-292-3/+59
| * | Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli2008-04-294-0/+10
| * | Make it possible for a single cmd to work both with and without a repoLars Hjemli2008-04-291-1/+10
| * | Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli2008-04-293-1/+8
| * | Move included header-file out of repolist tableLars Hjemli2008-04-291-6/+3
| * | Prepare for 'about repo' pageLars Hjemli2008-04-282-5/+10
|/ /
* | ui-diff: remove test on object typeLars Hjemli2008-04-241-6/+0
* | Integrate diffstat with diffLars Hjemli2008-04-243-142/+152
|/
* Fix commitdiff annoyanceLars Hjemli2008-04-171-1/+1
* Cleanup page headerLars Hjemli2008-04-151-17/+4
* Fix search in repo index even if caching is enabledLars Hjemli2008-04-141-1/+3
* Make a few more columns in repolist and log view clickableLars Hjemli2008-04-142-0/+7
* Make branches, tags and log play better together in the summary viewLars Hjemli2008-04-143-34/+43
* Fix more css uglinessLars Hjemli2008-04-141-10/+4
* cgit.css: set form marginsLars Hjemli2008-04-141-1/+1
* Fix css font-familyLars Hjemli2008-04-141-1/+1
* Merge branch 'lh/layout'Lars Hjemli2008-04-137-180/+238
|\
| * Make repository search case insensitiveLars Hjemli2008-04-132-4/+11
| * Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-133-2/+8
| * Implement minimal freetext search in the repolistLars Hjemli2008-04-132-13/+47
| * More layout fixesLars Hjemli2008-04-133-33/+98
| * Minor fixup in tree-view cssLars Hjemli2008-04-121-3/+2
| * Reintroduce the branch switcherLars Hjemli2008-04-122-0/+17
| * Add fixed link to index page from repo headerLars Hjemli2008-04-121-3/+9
| * Include diff in commit viewLars Hjemli2008-04-121-3/+5
| * Replace sidebar/logoLars Hjemli2008-04-123-175/+97
|/
* Use GIT-1.5.5Lars Hjemli2008-04-092-1/+1
* Don't specify mimetype in ui-blob.cLars Hjemli2008-04-082-2/+3
* Merge branch 'lh/cleanup'Lars Hjemli2008-04-0838-1117/+1379
|\
| * Reset ctx.repo to NULL when the config parser is finishedLars Hjemli2008-04-081-0/+1
| * Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli2008-04-086-64/+68