aboutsummaryrefslogtreecommitdiff
path: root/ponymap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix timersPřemysl Janouch2014-09-201-4/+4
| | | | Fucking hell. We're still having some event scheduling issues.
* Save a syscall per connectionPřemysl Janouch2014-09-201-3/+6
|
* Rework the pollerPřemysl Janouch2014-09-191-64/+64
| | | | | | | | It's about time we stopped fucking ourselves in the butt. The scanning should be much faster now. Thanks to libuv for inspiration.
* Raise the file descriptor limit to the maximumPřemysl Janouch2014-09-191-0/+12
|
* First set of fixesPřemysl Janouch2014-09-191-33/+62
| | | | There are still some problems but at least it does something now.
* Implement the indicator etc.Přemysl Janouch2014-09-181-13/+95
|
* Add regular tree-like outputPřemysl Janouch2014-09-171-2/+144
| | | | This ended up rather nice.
* JSON output supportPřemysl Janouch2014-09-171-4/+121
| | | | This was rather simple.
* Even more stuffPřemysl Janouch2014-09-141-172/+330
| | | | Some reorganisation has taken place.
* More stuffPřemysl Janouch2014-09-141-237/+263
| | | | | | | - renamed *_func to *_fn - some initial code for the indicator (needs curses) - moved option handler to utils - more work on unit generation & processing
* StuffPřemysl Janouch2014-09-121-118/+327
|
* Write stubs for the pluginsPřemysl Janouch2014-09-111-3/+0
| | | | Make them compile.
* Random crystallisationPřemysl Janouch2014-09-101-34/+365
| | | | Don't worry, there will be better commit messages eventually.
* Initial commitPřemysl Janouch2014-09-081-0/+875
Nothing's working yet, only some supporting code has been put in place.