summary refs log tree commit diff homepage
path: root/server.c (follow)
Commit message (Collapse)AuthorAge
* 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.
* Split tile access and modifyJune McEnroe2017-08-02
|
* Madvise RANDOM and NOSYNCJune McEnroe2017-08-01
|
* Fix removing clients from clientCastJune 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.
* Track tile access countsJune McEnroe2017-07-31
|
* Handle large movesJune McEnroe2017-07-31
|
* Track color only client-sideJune McEnroe2017-07-30
|
* Add tile create and access timestampsJune McEnroe2017-07-30
|
* Initial commitJune McEnroe2017-07-30