summary refs log tree commit diff
path: root/txt (follow)
Commit message (Expand)AuthorAge
* Add -Wint-conversion tweetJune McEnroe2021-01-16
* Add I Feel It AllJune McEnroe2020-12-06
* Update plan with different things I won't doJune McEnroe2020-11-26
* Add "Come On Petunia"June McEnroe2020-11-19
* Add The Awakened KingdomJune McEnroe2020-09-20
* Add influencer tweetJune McEnroe2020-09-11
* Add The Kingdom of GodsJune McEnroe2020-09-10
* Add SunglassesJune McEnroe2020-09-07
* Add Between the BreathsJune McEnroe2020-09-06
* Add tweets from retweetsJune McEnroe2020-08-29
* Add annotated list of tweetsJune McEnroe2020-08-29
* Clean up plan fileJune McEnroe2020-08-28
* 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
ogmsg'> 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