Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite to use libev | Přemysl Janouch | 2014-10-28 | 1 | -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 compressionlibuv | Přemysl Janouch | 2014-10-27 | 1 | -16/+0 |
| | |||||
* | Woo we can draw over the network now | Přemysl Janouch | 2014-10-27 | 1 | -0/+216 |
| | |||||
* | Lay down some server-client foundations | Přemysl Janouch | 2014-10-26 | 1 | -0/+71 |
| | |||||
* | Inject some of my copy-paste library | Přemysl Janouch | 2014-10-25 | 1 | -0/+349 |
So far only to support argument parsing, which we're going to need soon to set up a server. |