aboutsummaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite to use libevPřemysl Janouch2014-10-281-0/+91
| | | | | | | | | libuv is too immature so far and I'm not in the mood to try and link it statically via some horrible hack (no CMake support). Also libev is much closer to my understanding of event loops. The messaging model stays for when/if I want to return to libuv.
* Use RLE bitmap compressionlibuvPřemysl Janouch2014-10-271-16/+0
|
* Woo we can draw over the network nowPřemysl Janouch2014-10-271-0/+216
|
* Lay down some server-client foundationsPřemysl Janouch2014-10-261-0/+71
|
* Inject some of my copy-paste libraryPřemysl Janouch2014-10-251-0/+349
So far only to support argument parsing, which we're going to need soon to set up a server.