Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-01 | 1 | -1/+0 |
| | |||||
* | Rename project to uirc3 | Přemysl Janouch | 2015-04-30 | 1 | -0/+2 |
| | |||||
* | Move the SOCKS code to common.c | Přemysl Janouch | 2015-04-11 | 1 | -408/+0 |
| | |||||
* | ZyklonB: Fix an old typo | Přemysl Janouch | 2015-04-11 | 1 | -1/+1 |
| | |||||
* | ZyklonB: better SSL configuration | Přemysl Janouch | 2015-04-11 | 1 | -39/+76 |
| | | | | | | | | | Allow specifying a custom certificate bundle (can be handy for connecting to servers with a self-signed certificate). Enabled certificate verification by default. Renamed the "ssl_use" to just "ssl". | ||||
* | ZyklonB: actually do verify the server certificate | Přemysl Janouch | 2015-04-10 | 1 | -2/+15 |
| | | | | Bud still tolerate if it doesn't pass verification. | ||||
* | Update comments | Přemysl Janouch | 2015-03-29 | 1 | -4/+3 |
| | |||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | ZyklonB: fix issues with plugin unloading | Přemysl Janouch | 2015-02-21 | 1 | -3/+8 |
| | |||||
* | Add a missing break; | Přemysl Janouch | 2015-02-14 | 1 | -0/+1 |
| | |||||
* | Fix resource leaks in socks_connect() | Přemysl Janouch | 2015-02-14 | 1 | -13/+14 |
| | |||||
* | Import optimized event loop from ponymap | Přemysl Janouch | 2015-02-12 | 1 | -38/+63 |
| | |||||
* | Import option handler from ponymap | Přemysl Janouch | 2015-02-11 | 1 | -48/+33 |
| | |||||
* | Convert to CMake | Přemysl Janouch | 2015-02-11 | 1 | -3/+2 |
| | |||||
* | s/_func/_fn/ | Přemysl Janouch | 2014-09-19 | 1 | -4/+4 |
| | |||||
* | ZyklonB: better errors on TLS/SSL failure | Přemysl Janouch | 2014-08-19 | 1 | -3/+13 |
| | |||||
* | Fix service name to port resolution | Přemysl Janouch | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | ZyklonB: add SOCKS 5/4a support | Přemysl Janouch | 2014-08-17 | 1 | -11/+444 |
| | |||||
* | Deal better with displaying IPv6 addresses | Přemysl Janouch | 2014-08-17 | 1 | -1/+4 |
| | |||||
* | Silence GCC | Přemysl Janouch | 2014-08-17 | 1 | -1/+2 |
| | |||||
* | ZyklonB: `status' -> use semicolons in output | Přemysl Janouch | 2014-08-15 | 1 | -6/+9 |
| | |||||
* | ZyklonB: make client certificates actually work | Přemysl Janouch | 2014-08-13 | 1 | -1/+2 |
| | | | | | We forgot to set the private key, which can reside in the same file as the certificate, appended at the end. | ||||
* | ZyklonB: cleanup not only wrt. timers | Přemysl Janouch | 2014-08-10 | 1 | -81/+95 |
| | | | | The code isn't async enough and needs some further changes. | ||||
* | ZyklonB: add connection timeouts | Přemysl Janouch | 2014-08-10 | 1 | -6/+33 |
| | |||||
* | Remove the `src' directory | Přemysl Janouch | 2014-08-10 | 1 | -0/+1769 |
There are not that many files, and aren't going to be. |