summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-11-13 01:47:20 -0500
committerJune McEnroe <june@causal.agency>2020-11-13 01:47:20 -0500
commit264df02658ee7bca1ff7b1391f4b2494846f9c1a (patch)
treef91e54ce18b59bf0ce88d970a1307bf564a2fed7 /contrib
parentDisallow / anywhere in server name (diff)
downloadpounce-264df02658ee7bca1ff7b1391f4b2494846f9c1a.tar.gz
pounce-264df02658ee7bca1ff7b1391f4b2494846f9c1a.zip
Use a fixed size pollfd array in calico
My thinking here is that it's better to not allocate in response to
incoming connections. This also just makes the code a little simpler.
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions
ommit/bin/gfxx.c?id=9acb950c0a5e7a8ab4b33a6f0507f791c0067eba&follow=1'>Fix gfxx draw stop conditionJune McEnroe 2018-02-04Reuse CGColorSpace and CGDataProvider in gfcocoaJune McEnroe 2018-02-04Mark mac target phonyJune McEnroe 2018-02-04Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe 2018-02-04Avoid doing excessive work in gfxxJune McEnroe 2018-02-04Handle window resizing in gfcocoaJune McEnroe 2018-02-04Set cinoptionsJune McEnroe 2018-02-04Tweak colorscheme moreJune McEnroe 2018-02-04Color MatchParen DarkYellowJune McEnroe 2018-02-04Add palette sampling to gfxxJune McEnroe 2018-02-04Add 4-bit RGB to gfxxJune McEnroe 2018-02-04Add Quit menu item to gfcocoaJune McEnroe 2018-02-04Switch back to sane Objective-C styleJune McEnroe 2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe