aboutsummaryrefslogtreecommitdiff
path: root/zyklonb.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix resource leaks in socks_connect()Přemysl Janouch2015-02-141-13/+14
|
* Import optimized event loop from ponymapPřemysl Janouch2015-02-121-38/+63
|
* Import option handler from ponymapPřemysl Janouch2015-02-111-48/+33
|
* Convert to CMakePřemysl Janouch2015-02-111-3/+2
|
* s/_func/_fn/Přemysl Janouch2014-09-191-4/+4
|
* ZyklonB: better errors on TLS/SSL failurePřemysl Janouch2014-08-191-3/+13
|
* Fix service name to port resolutionPřemysl Janouch2014-08-171-1/+1
|
* ZyklonB: add SOCKS 5/4a supportPřemysl Janouch2014-08-171-11/+444
|
* Deal better with displaying IPv6 addressesPřemysl Janouch2014-08-171-1/+4
|
* Silence GCCPřemysl Janouch2014-08-171-1/+2
|
* ZyklonB: `status' -> use semicolons in outputPřemysl Janouch2014-08-151-6/+9
|
* ZyklonB: make client certificates actually workPřemysl Janouch2014-08-131-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. timersPřemysl Janouch2014-08-101-81/+95
| | | | The code isn't async enough and needs some further changes.
* ZyklonB: add connection timeoutsPřemysl Janouch2014-08-101-6/+33
|
* Remove the `src' directoryPřemysl Janouch2014-08-101-0/+1769
There are not that many files, and aren't going to be.