change logging bootstrap to report uninit remote logging metadata; set flag that...
[scpubgit/Object-Remote.git] / lib / Object / Remote / Role / Connector / PerlInterpreter.pm
2013-01-31 Tyler Riddle change logging bootstrap to report uninit remote loggin...
2013-01-31 Tyler Riddle reformat log message generation
2013-01-31 Tyler Riddle change perl interpreter command line log message to...
2013-01-31 Tyler Riddle change from $ENV{OBJECT_REMOTE_PERL_PATH} to $ENV{OBJEC...
2013-01-31 Tyler Riddle new env vars: OBJECT_REMOTE_PERL_PATH and OBJECT_REMOTE...
2013-01-31 Tyler Riddle export router function in ::Logging; add time of log...
2013-01-31 Tyler Riddle alarm() in fatnode is now set to value of connection...
2013-01-31 Tyler Riddle replaced entire logging subsystem with one that is...
2013-01-31 Tyler Riddle fix incorrect indentation
2013-01-31 Tyler Riddle remove old debugging code; fix ::ModuleSender not retur...
2013-01-31 Tyler Riddle fix ssh arguments the correct way
2013-01-31 Tyler Riddle all tests run at trace log level with a null log output...
2013-01-31 Tyler Riddle fix that pesky problem with basic_data.t being broken
2013-01-31 Tyler Riddle fix indentation levels; remove dead comments and code
2013-01-31 Tyler Riddle remove incomplete non-blocking support; make select...
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