| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 
| * | TLS transport: output some certificate information | Přemysl Janouch | 2014-09-21 | 1 | -0/+24 | 
| * | HTTP: initialize `http_settings' statically | Přemysl Janouch | 2014-09-21 | 1 | -8/+8 | 
| * | Fix error message | Přemysl Janouch | 2014-09-21 | 1 | -1/+1 | 
| * | Add a header guard | Přemysl Janouch | 2014-09-21 | 1 | -0/+5 | 
| * | 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 | 
| * | Implement more of the services | Přemysl Janouch | 2014-09-20 | 5 | -30/+157 | 
| * | 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 | 
