summary refs log tree commit diff
path: root/www/git.causal.agency (follow)
Commit message (Expand)AuthorAge
* Remove cgitJune McEnroe2022-02-14
* Narrow filterJune McEnroe2022-02-14
* Remove Liberapay buttonsJune McEnroe2021-12-11
* Fix nested Bl-compact CSS rulesJune McEnroe2021-10-15
* Replace filter shell scripts with C programJune McEnroe2021-10-02
* Build and copy static binaries to /var/wwwJune McEnroe2021-09-30
* Silence owner-info errorJune McEnroe2021-09-30
* Remove default faviconJune McEnroe2021-09-22
* Show about path in page titleJune McEnroe2021-09-06
* Generate valid Atom feedsJune McEnroe2021-06-08
* Set CGIT_VERSION to "causal agency"June McEnroe2021-06-08
* Merge commit '5213546273ee798369ff594ad60077f1bef4655e'June McEnroe2021-06-08
* Fetch git .tar.gz for compatibilityJune McEnroe2021-06-08
* Fix crash trying to print "this commit" on 404sJune McEnroe2021-04-12
* Use owner-filter to add Liberapay donation buttonsJune McEnroe2021-02-04
* Use owner-filter for repo page headersJune McEnroe2021-02-04
* Remove cgit logo using cgitrcJune McEnroe2021-02-04
* Use mtags for sh in source-filterJune McEnroe2021-01-20
* Add all target to git.causal.agency MakefileJune McEnroe2021-01-20
* Remove Lua supportJune McEnroe2021-01-20
* Fix tests for diff spansJune McEnroe2021-01-20
* Use mtags in source-filterJune McEnroe2021-01-20
* Use <pre> and <span> to print diffsJune McEnroe2021-01-17
* Ignore cgit/gitJune McEnroe2021-01-17
* Link to causal.agency cgit from footerJune McEnroe2021-01-17
* Use buffered stdioEric Wong2021-01-17
* Remove redundant title on repo anchorsChris Mayo2021-01-17
* Improve button spacing for browsers w/o CSSEric Wong2021-01-17
* Improve decoration display for browsers without CSSEric Wong2021-01-17
* Use <pre> for commit-msgEric Wong2021-01-17
* Improve pageheader display on text-based browsersEric Wong2021-01-17
* Use git raw note formatChris Mayo2021-01-17
* Touch tags in source-filterJune McEnroe2021-01-17
* Use a temp directory in source-filter to preserve nameJune McEnroe2021-01-15
* Switch git.causal.agency to hilex and htagmlJune McEnroe2021-01-13
* Update taglineJune McEnroe2021-01-05
* Add "this commit" option to switch formAlyssa Ross2020-12-27
* Show subject in commit page titleJune McEnroe2020-12-27
* Show symlink targets in tree listingJune McEnroe2020-12-27
* Disallow blame in robots.txtJune McEnroe2020-12-27
* Don't link to blame for binary blobsJune McEnroe2020-12-27
* Bail from blame if blob is binaryJune McEnroe2020-12-27
* Remove dependency on memrchrJune McEnroe2020-12-27
* Remove cgit/git submoduleJune McEnroe2020-12-27
* Merge commit '6169012d588458b9dbbbea56528d5e3669596c80' as 'www/git.causal.ag...June McEnroe2020-12-27
* Enable toc in cgit renderings of man pagesJune McEnroe2020-09-12
* Prefix mandoc with exec in about-filterJune McEnroe2020-06-08
* Add endorsement to git.causal.agencyJune McEnroe2020-04-29
* Style %T outside of Rs in italicJune McEnroe2020-02-27
* Add margin to Bl-bullet itemsJune McEnroe2020-02-11
w=1'>use cgit_httpscheme() for atom feedDiego Ongaro 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-07Add head-include configuration option.Mark Lodato This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli