Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use bold mode instead of standout | Přemysl Janouch | 2015-05-13 | 1 | -3/+3 | |
* | Travis CI: Change IRC notification address | Přemysl Janouch | 2015-04-03 | 1 | -1/+1 | |
* | Bump liberty | Přemysl Janouch | 2015-03-29 | 2 | -171/+3 | |
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 11 | -2196/+24 | |
* | Miscellaneous little changes | Přemysl Janouch | 2015-02-26 | 2 | -3/+4 | |
* | Update .gitignore | Přemysl Janouch | 2015-02-25 | 1 | -3/+1 | |
* | Don't die if the terminal cannot be detected | Přemysl Janouch | 2015-02-22 | 1 | -1/+2 | |
* | Add a useful assertion to the poller | Přemysl Janouch | 2015-02-21 | 1 | -0/+2 | |
* | Fix resource leak | Přemysl Janouch | 2015-02-14 | 1 | -0/+3 | |
* | Travis CI: Try adding Coverity scancoverity_scan | Přemysl Janouch | 2015-02-14 | 1 | -0/+12 | |
* | Tiny fixes | Přemysl Janouch | 2015-02-12 | 2 | -1/+2 | |
* | Make sure to install Lua plugins if enabled | Přemysl Janouch | 2015-02-09 | 1 | -0/+5 | |
* | Make sure to link with libcrypto | Přemysl Janouch | 2015-02-08 | 1 | -1/+1 | |
* | Travis CI: Try getting a newer Jansson | Přemysl Janouch | 2015-02-08 | 1 | -0/+1 | |
* | Fix Travis CI dependencies | Přemysl Janouch | 2015-02-08 | 1 | -1/+1 | |
* | Add Travis CI configuration | Přemysl Janouch | 2015-02-08 | 2 | -1/+21 | |
* | Introduce Lua API version checking | Přemysl Janouch | 2015-01-21 | 2 | -5/+21 | |
* | Comment out the SOCKS4A scanner | Přemysl Janouch | 2015-01-21 | 1 | -5/+6 | |
* | Fix Lua detection | Přemysl Janouch | 2015-01-21 | 1 | -1/+3 | |
* | Implement a Lua 5.3 plugin loader plugin | Přemysl Janouch | 2015-01-18 | 8 | -6/+573 | |
* | Rewrite to use CMake | Přemysl Janouch | 2015-01-17 | 7 | -42/+167 | |
* | No more Clang bullshit | Přemysl Janouch | 2014-09-26 | 2 | -5/+1 | |
* | -Wpedantic/scan-build stuff | Přemysl Janouch | 2014-09-26 | 2 | -6/+6 | |
* | Fix subnet targets | Přemysl Janouch | 2014-09-26 | 1 | -1/+1 | |
* | The targets are not always hostnames | Přemysl Janouch | 2014-09-26 | 1 | -2/+4 | |
* | 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 | |
* | Fix the indicator | Přemysl Janouch | 2014-09-25 | 1 | -0/+1 | |
* | Fix hiding the indicator | Přemysl Janouch | 2014-09-25 | 1 | -0/+1 | |
* | Optimize and simplify the epoll poller | Přemysl Janouch | 2014-09-24 | 1 | -27/+14 | |
* | Get rid of some memory holes on x86_64 | Přemysl Janouch | 2014-09-24 | 2 | -7/+7 | |
* | Fix the epoll poller | Přemysl Janouch | 2014-09-24 | 2 | -2/+3 | |
* | Sort epoll_wait() output earlier | Přemysl Janouch | 2014-09-24 | 1 | -3/+3 | |
* | Order the results by port | Přemysl Janouch | 2014-09-24 | 1 | -3/+5 | |
* | Fix the hotspot | Přemysl Janouch | 2014-09-24 | 1 | -8/+18 | |
* | Identified a hot-spot | Přemysl Janouch | 2014-09-24 | 2 | -2/+1 | |
* | Update the README | Přemysl Janouch | 2014-09-24 | 1 | -0/+10 | |
* | Avoid spinning in a loop | Přemysl Janouch | 2014-09-24 | 1 | -3/+17 | |
* | Implement idle events | Přemysl Janouch | 2014-09-24 | 1 | -2/+61 | |
* | Formatting | Přemysl Janouch | 2014-09-24 | 1 | -6/+6 | |
* | Simplify the plugin API | Přemysl Janouch | 2014-09-23 | 5 | -47/+39 | |
* | Don't initialize the service before connecting | Přemysl Janouch | 2014-09-23 | 1 | -4/+10 | |
* | Fix str_append_data() | Přemysl Janouch | 2014-09-23 | 1 | -1/+1 | |
* | Fix on_unit_ready() | Přemysl Janouch | 2014-09-23 | 1 | -15/+19 | |
* | Show some stats at the end | Přemysl Janouch | 2014-09-21 | 1 | -1/+12 | |
* | Fix the TLS/SSL transport | Přemysl Janouch | 2014-09-21 | 1 | -2/+3 | |
* | Group the output properly | Přemysl Janouch | 2014-09-21 | 1 | -6/+12 | |
* | Fix terminal output for multiple ports per service | Přemysl Janouch | 2014-09-21 | 1 | -0/+2 | |
* | Fix output of results for multiple services | Přemysl Janouch | 2014-09-21 | 1 | -2/+2 | |
* | Fix the IRC plugin, and not only that | Přemysl Janouch | 2014-09-21 | 2 | -18/+16 |