Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a header guard | Přemysl Janouch | 2014-09-21 | 1 | -0/+5 | |
| | | | | I've nearly forgotten what those are. | |||||
* | Update the README | Přemysl Janouch | 2014-09-21 | 1 | -4/+5 | |
| | ||||||
* | Implement the HTTP plugin | Přemysl Janouch | 2014-09-21 | 6 | -8/+112 | |
| | | | | Ended up including Joyent's http-parser library. | |||||
* | Implement more of the services | Přemysl Janouch | 2014-09-20 | 5 | -30/+157 | |
| | | | | | | - SSH: ready for action - IRC: ready for action - HTTP: needs some work | |||||
* | Filter out any garbage in the scan output | Přemysl Janouch | 2014-09-20 | 1 | -2/+18 | |
| | ||||||
* | Generate a manpage | Přemysl Janouch | 2014-09-20 | 5 | -7/+11 | |
| | | | | help2man should be enough so far. | |||||
* | Fix timers | Přemysl Janouch | 2014-09-20 | 2 | -15/+15 | |
| | | | | Fucking hell. We're still having some event scheduling issues. | |||||
* | Save a syscall per connection | Přemysl Janouch | 2014-09-20 | 2 | -5/+9 | |
| | ||||||
* | Rework the poller | Přemysl Janouch | 2014-09-19 | 2 | -222/+232 | |
| | | | | | | | | 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 maximum | Přemysl Janouch | 2014-09-19 | 1 | -0/+12 | |
| | ||||||
* | First set of fixes | Přemysl Janouch | 2014-09-19 | 4 | -81/+98 | |
| | | | | There are still some problems but at least it does something now. | |||||
* | Implement the indicator etc. | Přemysl Janouch | 2014-09-18 | 2 | -13/+113 | |
| | ||||||
* | Add regular tree-like output | Přemysl Janouch | 2014-09-17 | 1 | -2/+144 | |
| | | | | This ended up rather nice. | |||||
* | JSON output support | Přemysl Janouch | 2014-09-17 | 3 | -7/+128 | |
| | | | | This was rather simple. | |||||
* | Even more stuff | Přemysl Janouch | 2014-09-14 | 3 | -173/+426 | |
| | | | | Some reorganisation has taken place. | |||||
* | More stuff | Přemysl Janouch | 2014-09-14 | 3 | -248/+423 | |
| | | | | | | | - renamed *_func to *_fn - some initial code for the indicator (needs curses) - moved option handler to utils - more work on unit generation & processing | |||||
* | Stuff | Přemysl Janouch | 2014-09-12 | 2 | -118/+330 | |
| | ||||||
* | Write stubs for the plugins | Přemysl Janouch | 2014-09-11 | 8 | -35/+130 | |
| | | | | Make them compile. | |||||
* | Random crystallisation | Přemysl Janouch | 2014-09-10 | 4 | -206/+542 | |
| | | | | Don't worry, there will be better commit messages eventually. | |||||
* | Initial commit | Přemysl Janouch | 2014-09-08 | 10 | -0/+3164 | |
Nothing's working yet, only some supporting code has been put in place. |