aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix library searchingPřemysl Janouch2015-08-061-3/+4
|
* Bump libertypremysl2015-08-061-0/+6
| | | | Pulling in kqueue support.
* Fix BSD buildPřemysl Janouch2015-08-061-3/+12
|
* Move to libertyPřemysl Janouch2015-02-281-1/+1
|
* Tiny fixesPřemysl Janouch2015-02-121-1/+1
|
* 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.
* Fix Lua detectionPřemysl Janouch2015-01-211-1/+3
|
* Implement a Lua 5.3 plugin loader pluginPřemysl Janouch2015-01-181-1/+5
| | | | | | | | | 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-171-0/+125
Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins.