about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* | Makefile: Git dependency, take 3Lars Hjemli2008-08-061-5/+3
* | Merge branch 'lh/atom'Lars Hjemli2008-08-067-0/+168
|\ \
| * | Add atom-supportLars Hjemli2008-08-017-0/+168
| |/
* / cgitrc: explain new local-time optionStefan Naewe2008-08-051-0/+2
|/
* Added `local-time` option to cgitrcStefan Naewe2008-08-017-10/+17
* Makefile: another take on git dependency rulesLars Hjemli2008-08-011-7/+5
* Modify default value for a few cgitrc optionsLars Hjemli2008-07-271-2/+5
* Be prepared for empty repositoriesLars Hjemli2008-07-272-4/+9
* ui-shared: show repo owner along with descriptionLars Hjemli2008-07-271-3/+3
* ui-summary: show clone urlsLars Hjemli2008-07-271-0/+41
* Makefile: remove the `distclean` and `emptycache` targetsLars Hjemli2008-07-221-7/+0
* Makefile: do not touch the git objects with `make clean`Lars Hjemli2008-07-221-1/+0
* Makefile: fix git dependency rulesLars Hjemli2008-07-221-5/+3
* tests/Makefile: not everyone has `.` in $PATHLars Hjemli2008-07-221-1/+1
* Adjust to new calling convention for read_tree_recursive()Lars Hjemli2008-07-212-7/+10
* Use GIT-1.6.0-rc0Lars Hjemli2008-07-211-0/+0
* Add a favicon option to cgitrcLars Hjemli2008-07-194-0/+10
* Add support for including a footer on all pagesLars Hjemli2008-06-263-4/+13
* Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli2008-06-265-7/+39
|\
| * allow specification of directly linked blobs mimetypesMichael Krelin2008-06-243-1/+4
| * allow blob extract blobs by head/path combinationMichael Krelin2008-06-243-6/+35
* | Use GIT-1.5.6Lars Hjemli2008-06-252-1/+1
|/
* 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
| * 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
* | Make output from `make test` more readableLars Hjemli2008-02-241-2/+2
* | Brown paper bag: don't use `grep -v`Lars Hjemli2008-02-242-5/+5
* | Add regression-test for description-less reposLars Hjemli2008-02-242-1/+5
* | Merge branch 'stable'Lars Hjemli2008-02-231-15/+5
|\ \ | |/ |/|
| * Fix segfaultHiroki Hattori2008-02-231-15/+5
* | Use GIT-1.5.4.1Lars Hjemli2008-02-162-1/+1
* | Use GIT-1.5.4Lars Hjemli2008-02-022-1/+1
* | Use GIT-1.5.4.rc5Lars Hjemli2008-01-282-1/+1
* | Use GIT-1.5.4.rc4Lars Hjemli2008-01-213-2/+2
* | Merge branch 'stable'Lars Hjemli2008-01-134-6/+7
|\|
| * CGIT 0.7.2 v0.7.2Lars Hjemli2008-01-101-1/+1
| * Use GIT-1.5.3.8Lars Hjemli2008-01-102-1/+1
| * Compare string lengths when parsing the snapshot maskLars Hjemli2007-12-031-3/+4
| * Default repo description to "[no description]"Evan Martin2007-12-031-1/+1
* | Check for NULL-subject in patch viewLars Hjemli2008-01-101-1/+6
* | Handle missing default branch and error out on invalid branch namesLars Hjemli2008-01-041-4/+58
* | Add plain patch viewLars Hjemli2007-12-116-2/+122
* | Add support for automatic and custom clone urlsLars Hjemli2007-12-034-0/+31
* | Merge branch 'stable'Lars Hjemli2007-12-022-3/+7
|\|
| * Handle missing timestamp in commit/tag objectsLars Hjemli2007-12-022-3/+7
| * Set commit date on snapshot contentsLars Hjemli2007-11-111-0/+1
* | Add cell-spacing in htmlLars Hjemli2007-11-161-1/+1
* | Use tables for page layoutLars Hjemli2007-11-162-30/+41
* | Gimp my logoLars Hjemli2007-11-161-0/+0
* | Add support for "robots" meta-tagLars Hjemli2007-11-114-0/+11
* | Generate valid html for "downloads" menu headerLars Hjemli2007-11-111-1/+1
* | Merge branch 'lh/testsuite'Lars Hjemli2007-11-1122-25/+334
|\ \
| * | Set commit date on snapshot contentsLars Hjemli2007-11-111-0/+1
| * | Fix html error detected by test-suiteLars Hjemli2007-11-1111-27/+37
| * | Create initial testsuiteLars Hjemli2007-11-1112-1/+299
|/ /
* | Merge branch 'stable'Lars Hjemli2007-11-091-4/+7
|\|
| * CGIT 0.7.1 v0.7.1Lars Hjemli2007-11-091-1/+1
| * Makefile install: include cgit.png, do not empty cacheLars Hjemli2007-11-091-3/+6
* | Minor css tweaksLars Hjemli2007-11-091-10/+1
* | Merge branch 'stable'Lars Hjemli2007-11-081-2/+4
|\|
| * Support "/" as virtual-rootLars Hjemli2007-11-081-2/+4
* | Makefile: link with libiconv if NEEDS_LIBICONV is definedLars Hjemli2007-11-061-0/+5
* | Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgitLars Hjemli2007-11-064-1/+35
|\ \
| * | Use utf8::reencode_string from gitLars Hjemli2007-11-052-60/+5
| * | Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault2007-11-051-0/+14
| * | Add iconv_msg function.Jonathan Bastien-Filiatrault2007-11-051-0/+58
| * | Set msg_encoding according to the header.Jonathan Bastien-Filiatrault2007-11-051-0/+8
| * | Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault2007-11-054-1/+10
| |/
* / Show lines changed as -n/+m in shortlogsLars Hjemli2007-11-061-7/+14
|/
* Don't show the the branch selector button if javascript is enabledLars Hjemli2007-11-031-1/+1
* Do not require javascript-enabled clientsLars Hjemli2007-11-032-0/+16
* CGIT 0.7 v0.7Lars Hjemli2007-11-031-1/+1
* Use GIT-1.5.3.5Lars Hjemli2007-11-032-1/+1
* Don't include current SHA1 in 'log' menu-itemLars Hjemli2007-11-031-2/+2
* Don't include current path in menu linksLars Hjemli2007-11-031-3/+2
* Fix search form action/hidden fieldsLars Hjemli2007-11-031-18/+24
* Add search parameters to cgit_log_linkLars Hjemli2007-11-036-8/+21
* Fix typo in cssShunichi Fuji2007-11-031-1/+1
* Change the cgit layoutLars Hjemli2007-10-307-197/+231
* Add config param 'index-info'Lars Hjemli2007-10-302-0/+4
* Teach cgit_object_link() about tag objectsLars Hjemli2007-10-281-0/+3
* Make print_branch() handle refs not pointing at commitsLars Hjemli2007-10-281-5/+11
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-287-9/+39
* Add html_option() functionLars Hjemli2007-10-282-0/+13
* Merge branch 'stable'Lars Hjemli2007-10-271-2/+2
|\
| * cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli2007-10-271-2/+2
* | Cleanup code introduced by the filter-refs topicLars Hjemli2007-10-271-30/+19
* | Merge branch 'filter-refs'Lars Hjemli2007-10-278-37/+229
|\ \
| * | Add links to the new refs page from summary pageLars Hjemli2007-10-273-0/+21
| * | Add support for refs viewLars Hjemli2007-10-275-2/+37
| * | Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli2007-10-272-2/+4
| * | Add descriptions of summary-branches and summary-tags to cgitrcLars Hjemli2007-10-271-0/+10
| * | Add support for config param summary-branchesLars Hjemli2007-10-273-3/+32
| * | Move logic for age comparision from cmp_tag_age into cmp_age()Lars Hjemli2007-10-271-8/+13
| * | Add support for config param summary-tagsLars Hjemli2007-10-273-3/+11
| * | Sort tags by ageLars Hjemli2007-10-271-0/+18
| * | Use reflist to print tag infoLars Hjemli2007-10-271-17/+19
| * | Use reflist to print branch infoLars Hjemli2007-10-271-14/+16
| * | Add functions and types for ref listsLars Hjemli2007-10-272-0/+60
|/ /
* | Merge branch 'stable'Lars Hjemli2007-10-271-0/+6
|\|
| * Skip unknown header fields when parsing tags and commitsLars Hjemli2007-10-271-0/+6
* | Merge branch 'stable'Lars Hjemli2007-10-051-1/+1
|\|
| * correct typo in CSSMichael Krelin2007-10-051-1/+1
* | Merge branch 'stable'Lars Hjemli2007-10-012-1/+1
|\|
| * Use git-1.5.3.3Lars Hjemli2007-10-012-1/+1
* | cgit.css: make diff headers more visibleLars Hjemli2007-10-011-1/+6
* | ui-diff: add links to pre- and postversion of blobsLars Hjemli2007-10-011-16/+26
* | gen-version.sh: don't sed the output from git describeLars Hjemli2007-10-011-1/+1
* | css: remove the annoying tr:hover rule for diffstatLars Hjemli2007-10-011-4/+0
* | ui-commit.c: link to diff instead of tree from diffstatLars Hjemli2007-10-011-2/+2
* | Add prefix parameter to cgit_print_diff()Lars Hjemli2007-10-013-4/+4
* | Add prefix parameter to cgit_diff_tree()Lars Hjemli2007-10-013-5/+11
* | Add support for a renamelimit option in cgitrcLars Hjemli2007-09-252-0/+11
|/
* cgit v0.6.3 v0.6.3Lars Hjemli2007-09-201-1/+1
* Upgrade to GIT 1.5.3.2Lars Hjemli2007-09-202-1/+1
* Use trim_end() to remove trailing slashesLars Hjemli2007-09-201-3/+3
* Remove a few compiler warningsLars Hjemli2007-09-202-2/+3
* Add cgit.conf to .gitignore, remove *~Lars Hjemli2007-09-201-1/+1
* ui-tree: show last line of blobLars Hjemli2007-09-201-2/+5
* ui-tree: specify parameter position for all htmlf formatsLars Hjemli2007-09-191-1/+1
* fixed typo in cgitrcMichael Krelin2007-09-141-1/+1
* Improve the sample cgitrc fileChris Pickel2007-09-091-12/+51
* cgit v0.6.2 v0.6.2Lars Hjemli2007-09-081-1/+1
* Revert part of "Makefile: add support for DESTDIR"Lars Hjemli2007-09-081-3/+3
* Revert "Makefile: add missing references to DESTDIR"Lars Hjemli2007-09-081-2/+2
* cgit v0.6.1 v0.6.1Lars Hjemli2007-09-082-2/+2
* Makefile: add missing references to DESTDIRLars Hjemli2007-09-081-2/+2
* Make cgit honor CACHE_ROOT as defined in MakefileChris Pickel2007-09-082-1/+2
* Makefile: add support for DESTDIRChris Pickel2007-09-081-7/+7
* cgit v0.6 v0.6Lars Hjemli2007-09-041-2/+2
* Update READMELars Hjemli2007-09-041-18/+39
* Set xdemitconf_t.findfunc=NULLLars Hjemli2007-09-041-0/+1
* Merge branch 'jo/dirlink'Lars Hjemli2007-09-033-7/+7
|\
| * Rename dirlink to gitlink.Jeffrey C. Ollie2007-06-043-7/+7
* | Use git-1.5.3 as submoduleLars Hjemli2007-09-031-0/+0
* | Delete submodules.sh and prepare for using git-submoduleLars Hjemli2007-09-032-186/+3
* | Makefile: add target "get-git"Lars Hjemli2007-09-031-1/+6
* | Rewrite the makefile + gen-version.shLars Hjemli2007-09-032-67/+55
* | ui-snapshot: whitespace/formatting cleanupLars Hjemli2007-07-231-24/+24
* | Make ui-tag.c generate valid xhtmlLars Hjemli2007-07-231-1/+1
* | Add support for line number in url fragmentLars Hjemli2007-07-232-1/+10
* | cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-235-21/+41
* | Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli2007-07-229-44/+194
|\ \
| * | link raw blob from tree file viewMichael Krelin2007-07-211-0/+4
| * | fix: changed view link to blob in summary.Michael Krelin2007-07-211-1/+1
| * | allow selective enabling of snapshotsMichael Krelin2007-07-216-15/+48
| * | shorten snapshot names to repo basenameMichael Krelin2007-07-212-2/+3
| * | introduce cgit_repobasenameMichael Krelin2007-07-212-0/+26
| * | added snapshot filename to the linkMichael Krelin2007-07-213-5/+16
| * | add plain uncompressed tar snapshort formatMichael Krelin2007-07-211-1/+2
| * | introduced .tar.bz2 snapshotsMichael Krelin2007-07-211-31/+42
| * | compress .tar.gz using gzip as a filterMichael Krelin2007-07-201-1/+37
| * | added a chk_non_negative checkMichael Krelin2007-07-202-0/+8
| * | css: adjust vertical-align of commit info th cellsMichael Krelin2007-07-181-0/+1
| * | add support for snapshot tarballsMichael Krelin2007-07-184-37/+55
* | | Add ui-tag.cLars Hjemli2007-07-227-32/+111
|/ /
* | make gen-version.sh run even if . is not in PATHMichael Krelin2007-07-031-1/+1
* | make config adjustable via env variable CGIT_CONFIGMichael Krelin2007-07-031-1/+3
* | Merge branch 'lh/menu'Lars Hjemli2007-06-2911-53/+145
|\ \
| * | Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli2007-06-296-16/+30
| * | Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli2007-06-263-2/+25
| * | Do not include current path in the "tree" menu linkLars Hjemli2007-06-261-1/+1
| * | Add setting to enable/disable extra links on index pageLars Hjemli2007-06-194-12/+31
| * | Change S/L/T to summary/log/treeLars Hjemli2007-06-183-9/+10
| * | Change "files" to "tree"Lars Hjemli2007-06-182-2/+2
| * | Include querystring as part of cached filename for repo summary pageLars Hjemli2007-06-181-4/+6
| * | Add more menuitems on repo pagesLars Hjemli2007-06-182-16/+49
* | | Add version info from git-describeLars Hjemli2007-06-187-16/+27
|/ /
* | Add cgit_diff_link()Lars Hjemli2007-06-176-69/+75
* | ui-commit: use cgit_commit_link() for parent linksLars Hjemli2007-06-171-6/+4
* | ui-log: honor id=sha1 on querystringLars Hjemli2007-06-172-1/+4
* | Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-177-18/+31
* | Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-175-20/+24
* | ui-tree: html/css cleanupLars Hjemli2007-06-172-23/+12
* | ui-shared: use strcmp() to compare stringsLars Hjemli2007-06-171-2/+2
* | Add and use cgit_tree_link()Lars Hjemli2007-06-175-38/+107
* | ui-tree: make blob viewer generate valid htmlLars Hjemli2007-06-161-1/+0
* | ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-168-112/+174