about summary refs log tree commit diff homepage
BranchCommit messageAuthorAge
masterSupport reading gzipped data in mergeJune McEnroe2 years
cgiAdd play to index.htmlJune McEnroe5 years
backportRe-create help pageJune McEnroe5 years
v2Call cap_enter in client and serverJune McEnroe5 years
daemonOnly use pidfile(3) on FreeBSDJune McEnroe5 years
ansiDump HELP_DATA with client -hJune McEnroe6 years
v1Fix color pairs once and for allJune McEnroe6 years
 
 
AgeCommit messageAuthor
2021-12-22Support reading gzipped data in merge HEAD masterJune McEnroe
2021-12-01DecayJune McEnroe
2021-10-17Remove capsicum supportJune McEnroe
2021-10-17Build chroot only for OpenBSD, remove rc scriptJune McEnroe
2021-09-28Fix backspace on OpenBSDJune McEnroe
2021-09-27Handle KCGI_EXIT gracefullyJune McEnroe
2021-09-27Call msync(2) after modifying tilesJune McEnroe
2021-09-27Copy CSVs to web directory from snapshot.shJune McEnroe
2021-09-27Extract chroot.tar with -p, install to WEBROOTJune McEnroe
2021-09-26OpenBSD: Copy appropriate files for chrootJune McEnroe
[...]
 
Clone
https://git.causal.agency/torus
d>filters: Improved syntax-highlighting.pyStefan Tatschner 2014-01-12tests: add CGIT_TEST_OPTS variable to MakefileJohn Keeping 2014-01-12ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping 2014-01-12ui-shared: URL-escape script_nameJohn Keeping 2014-01-12ui-refs: escape HTML chars in author and tagger namesJohn Keeping 2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping 2014-01-12ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping 2014-01-12html: remove redundant htmlfd variableJohn Keeping 2014-01-12tests: add Valgrind supportJohn Keeping 2014-01-12cache: don't leave cache_slot fields uninitializedJohn Keeping 2014-01-10filter: split filter functions into their own fileJason A. Donenfeld 2014-01-10filter: make exit status localJason A. Donenfeld 2014-01-10parsing: fix header typoJason A. Donenfeld 2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer 2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer 2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer 2014-01-09README: Fix dependenciesLukas Fleischer 2014-01-08README: Spelling and formatting fixesLukas Fleischer 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch 2014-01-08Add a suggestion to the manpagePřemysl Janouch 2014-01-08Fix the example configurationPřemysl Janouch 2014-01-08Fix about-formatting.shPřemysl Janouch 2014-01-08Fix some spelling errorsPřemysl Janouch 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts