summary refs log tree commit diff homepage
Commit message (Collapse)AuthorAge
...
* Add nethack to index.htmlJune McEnroe2017-08-21
|
* Clean up unnecessary kevent initializersJune McEnroe2017-08-13
|
* Check COLOR_PAIRS in clientJune McEnroe2017-08-08
|
* Patch termcap of rxvt-256color as wellJune McEnroe2017-08-08
|
* Add put modeJune McEnroe2017-08-08
| | | | This is what replace mode used to do.
* Remove MADV_NOSYNCJune McEnroe2017-08-08
| | | | | I don't think this has any benefit. It just takes longer to stop the server because it flushes all the pages then.
* Completely retry if a send fails during a broadcastJune McEnroe2017-08-08
| | | | | | | | This fixes a bug where the saved next client to iterate through would also get removed. This can result in messages being sent multiple times to a client, but that will have no negative effect.
* Reverse order of main loopJune McEnroe2017-08-08
|
* Turn off SIGPIPE at the socket levelJune McEnroe2017-08-08
| | | | | I imagine it's better to not generate SIGPIPE at all rather than generate and ignore.
* Rewrite helpJune McEnroe2017-08-06
| | | | This code is still terrible.
* Use $() in snapshot.shJune McEnroe2017-08-04
| | | | I don't know why I wrote ``.
* Move in insert direction on ~June McEnroe2017-08-02
|
* Preserve color on replaceJune McEnroe2017-08-02
|
* Split tile access and modifyJune McEnroe2017-08-02
|
* Madvise RANDOM and NOSYNCJune McEnroe2017-08-01
|
* Fix removing clients from clientCastJune McEnroe2017-07-31
|
* Build with debug infoJune McEnroe2017-07-31
|
* Don't dump tiles in coreJune McEnroe2017-07-31
|
* Use designated initializers for messagesJune McEnroe2017-07-31
| | | | I did not realize this syntax was so powerful.
* Show other clients' cursorsJune McEnroe2017-07-31
| | | | Also unfuck removing on send failure.
* Perform enter as two moves rather than a loopJune McEnroe2017-07-31
|
* Track tile access countsJune McEnroe2017-07-31
|
* Adjust move speed in clientJune McEnroe2017-07-31
|
* Handle large movesJune McEnroe2017-07-31
|
* Optimize builds for chrootJune McEnroe2017-07-30
|
* Persist bright across color changesJune McEnroe2017-07-30
|
* Add index.htmlJune McEnroe2017-07-30
|
* Add snapshot.shJune McEnroe2017-07-30
|
* Fix termcap patch for background colorsJune McEnroe2017-07-30
|
* Update helpJune McEnroe2017-07-30
|
* Fix help to track colorJune McEnroe2017-07-30
|
* Support background colorsJune McEnroe2017-07-30
|
* Track color only client-sideJune McEnroe2017-07-30
|
* Add ostensible support for background colorsJune McEnroe2017-07-30
|
* Add tile create and access timestampsJune McEnroe2017-07-30
|
* Assert stable struct Tile field offsetsJune McEnroe2017-07-30
|
* Add chroot.shJune McEnroe2017-07-30
|
* Add ` commandJune McEnroe2017-07-30
|
* Add sshd_configJune McEnroe2017-07-30
|
* Add termcap patchJune McEnroe2017-07-30
|
* Add READMEJune McEnroe2017-07-30
|
* Initial commitJune McEnroe2017-07-30