| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add buymeacoffee link | June McEnroe | 2019-08-05 |
| | | | | | Can't hurt, I guess? I don't expect to get anything... | ||
| * | Use braces in Makefile | June McEnroe | 2019-07-27 |
| | | |||
| * | Remove NetHack from index | June McEnroe | 2019-07-08 |
| | | |||
| * | Don't install rc.kfcgi either | June McEnroe | 2019-04-08 |
| | | |||
| * | Remove rc.kfcgi | June McEnroe | 2019-03-28 |
| | | | | | | I sent a better version of it to the port maintainer and it is now in the ports tree. | ||
| * | Reformat index.html with explore link | June McEnroe | 2019-01-16 |
| | | |||
| * | Return false from keydown handler in explore | June McEnroe | 2019-01-16 |
| | | |||
| * | 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-08 |
| | | |||
| * | Set img src when explore fragment changes | June McEnroe | 2019-01-07 |
| | | |||
| * | Compress PNG data in image | June McEnroe | 2019-01-07 |
| | | | | | kcgi never enables compression for FastCGI. | ||
| * | 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-07 |
| | | |||
| * | 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 | 2019-01-06 |
| | | | | | It was not okay. | ||
| * | Handle KCGI_HUP | June McEnroe | 2019-01-06 |
| | | | | | | I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1. | ||
| * | Install html files | June McEnroe | 2019-01-06 |
| | | |||
| * | Add explore.html | June McEnroe | 2019-01-06 |
| | | |||
| * | Use req.fieldmap | June McEnroe | 2019-01-06 |
| | | |||
| * | Add kfcgi rc file | June McEnroe | 2019-01-06 |
| | | |||
| * | Add image and font to chroot | June McEnroe | 2019-01-06 |
| | | |||
| * | Add kcgi support to image | June McEnroe | 2019-01-06 |
| | | |||
| * | Add cap_rights_limit calls to client and server | June McEnroe | 2019-01-04 |
| | | |||
| * | Add play to index.html cgi | June McEnroe | 2019-01-04 |
| | | |||
| * | Merge branch 'backport' | June McEnroe | 2019-01-04 |
| |\ | |||
| | * | Re-create help page backport | June McEnroe | 2019-01-04 |
| | | | |||
| | * | Add teleportation | June McEnroe | 2019-01-04 |
| | | | | | | | | | "Spawns" in the old code. | ||
| | * | Add simplified speed control | June McEnroe | 2019-01-04 |
| | | | |||
| | * | Add indicator of current position in map | June McEnroe | 2019-01-04 |
| | | | |||
| | * | Disable flip | June McEnroe | 2019-01-04 |
| | | | |||
| | * | Fix map generation for old metadata discrepancies | June McEnroe | 2019-01-04 |
| | | | |||
| | * | Restore old data format | June McEnroe | 2019-01-04 |
| |/ | |||
| * | Call cap_enter in client and server v2 | June McEnroe | 2018-11-29 |
| | | |||
| * | Fix make clean | June McEnroe | 2018-11-29 |
| | | |||
| * | Use png.h and config.mk | June McEnroe | 2018-11-29 |
| | | |||
| * | Fix Makefile indentation | June McEnroe | 2018-10-20 |
| | | |||
| * | Add install target | June McEnroe | 2018-10-20 |
| | | |||
| * | Add rc.torus | June McEnroe | 2018-10-20 |
| | | |||
| * | Only use pidfile(3) on FreeBSD daemon | June McEnroe | 2018-10-20 |
| | | |||
| * | Add server daemonization | June McEnroe | 2018-10-14 |
| | | |||
| * | Replace torus.7 with torus.1 | June McEnroe | 2018-10-12 |
| | | |||
| * | Add -s flag to client | June McEnroe | 2018-10-12 |
| | | |||
| * | Add -d and -s flags to server | June McEnroe | 2018-10-12 |
| | | |||
| * | Refactor image.c | June McEnroe | 2018-10-11 |
| | | |||
| * | Ignore image | June McEnroe | 2018-10-10 |
| | | |||