aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add page 'ls_cache'Lars Hjemli2008-04-283-5/+87
* Redesign the caching layerLars Hjemli2008-04-286-210/+418
* 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
| * Move function for configfile parsing into configfile.[ch]Lars Hjemli2008-03-286-78/+99
| * Add cache.hLars Hjemli2008-03-274-14/+25
| * Remove global and obsolete cgit_cmdLars Hjemli2008-03-252-2/+1
| * Makefile: copy the QUIET constructs from the Makefile in git.gitLars Hjemli2008-03-251-5/+31
| * Move cgit_version from shared.c to cgit.cLars Hjemli2008-03-243-3/+5
| * Makefile: autobuild dependency rulesLars Hjemli2008-03-242-1/+11
| * Initial Makefile cleanupLars Hjemli2008-03-241-7/+22
| * Move non-generic functions from shared.c to cgit.cLars Hjemli2008-03-243-157/+155
| * Add ui-shared.hLars Hjemli2008-03-2413-32/+47
| * Add separate header-files for each page/viewLars Hjemli2008-03-2415-189/+257
| * Refactor snapshot supportLars Hjemli2008-03-244-86/+90
| * Add command dispatcherLars Hjemli2008-03-247-110/+169
| * Remove obsolete cacheitem parameter to ui-functionsLars Hjemli2008-03-246-17/+16
| * Add struct cgit_page to cgit_contextLars Hjemli2008-03-248-88/+113
| * Introduce html.hLars Hjemli2008-03-1817-46/+71
| * Improve initialization of git directoryLars Hjemli2008-02-162-10/+9
| * Move cgit_repo into cgit_contextLars Hjemli2008-02-1611-103/+101
| * Add all config variables into struct cgit_contextLars Hjemli2008-02-167-175/+166
| * Introduce struct cgit_contextLars Hjemli2008-02-1613-164/+156
* | Use GIT-1.5.5-rc2Lars Hjemli2008-04-011-0/+0
* | Use GIT-1.5.5.rc1Lars Hjemli2008-03-232-1/+1
* | Fix segfault in patch view for root commitLars Hjemli2008-03-172-1/+42
* | Use GIT-1.5.4.4Lars Hjemli2008-03-172-1/+1
* | tests/setup.sh: cleanup test script output and loggingLars Hjemli2008-02-241-2/+8
* | t0010-validate.sh: return on cgit errorsLars Hjemli2008-02-241-1/+4