aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a clarifying commentPřemysl Janouch2017-05-061-0/+1
|
* HTTP: fix header parsingPřemysl Janouch2017-02-061-1/+4
|
* Fix LICENSEPřemysl Janouch2017-02-031-11/+11
|
* Make Lua even greaterPřemysl Janouch2017-01-293-26/+6
|
* Add a plugin for Network UPS ToolsPřemysl Janouch2017-01-291-0/+83
|
* Use readdir instead of readdir_rPřemysl Janouch2017-01-292-26/+13
| | | | To eliminate compiler warnings, we're single-threaded anyway.
* Make Lua code great againPřemysl Janouch2017-01-292-10/+10
|
* Travis CI: brevify notificationsPřemysl Janouch2017-01-291-0/+6
|
* Bump libertyPřemysl Janouch2017-01-233-15/+15
|
* Fix OpenSSL 1.1 compatibilityPřemysl Janouch2017-01-011-0/+5
|
* Bump libertyPřemysl Janouch2016-03-142-4/+4
|
* Fix Travis CI notificationsPřemysl Janouch2016-03-141-1/+1
|
* Update READMEPřemysl Janouch2016-03-131-1/+1
|
* Fix packaging, update READMEPřemysl Janouch2016-03-112-4/+14
|
* Fix build without LuaPřemysl Janouch2015-10-011-1/+5
|
* Compile in Lua support opportunisticallyPřemysl Janouch2015-10-013-8/+7
|
* Convert README to AsciiDocPřemysl Janouch2015-09-271-10/+16
|
* Fix library searchingPřemysl Janouch2015-08-061-3/+4
|
* Bump libertypremysl2015-08-063-2/+8
| | | | Pulling in kqueue support.
* Fix BSD buildPřemysl Janouch2015-08-061-3/+12
|
* Hide the indicator while printing info messagesPřemysl Janouch2015-06-271-3/+24
|
* Aborting units -> stopping unitsPřemysl Janouch2015-05-138-46/+46
|
* Add an option to list all servicesPřemysl Janouch2015-05-131-1/+41
|
* Use getservbyname() on undetermined portsPřemysl Janouch2015-05-131-17/+22
|
* Get rid of "All rights reserved"Přemysl Janouch2015-05-138-8/+0
|
* Add an MPD service detection pluginPřemysl Janouch2015-05-131-0/+45
|
* Print undetermined servicesPřemysl Janouch2015-05-131-7/+69
|
* Don't initialize the transport immmediatelyPřemysl Janouch2015-05-131-19/+13
| | | | Do it only once we're actually connected.
* Use bold mode instead of standoutPřemysl Janouch2015-05-131-3/+3
|
* Travis CI: Change IRC notification addressPřemysl Janouch2015-04-031-1/+1
|
* Bump libertyPřemysl Janouch2015-03-292-171/+3
|
* Move to libertyPřemysl Janouch2015-02-2811-2196/+24
|
* Miscellaneous little changesPřemysl Janouch2015-02-262-3/+4
|
* Update .gitignorePřemysl Janouch2015-02-251-3/+1
|
* Don't die if the terminal cannot be detectedPřemysl Janouch2015-02-221-1/+2
|
* Add a useful assertion to the pollerPřemysl Janouch2015-02-211-0/+2
|
* Fix resource leakPřemysl Janouch2015-02-141-0/+3
|
* Travis CI: Try adding Coverity scancoverity_scanPřemysl Janouch2015-02-141-0/+12
|
* Tiny fixesPřemysl Janouch2015-02-122-1/+2
|
* Make sure to install Lua plugins if enabledPřemysl Janouch2015-02-091-0/+5
|
* Make sure to link with libcryptoPřemysl Janouch2015-02-081-1/+1
| | | | Archlinux seems to have removed -lcrypto from libssl.pc.
* Travis CI: Try getting a newer JanssonPřemysl Janouch2015-02-081-0/+1
|
* Fix Travis CI dependenciesPřemysl Janouch2015-02-081-1/+1
|
* Add Travis CI configurationPřemysl Janouch2015-02-082-1/+21
|
* Introduce Lua API version checkingPřemysl Janouch2015-01-212-5/+21
|
* Comment out the SOCKS4A scannerPřemysl Janouch2015-01-211-5/+6
| | | | It can't really detect if the server really supports SOCKS4A.
* Fix Lua detectionPřemysl Janouch2015-01-211-1/+3
|
* Implement a Lua 5.3 plugin loader pluginPřemysl Janouch2015-01-188-6/+573
| | | | | | | | | Also implemented SOCKS detection in said language. There are probably going to be some bugs. The program is no longer Valgrind-clean, as that would require plugin deinitialization, in which there is very little point.
* Rewrite to use CMakePřemysl Janouch2015-01-177-42/+167
| | | | | | | | Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins.
* No more Clang bullshitPřemysl Janouch2014-09-262-5/+1
|