Net-Proxy
view release on metacpan or search on metacpan
- added a debug() method (but all uses of it are commented out)
- better socket management algorithm:
+ prevents deadlocks (as could occur when having a connection and
a tunneled connection within it both going through Net::Proxy)
+ limits buffering (so as to avoid sucking a lot of memory
when one socket sends data faster than its peer can accept it)
[SCRIPTS]
- patched sslh so that it can listen not only on localhost.
(Thanks to Dieter Voegtli.)
0.04 Tue Jan 17 14:47:20 CET 2006
[ENHANCEMENTS]
- added some basic information logging
(enable with Net::Proxy->set_verbosity( $level ))
[TESTS]
- test for several failure cases
- the test suite now covers more than 95% of the code
[SCRIPTS]
- patched sslh so that it works correctly, now
0.03 Wed Jan 11 02:10:52 CET 2006
[DOCUMENTATION]
- Correct SYNOPSIS for Net::Proxy::Connector::tcp
- Added a SYNOPSIS for Net::Proxy::Connector::connect
[NEW CONNECTOR]
- Net::Proxy::Connector::dual
[SCRIPTS]
- previously unreleased sslh script ported to use Net::Proxy
0.02 Tue Jan 10 09:43:23 CET 2006
[ENHANCEMENTS]
- added the README and Changes files
- added statistical methods to Net::Proxy
- mainloop($max) will refuse new connections after $max
connections have started
[NEW CONNECTOR]
- Net::Proxy::Connector::connect
[SCRIPTS]
- connect-tunnel ported to use Net::Proxy
0.01 Fri Jan 6 03:32:46 CET 2006
[FEATURES]
- The proxy is fully functionnal, but lacks several types
of connectors
[CONNECTORS]
- Net::Proxy::Connector::tcp
- Net::Proxy::Connector::dummy
( run in 0.585 second using v1.01-cache-2.11-cpan-49f99fa48dc )