fix some non-blocking behavior but it's not right yet; log some signals
[scpubgit/Object-Remote.git] / lib / Object / Remote / Role / Connector / PerlInterpreter.pm
2013-01-31 Tyler Riddle fix some non-blocking behavior but it's not right yet...
2013-01-31 Tyler Riddle first attempt at fixing ssh/sh escaping problem with...
2013-01-31 Tyler Riddle implement optional watchdog for remote connections
2013-01-31 Tyler Riddle fix bug where dead connections would not execute cleanu...
2013-01-31 Tyler Riddle add in support for tied objects, adjust a few log levels
2013-01-31 Tyler Riddle reduce ulimit to 200 meg; reap children
2013-01-31 Tyler Riddle add non-blocking file handle support for reading in...
2013-01-31 Tyler Riddle experimental move to non-blocking reads in ReadChannel...
2013-01-31 Tyler Riddle got all general logging done, start of adding ids to...
2013-01-31 Tyler Riddle more log lines - found deadlock where controller blocks...
2013-01-31 Tyler Riddle start adding logs and add support for routed logs and...
2013-01-31 Tyler Riddle hierarchical log routing is now implemented in object...
2013-01-31 Tyler Riddle better log initialization
2012-07-26 Dagfinn Ilmari Man... Propagate errors from FatNode code
2012-07-20 Matt S Trout parameterize more of the connector information
2012-07-19 Matt S Trout parallelise connection setup
2012-07-18 Matt S Trout working automatic prompting
2012-06-26 Matt S Trout BuildAll and DemolishAll are loaded on first ->new...
2012-06-11 Matt S Trout save sending fatnode repeatedly
2012-06-02 Matt S Trout propagate debug flag over ssh
2012-06-02 Matt S Trout successfully wrapping sudo
2012-05-31 Matt S Trout make module_sender parameterisable
2012-05-31 Matt S Trout use remote's module sender if it exists
2012-05-31 Robert 'phaylon... refactored fatpacking and added LocalSudo connector