about summary refs log tree commit diff
path: root/README (follow)
Commit message (Collapse)AuthorAge
* Update READMELars Hjemli2007-09-04
| | | | | | | Add new build instructions, extend the "Missing features" section and add a note about patches/email address of the author. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Update README with submodule build infoLars Hjemli2007-05-11
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2007-02-05
| | | | | | | | This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Update README with install/config informationLars Hjemli2007-01-28
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Remove implementation details from READMELars Hjemli2006-12-13
| | | | | | Let README describe the "bigger picture" instead. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add caching infrastructureLars Hjemli2006-12-10
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>
8232ce'>Add color scheme PNG generatorJune McEnroe2018-03-31 * Simplify gfxx palette generationJune McEnroe2018-03-31 * Switch to HSV for gfxx palette generationJune McEnroe2018-03-31 * Generate default palette in gfxxJune McEnroe2018-03-30 * PHONY is a waste of timeJune McEnroe2018-03-11 * Yet more tweaking of dtchJune McEnroe2018-03-06 * Trigger redraw on atch with 1x1 winsizeJune McEnroe2018-03-06 * Add glitch to READMEJune McEnroe2018-03-02 * Add -f -r options to glitchJune McEnroe2018-03-02 * Take filter patterns in glitchJune McEnroe2018-03-02 * Clean up more glitch code from pngoJune McEnroe2018-03-02 * Refactor critical chunk check into skipChunkJune McEnroe2018-03-02 * Add -a -d -p options to glitchJune McEnroe2018-03-02 * Remove unnecessary parts of glitchJune McEnroe2018-03-02 * Copy glitch from pngoJune McEnroe2018-03-02 * Skip chunks by reading in pngoJune McEnroe2018-03-02 * Add verbose flag to pngoJune McEnroe2018-03-02 * Use memmove in pngo where neededJune McEnroe2018-02-28 * Open watch files O_CLOEXECJune McEnroe2018-02-28 * Clean up pngoJune McEnroe2018-02-28 * Add gfxx to READMEJune McEnroe2018-02-28 * Clean up gfxx and add default paletteJune McEnroe2018-02-28 * Print message in gfx/none