Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Move cgit_version from shared.c to cgit.c | Lars Hjemli | 2008-03-24 | 3 | -3/+5 |
* | Makefile: autobuild dependency rules | Lars Hjemli | 2008-03-24 | 2 | -1/+11 |
* | Initial Makefile cleanup | Lars Hjemli | 2008-03-24 | 1 | -7/+22 |
* | Move non-generic functions from shared.c to cgit.c | Lars Hjemli | 2008-03-24 | 3 | -157/+155 |
* | Add ui-shared.h | Lars Hjemli | 2008-03-24 | 13 | -32/+47 |
* | Add separate header-files for each page/view | Lars Hjemli | 2008-03-24 | 15 | -189/+257 |
* | Refactor snapshot support | Lars Hjemli | 2008-03-24 | 4 | -86/+90 |
* | Add command dispatcher | Lars Hjemli | 2008-03-24 | 7 | -110/+169 |
* | Remove obsolete cacheitem parameter to ui-functions | Lars Hjemli | 2008-03-24 | 6 | -17/+16 |
* | Add struct cgit_page to cgit_context | Lars Hjemli | 2008-03-24 | 8 | -88/+113 |
* | Introduce html.h | Lars Hjemli | 2008-03-18 | 17 | -46/+71 |
* | Improve initialization of git directory | Lars Hjemli | 2008-02-16 | 2 | -10/+9 |
* | Move cgit_repo into cgit_context | Lars Hjemli | 2008-02-16 | 11 | -103/+101 |
* | Add all config variables into struct cgit_context | Lars Hjemli | 2008-02-16 | 7 | -175/+166 |
* | Introduce struct cgit_context | Lars Hjemli | 2008-02-16 | 13 | -164/+156 |
* | Use GIT-1.5.4.1 | Lars Hjemli | 2008-02-16 | 2 | -1/+1 |
* | Use GIT-1.5.4 | Lars Hjemli | 2008-02-02 | 2 | -1/+1 |
* | Use GIT-1.5.4.rc5 | Lars Hjemli | 2008-01-28 | 2 | -1/+1 |
* | Use GIT-1.5.4.rc4 | Lars Hjemli | 2008-01-21 | 3 | -2/+2 |
* | Merge branch 'stable' | Lars Hjemli | 2008-01-13 | 4 | -6/+7 |
|\ | |||||
| * | CGIT 0.7.2v0.7.2 | Lars Hjemli | 2008-01-10 | 1 | -1/+1 |
| * | Use GIT-1.5.3.8 | Lars Hjemli | 2008-01-10 | 2 | -1/+1 |
| * | Compare string lengths when parsing the snapshot mask | Lars Hjemli | 2007-12-03 | 1 | -3/+4 |
| * | Default repo description to "[no description]" | Evan Martin | 2007-12-03 | 1 | -1/+1 |
* | | Check for NULL-subject in patch view | Lars Hjemli | 2008-01-10 | 1 | -1/+6 |
* | | Handle missing default branch and error out on invalid branch names | Lars Hjemli | 2008-01-04 | 1 | -4/+58 |
* | | Add plain patch view | Lars Hjemli | 2007-12-11 | 6 | -2/+122 |
* | | Add support for automatic and custom clone urls | Lars Hjemli | 2007-12-03 | 4 | -0/+31 |
* | | Merge branch 'stable' | Lars Hjemli | 2007-12-02 | 2 | -3/+7 |
|\| | |||||
| * | Handle missing timestamp in commit/tag objects | Lars Hjemli | 2007-12-02 | 2 | -3/+7 |
| * | Set commit date on snapshot contents | Lars Hjemli | 2007-11-11 | 1 | -0/+1 |
* | | Add cell-spacing in html | Lars Hjemli | 2007-11-16 | 1 | -1/+1 |
* | | Use tables for page layout | Lars Hjemli | 2007-11-16 | 2 | -30/+41 |
* | | Gimp my logo | Lars Hjemli | 2007-11-16 | 1 | -0/+0 |
* | | Add support for "robots" meta-tag | Lars Hjemli | 2007-11-11 | 4 | -0/+11 |
* | | Generate valid html for "downloads" menu header | Lars Hjemli | 2007-11-11 | 1 | -1/+1 |
* | | Merge branch 'lh/testsuite' | Lars Hjemli | 2007-11-11 | 22 | -25/+334 |
|\ \ | |||||
| * | | Set commit date on snapshot contents | Lars Hjemli | 2007-11-11 | 1 | -0/+1 |
| * | | Fix html error detected by test-suite | Lars Hjemli | 2007-11-11 | 11 | -27/+37 |
| * | | Create initial testsuite | Lars Hjemli | 2007-11-11 | 12 | -1/+299 |
|/ / | |||||
* | | Merge branch 'stable' | Lars Hjemli | 2007-11-09 | 1 | -4/+7 |
|\| | |||||
| * | CGIT 0.7.1v0.7.1 | Lars Hjemli | 2007-11-09 | 1 | -1/+1 |
| * | Makefile install: include cgit.png, do not empty cache | Lars Hjemli | 2007-11-09 | 1 | -3/+6 |
* | | Minor css tweaks | Lars Hjemli | 2007-11-09 | 1 | -10/+1 |
* | | Merge branch 'stable' | Lars Hjemli | 2007-11-08 | 1 | -2/+4 |
|\| |