summary refs log tree commit diff
path: root/etc (follow)
Commit message (Expand)AuthorAge
* Add daticns utilityJune McEnroe2022-03-15
* Bump Terminal.app font size to 13June McEnroe2022-03-14
* Add ASCII diagram of keyboard layoutJune McEnroe2022-01-30
* Remove PSF fontsJune McEnroe2021-09-22
* Remove samba_mdns rc scriptJune McEnroe2021-04-26
* Tweak trackpad scaling, mouse accelerationJune McEnroe2021-02-08
* Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe2021-02-06
* Add wsconsctl.confJune McEnroe2021-02-06
* Move gpl.c and agpl.c templates out of etcJune McEnroe2021-01-28
* Update Terminal.app coloursJune McEnroe2021-01-13
* Increment license header templatesJune McEnroe2021-01-01
* Remove TF2 configJune McEnroe2020-12-21
* Remove modified sensitivity settingsJune McEnroe2020-11-04
* Tweak TF2 sensitivities once moreJune McEnroe2020-06-26
* Remove unfinished PSF fontsJune McEnroe2020-05-26
* Move keyboard layout into a .bundleJune McEnroe2020-05-08
* Change scout sensitivity to 1.4June McEnroe2020-01-28
* Update license header templates for the new yearJune McEnroe2020-01-01
* Add GPL header templateJune McEnroe2019-11-06
* Add uber messageJune McEnroe2019-11-01
* Use sensitivity aliases in TF2June McEnroe2019-09-16
* Unset executable on shell scriptsJune McEnroe2019-08-29
* Add samba_mdns rc scriptJune McEnroe2019-08-28
* Shell script style passJune McEnroe2019-07-27
* Update Dark.terminalJune McEnroe2019-07-26
* Add common includes to AGPL templateJune McEnroe2019-07-06
* Set sensitivity by slot in TF2June McEnroe2019-06-15
* Remove gitea2mastodonJune McEnroe2019-02-12
* Complete ASCII set of WIP serif8x16.psfJune McEnroe2019-01-22
* Add WIP serif8x16.psfJune McEnroe2019-01-22
* Fix some symbols in sans8x16June McEnroe2019-01-16
* Add sans8x16.psfJune McEnroe2019-01-15
* Bump copyright yearJune McEnroe2019-01-01
* Add TF2 sensitivity bindsJune McEnroe2018-12-11
* Add Go Mono variantsJune McEnroe2018-11-18
* Add \l binding to insert AGPL commentJune McEnroe2018-11-14
* Remove other building bindings for engineerJune McEnroe2018-10-27
* Nice shot!June McEnroe2018-10-19
* Add sans6x12June McEnroe2018-10-03
* Fix ≈ glyph of sans6x8June McEnroe2018-10-03
* Fill E0 through FE of sans6x10June McEnroe2018-10-03
* Fill 03 through 1F of sans6x10June McEnroe2018-10-03
* Fix ¼ glyph of sans6x8June McEnroe2018-10-03
* Fill A6 through AF of sans6x10June McEnroe2018-10-03
* Squish Ñ in sans6x10 consistentlyJune McEnroe2018-09-29
* Add box drawing glyphs to sans6x10June McEnroe2018-09-29
* Tweak sans6x8 shading blocksJune McEnroe2018-09-29
* Fill 7F through A5 of sans6x10June McEnroe2018-09-29
* Add sans6x10 basic glyphsJune McEnroe2018-09-28
* Make sans6x8 double quote narrowerJune McEnroe2018-09-28
/tr> 2009-07-25cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25Add support for 'noheader' optionLars Hjemli This option can be used to disable the standard cgit page header, which might be useful in combination with the 'embedded' option. Suggested-by: Mark Constable <markc@renta.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25cgitrc.5.txt: document 'head-include'Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-11use 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