summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/configfile.h (unfollow)
Commit message (Expand)Author
2021-06-26Add SAUSAGEJune McEnroe
2021-06-22Add Oryx and CrakeJune McEnroe
2021-06-21Use $SHELL -c to run up -c | -t commandsJune McEnroe
2021-06-20Squashed 'bin/dash/' changes from a45870f7..efc7765bJune McEnroe
2021-06-14sctd more aggressivelyJune McEnroe
2021-06-14Set iclower, not icJune McEnroe
2021-06-12Publish "seprintf"June McEnroe
2021-06-11Remove bubger -t flag from "Mailing List"June McEnroe
2021-06-09Publish "Sparse Checkout"June McEnroe
2021-06-09Stop mpv from dumping coreJune McEnroe
2021-06-08Generate valid Atom feedsJune McEnroe
2021-06-08Set CGIT_VERSION to "causal agency"June McEnroe
2021-06-08Show number of weeks for scalar if evenJune McEnroe
2021-06-08Squashed 'www/git.causal.agency/cgit/' changes from 55fa25ad..5258c297June McEnroe
2021-06-08Fetch git .tar.gz for compatibilityJune McEnroe
2021-06-03Configure xlockJune McEnroe
2021-06-02Add top gap in cwmJune McEnroe
2021-05-23Add The Year of the FloodJune McEnroe
2021-05-20Add cwm keys for putting windows in cornersJune McEnroe
2021-05-19Replace freenode with tilde.chatJune McEnroe
2021-05-17Install firefox on OpenBSDJune McEnroe
2021-05-09Add All the Birds in the SkyJune McEnroe
2021-05-05Publish "Swans Are Dead"June McEnroe
2021-05-04Handle missing last names in bibsortJune McEnroe
2021-05-03Emulate MANSECT for mandoc which lacks itJune McEnroe
2021-05-02Add ff aliasJune McEnroe
2021-05-02Alias ag to ag --pagerJune McEnroe
2021-04-28Add copy mode to typerJune McEnroe
2021-04-26Remove hnelJune McEnroe
2021-04-26Draw foundations in reverse orderJune McEnroe
2021-04-26Only use cells for moveColumnJune McEnroe
2021-04-26Remove samba_mdns rc scriptJune McEnroe
2021-04-26Match space between #! and /bin/shJune McEnroe
2021-04-26Remove vim aliasJune McEnroe
2021-04-26Remove neovim configsJune McEnroe
2021-04-26Add The PenelopiadJune McEnroe
2021-04-25Publish "Time Machine"June McEnroe
2021-04-25Check in dash autogen files for realJune McEnroe
2021-04-25Copy automake filesJune McEnroe
2021-04-25Revert "Check in dash autogen files"June McEnroe
2021-04-20Add The Once and Future WitchesJune McEnroe
2021-04-18Rearrange Makefile once more once more once moreJune McEnroe
2021-04-18Add -R reverse typerJune McEnroe
2021-04-18Flip card renderingJune McEnroe
2021-04-17Add freecellJune McEnroe
2021-04-12Fix crash trying to print "this commit" on 404sJune McEnroe
2021-04-11Simplify rfctagsJune McEnroe
2021-04-10Add The Relentless MoonJune McEnroe
2021-04-04Check in dash autogen filesJune McEnroe
2021-03-29Add BellwetherJune McEnroe
00'>2018-09-11ui-ssdiff: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-shared: ban strcat()Christian Hesse Git upstream bans strcat() with commit: banned.h: mark strcat() as banned 1b11b64b815db62f93a04242e4aed5687a448748 To avoid compiler warnings from gcc 8.1.x we get the hard way. Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-patch: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev