Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix packaging, update README | Přemysl Janouch | 2016-03-11 | 1 | -2/+3 |
| | |||||
* | Fix build without Lua | Přemysl Janouch | 2015-10-01 | 1 | -1/+5 |
| | |||||
* | Compile in Lua support opportunistically | Přemysl Janouch | 2015-10-01 | 1 | -6/+5 |
| | |||||
* | Fix library searching | Přemysl Janouch | 2015-08-06 | 1 | -3/+4 |
| | |||||
* | Bump liberty | premysl | 2015-08-06 | 1 | -0/+6 |
| | | | | Pulling in kqueue support. | ||||
* | Fix BSD build | Přemysl Janouch | 2015-08-06 | 1 | -3/+12 |
| | |||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | Tiny fixes | Přemysl Janouch | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | Archlinux seems to have removed -lcrypto from libssl.pc. | ||||
* | 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 | 1 | -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 CMake | Přemysl Janouch | 2015-01-17 | 1 | -0/+125 |
Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins. |