summary refs log tree commit diff
path: root/txt (follow)
Commit message (Expand)AuthorAge
...
* Add The Broken KingdomsJune McEnroe2020-07-10
* Add Ancillary JusticeJune McEnroe2020-06-30
* Add password non-manager to planJune McEnroe2020-06-26
* Add The Song of AchillesJune McEnroe2020-06-03
* Add The Hundred Thousand KingdomsJune McEnroe2020-05-22
* Add RFC man-like to planJune McEnroe2020-05-20
* Add AutonomousJune McEnroe2020-05-11
* Add plansJune McEnroe2020-05-05
* Add The Rosewater InsurrectionJune McEnroe2020-05-03
* Add CREEP UJune McEnroe2020-04-14
* Add DONT COME TO THE WOODSJune McEnroe2020-04-14
* Add The Ten Thousand Doors of JanuaryJune McEnroe2020-03-19
* Add The Stone SkyJune McEnroe2020-03-08
* Add Fierce Femmes and Notorious LiarsJune McEnroe2020-02-26
* Add This Is How You Lose the Time WarJune McEnroe2020-02-23
* Add See Ya LaterJune McEnroe2020-02-22
* Add The Obelisk GateJune McEnroe2020-02-19
* Add Four Tet — HandsJune McEnroe2020-02-17
* Add To Be Taught, If FortunateJune McEnroe2020-02-09
* Add The Future of Another TimelineJune McEnroe2020-02-04
* Import shows.txtJune McEnroe2020-01-28
* Add books.txt and music.txt to notemapJune McEnroe2020-01-27
* Add The DeepJune McEnroe2020-01-26
* Add Love Beyond Body, Space & TimeJune McEnroe2020-01-22
* Add RosewaterJune McEnroe2020-01-20
* Add The Book of FloraJune McEnroe2020-01-05
* Add Darling Don't CryJune McEnroe2020-01-03
* Reformat music.txtJune McEnroe2019-12-23
* Rename music.md to music.txtJune McEnroe2019-12-23
* Add DO YOU DOUBT ME TRAITORJune McEnroe2019-12-23
* Add The Book of EttaJune McEnroe2019-12-22
* Add Exit StrategyJune McEnroe2019-12-12
* Add Truth HurtsJune McEnroe2019-12-11
* Add Artificial ConditionJune McEnroe2019-12-08
* Add The Fifth SeasonJune McEnroe2019-12-05
* Add Rogue ProtocolJune McEnroe2019-11-22
* Add Ninefox GambitJune McEnroe2019-11-18
* Add The Great BelieversJune McEnroe2019-11-08
* Add Hobo Johnson and The Lovemakers Tiny DeskJune McEnroe2019-11-01
* Add The Book of the Unnamed MidwifeJune McEnroe2019-10-23
* Add ConcreteJune McEnroe2019-10-22
* Add All Systems RedJune McEnroe2019-10-13
* Add The Book of PhoenixJune McEnroe2019-10-10
* Add two Kim Petras songsJune McEnroe2019-10-03
* Add The Red Threads of FortuneJune McEnroe2019-10-02
* Add The Black Tides of HeavenJune McEnroe2019-09-28
* Add Trail of LightningJune McEnroe2019-09-23
* Add The Just CityJune McEnroe2019-09-16
* Add A Memory Called EmpireJune McEnroe2019-09-07
* Add Avorter n'est pas tuerJune McEnroe2019-09-04
2009-07-25cgit.h: keep config flags sortedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 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