aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-em-socksify
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2015-05-231-0/+2
| | | | Notes: svn path=/head/; revision=387139
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332054
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 0.3.0Steve Wills2013-06-242-3/+3
| | | | Notes: svn path=/head/; revision=321661
* EM-Socksify: Transparent SOCKS support for any EventMachine protocolSteve Wills2013-02-273-0/+27
Dealing with SOCKS proxies is pain. EM-Socksify provides a simple shim to setup & negotiate a SOCKS5 connection for any EventMachine protocol. To add SOCKS support, all you have to do is include the module and provide your destination address. WWW: https://github.com/igrigorik/em-socksify Notes: svn path=/head/; revision=313017