index
:
src
this commit
master
dontfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
txt
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'txt')
0 files changed, 0 insertions, 0 deletions
g'>
2021-09-24
Link with -lncursesw
June McEnroe
2021-09-20
Replace strlcpy with snprintf
June McEnroe This removes the last BSD-specific call.
2021-09-20
Replace kqueue with poll, remove libutil dependency
June McEnroe This makes the server much more portable.
2021-02-04
Update play@ascii.town description
June McEnroe
2021-02-04
Replace donation button with Liberapay
June McEnroe
2020-06-25
Use DisableForwarding in sshd_config
June McEnroe
2019-12-19
Remove README
June McEnroe
2019-12-15
Update git URLs
June McEnroe
2019-08-05
Add buymeacoffee link
June McEnroe Can't hurt, I guess? I don't expect to get anything...
2019-07-27
Use braces in Makefile
June McEnroe
2019-07-08
Remove NetHack from index
June McEnroe
2019-04-08
Don't install rc.kfcgi either
June McEnroe
2019-03-28
Remove rc.kfcgi
June McEnroe I sent a better version of it to the port maintainer and it is now in the ports tree.
2019-01-16
Reformat index.html with explore link
June McEnroe
2019-01-16
Return false from keydown handler in explore
June McEnroe
2019-01-08
Draw lines to tile edge
June McEnroe
2019-01-08
Factor out default paths
June McEnroe
2019-01-08
Remove incorrect default coordinates
June McEnroe
2019-01-07
Set img src when explore fragment changes
June McEnroe
2019-01-07
Compress PNG data in image
June McEnroe kcgi never enables compression for FastCGI.
2019-01-07
madvise MADV_NOCORE in image
June McEnroe
2019-01-07
Add license notice to explore JavaScript
June McEnroe
2019-01-07
Add Q/Home binding in explore
June McEnroe
2019-01-07
Fix explore image URL
June McEnroe
2019-01-07
Add HOME button, ssh link, AGPL notice to explore
June McEnroe
2019-01-06
Add meta viewport to explore
June McEnroe
2019-01-06
Set background and max-width in explore
June McEnroe
2019-01-06
Swallow writes after the connection is closed
June McEnroe It was not okay.
2019-01-06
Handle KCGI_HUP
June McEnroe I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1.
2019-01-06
Install html files
June McEnroe