Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -2088/+0 |
| | |||||
* | Add a useful assertion to the poller | Přemysl Janouch | 2015-02-21 | 1 | -0/+2 |
| | |||||
* | Tiny fixes | Přemysl Janouch | 2015-02-12 | 1 | -0/+1 |
| | |||||
* | Rewrite to use CMake | Přemysl Janouch | 2015-01-17 | 1 | -3/+2 |
| | | | | | | | | Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins. | ||||
* | Fix a memory leak | Přemysl Janouch | 2014-09-25 | 1 | -0/+2 |
| | |||||
* | Fix the optimization | Přemysl Janouch | 2014-09-25 | 1 | -0/+13 |
| | | | | It wasn't all that easy. | ||||
* | Optimize and simplify the epoll poller | Přemysl Janouch | 2014-09-24 | 1 | -27/+14 |
| | | | | | | | | | | On my own machine (4096 max FD's), scanning localhost for all services, there was no change to speak of. On another one, though, with 65536 max FD's scanning localhost and another machine simultaneously for a specific service, there was a dramatic speedup allowing much faster scans, with userspace load dropping to about a quarter of a second. As a bonus, it makes the code simpler. | ||||
* | Get rid of some memory holes on x86_64 | Přemysl Janouch | 2014-09-24 | 1 | -0/+1 |
| | |||||
* | Fix the epoll poller | Přemysl Janouch | 2014-09-24 | 1 | -1/+2 |
| | | | | Setting the fd to -1 broke poller_remove_from_dispatch(). | ||||
* | Sort epoll_wait() output earlier | Přemysl Janouch | 2014-09-24 | 1 | -3/+3 |
| | |||||
* | Fix the hotspot | Přemysl Janouch | 2014-09-24 | 1 | -8/+18 |
| | | | | Valgrind seems to be quite happy with it now. | ||||
* | Identified a hot-spot | Přemysl Janouch | 2014-09-24 | 1 | -0/+1 |
| | |||||
* | Implement idle events | Přemysl Janouch | 2014-09-24 | 1 | -2/+61 |
| | |||||
* | Formatting | Přemysl Janouch | 2014-09-24 | 1 | -6/+6 |
| | | | | No idea how this happened. | ||||
* | Fix str_append_data() | Přemysl Janouch | 2014-09-23 | 1 | -1/+1 |
| | | | | `void *' is more appropriate here. | ||||
* | Generate a manpage | Přemysl Janouch | 2014-09-20 | 1 | -2/+2 |
| | | | | help2man should be enough so far. | ||||
* | Fix timers | Přemysl Janouch | 2014-09-20 | 1 | -11/+11 |
| | | | | Fucking hell. We're still having some event scheduling issues. | ||||
* | Save a syscall per connection | Přemysl Janouch | 2014-09-20 | 1 | -2/+3 |
| | |||||
* | Rework the poller | Přemysl Janouch | 2014-09-19 | 1 | -158/+168 |
| | | | | | | | | It's about time we stopped fucking ourselves in the butt. The scanning should be much faster now. Thanks to libuv for inspiration. | ||||
* | First set of fixes | Přemysl Janouch | 2014-09-19 | 1 | -2/+2 |
| | | | | There are still some problems but at least it does something now. | ||||
* | Implement the indicator etc. | Přemysl Janouch | 2014-09-18 | 1 | -0/+18 |
| | |||||
* | More stuff | Přemysl Janouch | 2014-09-14 | 1 | -10/+159 |
| | | | | | | | - 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 | 1 | -0/+3 |
| | |||||
* | Write stubs for the plugins | Přemysl Janouch | 2014-09-11 | 1 | -0/+3 |
| | | | | Make them compile. | ||||
* | Random crystallisation | Přemysl Janouch | 2014-09-10 | 1 | -170/+0 |
| | | | | Don't worry, there will be better commit messages eventually. | ||||
* | Initial commit | Přemysl Janouch | 2014-09-08 | 1 | -0/+1998 |
Nothing's working yet, only some supporting code has been put in place. |