summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/cgit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-25 18:33:40 -0400
committerJune McEnroe <june@causal.agency>2021-09-25 18:40:39 -0400
commitc775f259f076e971b4b14ad9533854ac3b3c98fa (patch)
tree52469ccf07f73c3ba1a40b8f8a42289f16a0b872 /www/git.causal.agency/cgit/cgit.c
parentSet SO_REUSEADDR in quick (diff)
downloadsrc-c775f259f076e971b4b14ad9533854ac3b3c98fa.tar.gz
src-c775f259f076e971b4b14ad9533854ac3b3c98fa.zip
Sandbox up on both FreeBSD and OpenBSD
This is a bit messy. pledge(2) calls based on [1].

[1]: https://kristaps.bsd.lv/kcgi/tutorial6.html
Diffstat (limited to 'www/git.causal.agency/cgit/cgit.c')
0 files changed, 0 insertions, 0 deletions
class='logheader'>2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe