summaryrefslogtreecommitdiff
path: root/cgit.css (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'br/misc'Lars Hjemli2011-02-191-1/+1
|\
| * ssdiff: anchors for ssdiffBernhard Reutner-Fischer2011-02-191-1/+1
* | Merge branch 'jh/graph'Lars Hjemli2011-02-191-11/+29
|\ \ | |/ |/|
| * ui-log: Colorize commit graphJohan Herland2010-11-161-0/+24
| * ui-log: Implement support for commit graphsJohan Herland2010-11-161-1/+6
| * ui-log: Change display of full commit messages (and notes)Johan Herland2010-11-161-12/+1
* | cgit.css: Add syntax highlighting entriesTodd Zullinger2010-09-191-1/+15
|/
* ui-log: Display git notes when presentJeff Smith2010-08-041-0/+11
* ui-commit: Display git notes when presentJeff Smith2010-08-041-0/+18
* Merge branch 'jh/path-limit'Lars Hjemli2010-06-221-2/+8
|\
| * ui-shared.c: path-limit style nitpickLars Hjemli2010-06-191-4/+2
| * ui-shared: Display path limit directly beneath tab bar in relevant pagesJohan Herland2010-06-191-0/+8
* | Fix style of commit-filter links in commit-subject.Johan Herland2010-06-191-1/+4
|/
* Merge branch 'ro/ssdiff'Lars Hjemli2009-12-081-0/+99
|\
| * In side-by-side diff, add support for marking individual characters.Ragnar Ouchterlony2009-11-071-0/+10
| * Polishing of how the side-by-side diff looks.Ragnar Ouchterlony2009-09-161-6/+60
| * First version of side-by-side diff.Ragnar Ouchterlony2009-09-161-0/+35
* | cgit.css: highlight directories in treeGeorg Lukas2009-11-281-0/+5
|/
* Merge branch 'lh/repo-scan'Lars Hjemli2009-09-131-1/+1
|\
| * Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli2009-08-241-1/+1
* | cgit.css: make the blob display in tree view a bit prettierLars Hjemli2009-08-211-3/+3
|/
* cgit.css: align commit message with subject in expanded log listingLars Hjemli2009-08-101-1/+1
* ui-tree: show hexdump of binary blobsLars Hjemli2009-01-311-0/+19
* Merge branch 'jw/commit-decorations'Lars Hjemli2009-01-271-0/+6
|\
| * cgit.css: minor adjustment of commit decorationsLars Hjemli2009-01-271-0/+5
* | Merge branch 'og/tree-view-selection'Lars Hjemli2009-01-271-11/+16
|\ \
| * | changed objects are outputted, allowing for selections of code onlyOnne Gorter2009-01-101-11/+16
* | | Merge branch 'lh/stats'Lars Hjemli2009-01-271-0/+76
|\ \ \ | |_|/ |/| |
| * | Add a 'stats' page to each repoLars Hjemli2008-12-061-0/+77
* | | ui-log: show name-decorations in log outputLars Hjemli2009-01-111-0/+24
| |/ |/|
* | ui-log: use css to make full-log prettierLars Hjemli2008-11-301-0/+15
|/
* Add link to index page from repo header, remove page nameLars Hjemli2008-05-041-0/+3
* Add footer with page creation time and cgit version on all pagesLars Hjemli2008-05-031-0/+6
* Add a pager on the repolistLars Hjemli2008-05-031-0/+10
* 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
* More layout fixesLars Hjemli2008-04-131-17/+47
* Minor fixup in tree-view cssLars Hjemli2008-04-121-3/+2
* Reintroduce the branch switcherLars Hjemli2008-04-121-0/+10
* Replace sidebar/logoLars Hjemli2008-04-121-94/+53
* Use tables for page layoutLars Hjemli2007-11-161-20/+29
* Fix html error detected by test-suiteLars Hjemli2007-11-111-1/+5
* Minor css tweaksLars Hjemli2007-11-091-10/+1
* Do not require javascript-enabled clientsLars Hjemli2007-11-031-0/+12
* Fix typo in cssShunichi Fuji2007-11-031-1/+1
* Change the cgit layoutLars Hjemli2007-10-301-86/+63
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-281-1/+18
* Merge branch 'stable'Lars Hjemli2007-10-051-1/+1
|\
| * correct typo in CSSMichael Krelin2007-10-051-1/+1
16:49:18 +0100'>2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli5-70/+90 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move common output-functions into ui-shared.cLars Hjemli4-82/+99 While at it, replace the cgit_[lib_]error constants with a proper function Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli4-28/+29 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Avoid infinite loops in caching layerLars Hjemli3-14/+31 Add a global variable, cgit_max_lock_attemps, to avoid the possibility of infinite loops when failing to acquire a lockfile. This could happen on broken setups or under crazy server load. Incidentally, this also fixes a lurking bug in cache_lock() where an uninitialized returnvalue was used. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Let 'make install' clear all cachefilesLars Hjemli1-0/+2 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Fix cache algorithm loopholeLars Hjemli3-11/+16 This closes the door for unneccessary calls to cgit_fill_cache(). Noticed by Linus. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add version identifier in generated filesLars Hjemli2-9/+14 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add license file and copyright noticesLars Hjemli5-0/+372 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add caching infrastructureLars Hjemli9-28/+353 This enables internal caching of page output. Page requests are split into four groups: 1) repo listing (front page) 2) repo summary 3) repo pages w/symbolic references in query string 4) repo pages w/constant sha1's in query string Each group has a TTL specified in minutes. When a page is requested, a cached filename is stat(2)'ed and st_mtime is compared to time(2). If TTL has expired (or the file didn't exist), the cached file is regenerated. When generating a cached file, locking is used to avoid parallell processing of the request. If multiple processes tries to aquire the same lock, the ones who fail to get the lock serves the (expired) cached file. If the cached file don't exist, the process instead calls sched_yield(2) before restarting the request processing. Signed-off-by: Lars Hjemli <hjemli@gmail.com>