summary refs log tree commit diff
path: root/cgit.css (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-05ui-summary: use html_url_path()Lars Hjemli1-1/+1
2008-10-05ui-refs: use cgit_tag_link()Lars Hjemli1-6/+2
2008-10-05ui-shared: add cgit_tag_link()Lars Hjemli2-0/+8
2008-10-05ui-shared: generate proper links in cgit_object_link()Lars Hjemli1-15/+7
2008-10-05ui-shared: use html_url_path() to get properly escaped url in form actionLars Hjemli1-2/+2
2008-10-05Use GIT-1.6.0.2Lars Hjemli3-5/+3
2008-10-05ui-shared: reword the standard page footerLars Hjemli1-2/+2
2008-10-05ui-shared: do not print repo name on the "summary" tabLars Hjemli1-2/+1
2008-10-05Replace cgitrc with cgitrc.5.txtLars Hjemli2-202/+367
2008-10-05ui-repolist + ui-shared: Use cgit_summary_link()Lars Hjemli2-10/+5
2008-10-05ui-shared.c: add cgit_summary_link()Lars Hjemli2-0/+6
2008-10-05ui-shared.c: use html_url_path() in repolink()Lars Hjemli1-4/+4
2008-10-05html.c: add html_url_pathLars Hjemli2-0/+17
2008-10-05ui-snapshot.c: specify archiver_args.baselenLars Hjemli2-2/+11
2008-10-05ui-shared.c: use html_url_arg()Lars Hjemli4-11/+36
2008-10-05html.c: add html_url_argLars Hjemli2-0/+17
2008-09-23ui-diff: make diffstat header a link to the full diffLars Hjemli1-1/+4
2008-09-23ui-diff: fix links from diffstatLars Hjemli1-4/+2
2008-09-20Add LDFLAGS to makefile.Harley Laue1-1/+1
2008-09-15ui-repolist: enable filtering of repos by pathLars Hjemli1-1/+10
2008-09-15Add support for --scan-tree=<path> option to cgitLars Hjemli4-3/+184
2008-09-15Teach cgit how to use PATH_INFOLars Hjemli2-0/+28
2008-09-15ui-tag: show the taggers emailLars Hjemli1-0/+4
2008-09-15parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli2-64/+97
2008-09-03Update Makefile to use GIT-1.6.0.1Lars Hjemli1-1/+1
2008-09-02use Host: header to generate cgit_hosturlEric Wong1-7/+12
2008-09-02Use GIT-1.6.0.1Lars Hjemli1-0/+0
2008-09-02ui-plain: handle subdirectoriesLars Hjemli1-4/+1
2008-09-01Use GIT-1.6.0Lars Hjemli1-0/+0
2008-09-01cache.c: use %zd for off_t argumentLars Hjemli1-1/+1
2008-08-06Supply status description to html_status()Lars Hjemli4-14/+12
2008-08-06Use GIT-1.6.0.rc1Lars Hjemli2-1/+1
2008-08-06Makefile: Git dependency, take 3Lars Hjemli1-5/+3
2008-08-06ui-tree: link to plain view instead of blob viewLars Hjemli3-4/+12
2008-08-06Implement plain viewLars Hjemli9-0/+106
2008-08-06Add support for cloning over httpLars Hjemli6-0/+140
2008-08-05cgitrc: explain new local-time optionStefan Naewe1-0/+2
2008-08-01Add atom-supportLars Hjemli7-0/+168
2008-08-01Added `local-time` option to cgitrcStefan Naewe7-10/+17
2008-08-01Makefile: another take on git dependency rulesLars Hjemli1-7/+5
2008-07-27Modify default value for a few cgitrc optionsLars Hjemli1-2/+5
2008-07-27Be prepared for empty repositoriesLars Hjemli2-4/+9
2008-07-27ui-shared: show repo owner along with descriptionLars Hjemli1-3/+3
2008-07-27ui-summary: show clone urlsLars Hjemli1-0/+41
2008-07-22Makefile: remove the `distclean` and `emptycache` targetsLars Hjemli1-7/+0
2008-07-22Makefile: do not touch the git objects with `make clean`Lars Hjemli1-1/+0
2008-07-22Makefile: fix git dependency rulesLars Hjemli1-5/+3
2008-07-22tests/Makefile: not everyone has `.` in $PATHLars Hjemli1-1/+1
2008-07-21Adjust to new calling convention for read_tree_recursive()Lars Hjemli2-7/+10
2008-07-21Use GIT-1.6.0-rc0Lars Hjemli1-0/+0
2008-07-19Add a favicon option to cgitrcLars Hjemli4-0/+10
2008-06-26Add support for including a footer on all pagesLars Hjemli3-4/+13
2008-06-25Use GIT-1.5.6Lars Hjemli2-1/+1
2008-06-24allow specification of directly linked blobs mimetypesMichael Krelin3-1/+4
2008-06-24allow blob extract blobs by head/path combinationMichael Krelin3-6/+35
2008-05-21Added root-desc to default configuration.Harley Laue1-0/+4
2008-05-20ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli1-6/+8
2008-05-20cache.c: fix error checking in print_slot()Lars Hjemli1-4/+7
2008-05-18cache.c: do not ignore errors from print_slot()Lars Hjemli2-5/+15
2008-05-18cache.c: use xread()/xwrite() from libgitLars Hjemli1-6/+6
2008-05-18cache.c: make all io-related functions return errno on errorLars Hjemli1-9/+24
2008-05-18cache.c: read(2) returns -1 on error, not 0Lars Hjemli1-1/+1
2008-05-18Use GIT-1.5.5.1Lars Hjemli2-1/+1
2008-05-18Include commit-id in link from diff-statLars Hjemli2-1/+2
2008-05-18ui-commit: handle root commitsLars Hjemli2-3/+22
2008-05-04Add link to index page from repo header, remove page nameLars Hjemli2-2/+5
2008-05-03Add footer with page creation time and cgit version on all pagesLars Hjemli2-0/+9
2008-05-03Add a pager on the repolistLars Hjemli4-1/+32
2008-05-03Add cgit_index_link() function with support for offsetLars Hjemli2-5/+19
2008-04-29Print an error if filename is not found in html_include.Harley Laue1-1/+5
2008-04-29Add 'about site' and 'about repo' pagesLars Hjemli2-3/+59
2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli4-0/+10
2008-04-29Make it possible for a single cmd to work both with and without a repoLars Hjemli1-1/+10
2008-04-29Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli3-1/+8
2008-04-29Move included header-file out of repolist tableLars Hjemli1-6/+3
2008-04-28Prepare for 'about repo' pageLars Hjemli2-5/+10
2008-04-28Add page 'ls_cache'Lars Hjemli3-5/+87
2008-04-28Redesign the caching layerLars Hjemli6-208/+416
2008-04-24ui-diff: remove test on object typeLars Hjemli1-6/+0
2008-04-24Integrate diffstat with diffLars Hjemli3-142/+152
2008-04-17Fix commitdiff annoyanceLars Hjemli1-1/+1
2008-04-15Cleanup page headerLars Hjemli1-17/+4
2008-04-14Fix search in repo index even if caching is enabledLars Hjemli1-1/+3
2008-04-14Make a few more columns in repolist and log view clickableLars Hjemli2-0/+7
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli3-34/+43
2008-04-14Fix more css uglinessLars Hjemli1-10/+4
2008-04-14cgit.css: set form marginsLars Hjemli1-1/+1
2008-04-14Fix css font-familyLars Hjemli1-1/+1
2008-04-13Make repository search case insensitiveLars Hjemli2-4/+11
2008-04-13Remove 'patch' link from tab, add to commit viewLars Hjemli3-2/+8
2008-04-13Implement minimal freetext search in the repolistLars Hjemli2-13/+47
2008-04-13More layout fixesLars Hjemli3-33/+98
2008-04-12Minor fixup in tree-view cssLars Hjemli1-3/+2
2008-04-12Reintroduce the branch switcherLars Hjemli2-0/+17
2008-04-12Add fixed link to index page from repo headerLars Hjemli1-3/+9
2008-04-12Include diff in commit viewLars Hjemli1-3/+5
2008-04-12Replace sidebar/logoLars Hjemli3-175/+97
2008-04-09Use GIT-1.5.5Lars Hjemli2-1/+1
2008-04-08Don't specify mimetype in ui-blob.cLars Hjemli2-2/+3
2008-04-08Reset ctx.repo to NULL when the config parser is finishedLars Hjemli1-0/+1
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli6-64/+68
2008-04-01Use GIT-1.5.5-rc2Lars Hjemli1-0/+0
2008-03-28Move function for configfile parsing into configfile.[ch]Lars Hjemli6-78/+99
2008-03-27Add cache.hLars Hjemli4-14/+25
2008-03-25Remove global and obsolete cgit_cmdLars Hjemli2-2/+1
2008-03-25Makefile: copy the QUIET constructs from the Makefile in git.gitLars Hjemli1-5/+31
2008-03-24Move cgit_version from shared.c to cgit.cLars Hjemli3-3/+5
2008-03-24Makefile: autobuild dependency rulesLars Hjemli2-1/+11
2008-03-24Initial Makefile cleanupLars Hjemli1-7/+22
2008-03-24Move non-generic functions from shared.c to cgit.cLars Hjemli3-157/+155
2008-03-24Add ui-shared.hLars Hjemli13-32/+47
2008-03-24Add separate header-files for each page/viewLars Hjemli15-189/+257
2008-03-24Refactor snapshot supportLars Hjemli4-85/+89
2008-03-24Add command dispatcherLars Hjemli7-109/+168
2008-03-24Remove obsolete cacheitem parameter to ui-functionsLars Hjemli6-17/+16
2008-03-24Add struct cgit_page to cgit_contextLars Hjemli8-88/+113
2008-03-23Use GIT-1.5.5.rc1Lars Hjemli2-1/+1
2008-03-18Introduce html.hLars Hjemli17-46/+71
2008-03-17Fix segfault in patch view for root commitLars Hjemli2-1/+42
2008-03-17Use GIT-1.5.4.4Lars Hjemli2-1/+1
2008-02-24tests/setup.sh: cleanup test script output and loggingLars Hjemli1-2/+8
2008-02-24t0010-validate.sh: return on cgit errorsLars Hjemli1-1/+4
2008-02-24Make output from `make test` more readableLars Hjemli1-2/+2
2008-02-24Brown paper bag: don't use `grep -v`Lars Hjemli2-5/+5
2008-02-24Add regression-test for description-less reposLars Hjemli2-1/+5
2008-02-23Fix segfaultHiroki Hattori1-15/+5
2008-02-16Improve initialization of git directoryLars Hjemli2-10/+9
2008-02-16Move cgit_repo into cgit_contextLars Hjemli11-103/+101
2008-02-16Add all config variables into struct cgit_contextLars Hjemli7-175/+166
2008-02-16Introduce struct cgit_contextLars Hjemli13-164/+156
2008-02-16Use GIT-1.5.4.1Lars Hjemli2-1/+1
2008-02-02Use GIT-1.5.4Lars Hjemli2-1/+1
2008-01-28Use GIT-1.5.4.rc5Lars Hjemli2-1/+1
2008-01-21Use GIT-1.5.4.rc4Lars Hjemli3-2/+2
2008-01-10CGIT 0.7.2 v0.7.2Lars Hjemli1-1/+1
2008-01-10Use GIT-1.5.3.8Lars Hjemli2-1/+1
2008-01-10Check for NULL-subject in patch viewLars Hjemli1-1/+6
2008-01-04Handle missing default branch and error out on invalid branch namesLars Hjemli1-4/+58
2007-12-11Add plain patch viewLars Hjemli6-2/+122
2007-12-03Add support for automatic and custom clone urlsLars Hjemli4-0/+31
2007-12-03Compare string lengths when parsing the snapshot maskLars Hjemli1-3/+4
2007-12-03Default repo description to "[no description]"Evan Martin1-1/+1
2007-12-02Handle missing timestamp in commit/tag objectsLars Hjemli2-3/+7
2007-11-16Add cell-spacing in htmlLars Hjemli1-1/+1
2007-11-16Use tables for page layoutLars Hjemli2-30/+41
2007-11-16Gimp my logoLars Hjemli1-0/+0
2007-11-11Add support for "robots" meta-tagLars Hjemli4-0/+11
2007-11-11Generate valid html for "downloads" menu headerLars Hjemli1-1/+1
2007-11-11Set commit date on snapshot contentsLars Hjemli1-0/+1
2007-11-11Set commit date on snapshot contentsLars Hjemli1-0/+1
2007-11-11Fix html error detected by test-suiteLars Hjemli11-27/+37
2007-11-11Create initial testsuiteLars Hjemli12-1/+299
2007-11-09CGIT 0.7.1 v0.7.1Lars Hjemli1-1/+1
2007-11-09Makefile install: include cgit.png, do not empty cacheLars Hjemli1-3/+6
2007-11-09Minor css tweaksLars Hjemli1-10/+1
2007-11-08Support "/" as virtual-rootLars Hjemli1-2/+4
2007-11-06Makefile: link with libiconv if NEEDS_LIBICONV is definedLars Hjemli1-0/+5
2007-11-06Show lines changed as -n/+m in shortlogsLars Hjemli1-7/+14
2007-11-05Use utf8::reencode_string from gitLars Hjemli2-60/+5
2007-11-05Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault1-0/+14
2007-11-05Add iconv_msg function.Jonathan Bastien-Filiatrault1-0/+58
2007-11-05Set msg_encoding according to the header.Jonathan Bastien-Filiatrault1-0/+8
2007-11-05Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault4-1/+10
2007-11-03Don't show the the branch selector button if javascript is enabledLars Hjemli1-1/+1
2007-11-03Do not require javascript-enabled clientsLars Hjemli2-0/+16
2007-11-03CGIT 0.7 v0.7Lars Hjemli1-1/+1
2007-11-03Use GIT-1.5.3.5Lars Hjemli2-1/+1
2007-11-03Don't include current SHA1 in 'log' menu-itemLars Hjemli1-2/+2
2007-11-03Don't include current path in menu linksLars Hjemli1-3/+2
2007-11-03Fix search form action/hidden fieldsLars Hjemli1-18/+24
2007-11-03Add search parameters to cgit_log_linkLars Hjemli6-8/+21
2007-11-03Fix typo in cssShunichi Fuji1-1/+1
2007-10-30Change the cgit layoutLars Hjemli7-197/+231
2007-10-30Add config param 'index-info'Lars Hjemli2-0/+4
2007-10-28Teach cgit_object_link() about tag objectsLars Hjemli1-0/+3
2007-10-28Make print_branch() handle refs not pointing at commitsLars Hjemli1-5/+11
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli7-9/+39
2007-10-28Add html_option() functionLars Hjemli2-0/+13
2007-10-27cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli1-2/+2
2007-10-27Cleanup code introduced by the filter-refs topicLars Hjemli1-30/+19
2007-10-27Add links to the new refs page from summary pageLars Hjemli3-0/+21
2007-10-27Add support for refs viewLars Hjemli5-2/+37
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli2-2/+4
2007-10-27Add descriptions of summary-branches and summary-tags to cgitrcLars Hjemli1-0/+10
2007-10-27Add support for config param summary-branchesLars Hjemli3-3/+32
2007-10-27Move logic for age comparision from cmp_tag_age into cmp_age()Lars Hjemli1-8/+13
2007-10-27Add support for config param summary-tagsLars Hjemli3-3/+11
2007-10-27Sort tags by ageLars Hjemli1-0/+18
2007-10-27Use reflist to print tag infoLars Hjemli1-17/+19
2007-10-27Use reflist to print branch infoLars Hjemli1-14/+16
2007-10-27Add functions and types for ref listsLars Hjemli2-0/+60
2007-10-27Skip unknown header fields when parsing tags and commitsLars Hjemli1-0/+6
2007-10-05correct typo in CSSMichael Krelin1-1/+1
2007-10-01Use git-1.5.3.3Lars Hjemli2-1/+1
2007-10-01cgit.css: make diff headers more visibleLars Hjemli1-1/+6
2007-10-01ui-diff: add links to pre- and postversion of blobsLars Hjemli1-16/+26
2007-10-01gen-version.sh: don't sed the output from git describeLars Hjemli1-1/+1
2007-10-01css: remove the annoying tr:hover rule for diffstatLars Hjemli1-4/+0
2007-10-01ui-commit.c: link to diff instead of tree from diffstatLars Hjemli1-2/+2
2007-10-01Add prefix parameter to cgit_print_diff()Lars Hjemli3-4/+4
2007-10-01Add prefix parameter to cgit_diff_tree()Lars Hjemli3-5/+11
2007-09-25Add support for a renamelimit option in cgitrcLars Hjemli2-0/+11
2007-09-20cgit v0.6.3 v0.6.3Lars Hjemli1-1/+1
2007-09-20Upgrade to GIT 1.5.3.2Lars Hjemli2-1/+1
2007-09-20Use trim_end() to remove trailing slashesLars Hjemli1-3/+3
2007-09-20Remove a few compiler warningsLars Hjemli2-2/+3
2007-09-20Add cgit.conf to .gitignore, remove *~Lars Hjemli1-1/+1
2007-09-20ui-tree: show last line of blobLars Hjemli1-2/+5
2007-09-19ui-tree: specify parameter position for all htmlf formatsLars Hjemli1-1/+1
2007-09-14fixed typo in cgitrcMichael Krelin1-1/+1
2007-09-09Improve the sample cgitrc fileChris Pickel1-12/+51
2007-09-08cgit v0.6.2 v0.6.2Lars Hjemli1-1/+1
2007-09-08Revert part of "Makefile: add support for DESTDIR"Lars Hjemli1-3/+3
2007-09-08Revert "Makefile: add missing references to DESTDIR"Lars Hjemli1-2/+2
2007-09-08cgit v0.6.1 v0.6.1Lars Hjemli2-2/+2
2007-09-08Makefile: add missing references to DESTDIRLars Hjemli1-2/+2
2007-09-08Make cgit honor CACHE_ROOT as defined in MakefileChris Pickel2-1/+2
2007-09-08Makefile: add support for DESTDIRChris Pickel1-7/+7
2007-09-04cgit v0.6 v0.6Lars Hjemli1-2/+2
2007-09-04Update READMELars Hjemli1-18/+39
2007-09-04Set xdemitconf_t.findfunc=NULLLars Hjemli1-0/+1
2007-09-03Use git-1.5.3 as submoduleLars Hjemli1-0/+0
2007-09-03Delete submodules.sh and prepare for using git-submoduleLars Hjemli2-186/+3
2007-09-03Makefile: add target "get-git"Lars Hjemli1-1/+6
2007-09-03Rewrite the makefile + gen-version.shLars Hjemli2-67/+55
2007-07-23ui-snapshot: whitespace/formatting cleanupLars Hjemli1-23/+23
2007-07-23Make ui-tag.c generate valid xhtmlLars Hjemli1-1/+1
2007-07-23Add support for line number in url fragmentLars Hjemli2-1/+10
2007-07-23cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli5-21/+41
2007-07-22Add ui-tag.cLars Hjemli7-32/+111
2007-07-21link raw blob from tree file viewMichael Krelin1-0/+4
2007-07-21fix: changed view link to blob in summary.Michael Krelin1-1/+1
2007-07-21allow selective enabling of snapshotsMichael Krelin6-15/+48
2007-07-21shorten snapshot names to repo basenameMichael Krelin2-2/+3
2007-07-21introduce cgit_repobasenameMichael Krelin2-0/+26
2007-07-21added snapshot filename to the linkMichael Krelin3-5/+16
2007-07-21add plain uncompressed tar snapshort formatMichael Krelin1-1/+2
2007-07-21introduced .tar.bz2 snapshotsMichael Krelin1-31/+42
2007-07-20compress .tar.gz using gzip as a filterMichael Krelin1-1/+37
2007-07-20added a chk_non_negative checkMichael Krelin2-0/+8
2007-07-18css: adjust vertical-align of commit info th cellsMichael Krelin1-0/+1
2007-07-18add support for snapshot tarballsMichael Krelin4-37/+55
2007-07-03make gen-version.sh run even if . is not in PATHMichael Krelin1-1/+1
2007-07-03make config adjustable via env variable CGIT_CONFIGMichael Krelin1-1/+3
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli6-16/+30
2007-06-26Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli3-2/+25
2007-06-26Do not include current path in the "tree" menu linkLars Hjemli1-1/+1
2007-06-19Add setting to enable/disable extra links on index pageLars Hjemli4-12/+31
2007-06-18Change S/L/T to summary/log/treeLars Hjemli3-9/+10
2007-06-18Change "files" to "tree"Lars Hjemli2-2/+2