summary refs log tree commit diff
path: root/bin/gfx (unfollow)
Commit message (Collapse)Author
2018-04-11Fix brot scaling for window aspect ratioJune McEnroe
2018-04-11Add brot rotation controlsJune McEnroe
2018-04-10Add brotJune McEnroe
It's a Mandelbrot renderer.
2018-04-10Add Under Your SpellJune McEnroe
2018-04-09Use enum instead of #define for some constantsJune McEnroe
2018-04-08static_assert PNG header size in pngo and glitchJune McEnroe
2018-04-08Sleep in watch when a file is deletedJune McEnroe
Reopening the path immediately would always fail. Wait a second for the file to hopefully reappear.
2018-04-08Commit with june@causal.agencyJune McEnroe
2018-04-03Add Anthems for a Seventeen Year-Old Girl to new musicJune McEnroe
Another one from a while ago that I forgot about.
2018-04-03Add Yuugure no tori to new musicJune McEnroe
This was in my likes from a while ago but I never added it. It's the credits music from Attack on Titan season 2.
2018-04-03Add The Flute to new musicJune McEnroe
2018-04-03Add Flying Microtonal BananaJune McEnroe
2018-04-03Add DAYDREAMJune McEnroe
2018-04-03Add Floating in SpaceJune McEnroe
2018-04-03Add End PositionJune McEnroe
2018-04-03Add The Dusk in UsJune McEnroe
2018-04-03Add MASSEDUCTIONJune McEnroe
2018-04-03Add Luciferian Towers trackJune McEnroe
2018-04-03Indicate all Tiny Desk ConcertsJune McEnroe
2018-04-03Add FloristJune McEnroe
2018-04-03Add CHVRCHES tiny desk concertJune McEnroe
2018-04-03Add AuroraJune McEnroe
2018-04-03Add AtmosphereJune McEnroe
I know I've already put Joy Division in here. But this is also Trainspotting and I managed to miss / not appreciate this one on my first go through JD.
2018-04-03Add Born SlippyJune McEnroe
I watched Trainspotting last night.
2018-04-03Add I Can Tell You About PainJune McEnroe
2018-04-03Reverse new music orderJune McEnroe
2018-04-03Add FAUVE, CocoRosieJune McEnroe
2018-04-03Add House of LeavesJune McEnroe
2018-04-03Add ChromaticsJune McEnroe
2018-04-03Add those new Arcade Fire singlesJune McEnroe
2018-04-03Add SermonJune McEnroe
2018-04-03Add Pools of LightJune McEnroe
2018-04-03Add SteroidsJune McEnroe
2018-04-03Add A Common TruthJune McEnroe
2018-04-03Add new Colin Stetson albumJune McEnroe
2018-04-03Add ForgetJune McEnroe
2018-04-03Add ArcaJune McEnroe
2018-04-03Add new DMST and Joni VoidJune McEnroe
2018-04-03Add The Body LoversJune McEnroe
2018-04-03Add some albums from recentlyJune McEnroe
2018-04-03Add Saltland Light of MercyJune McEnroe
2018-04-03Add Jessica Moss GlaciersJune McEnroe
2018-04-03Add BNNY RBBTJune McEnroe
2018-04-03Add DepthsJune McEnroe
2018-04-03Add new Saltland previewJune McEnroe
2018-04-03Add BenjiJune McEnroe
2018-04-03Add Mouth MoodsJune McEnroe
2018-04-03Add Those Who Walk AwayJune McEnroe
2018-04-03Add Some TunesJune McEnroe
2018-04-03Add Pas pire popJune McEnroe
> 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