change from $ENV{OBJECT_REMOTE_PERL_PATH} to $ENV{OBJECT_REMOTE_PERL_BIN}
[scpubgit/Object-Remote.git] / lib / Object / Remote / Role / Connector / PerlInterpreter.pm
2012-11-09 Tyler Riddle change from $ENV{OBJECT_REMOTE_PERL_PATH} to $ENV{OBJEC...
2012-11-07 Tyler Riddle new env vars: OBJECT_REMOTE_PERL_PATH and OBJECT_REMOTE...
2012-11-07 Tyler Riddle export router function in ::Logging; add time of log...
2012-11-06 Tyler Riddle alarm() in fatnode is now set to value of connection...
2012-11-05 Tyler Riddle replaced entire logging subsystem with one that is...
2012-10-15 Tyler Riddle fix incorrect indentation
2012-10-15 Tyler Riddle remove old debugging code; fix ::ModuleSender not retur...
2012-10-10 Tyler Riddle fix ssh arguments the correct way
2012-10-10 Tyler Riddle all tests run at trace log level with a null log output...
2012-10-09 Tyler Riddle fix that pesky problem with basic_data.t being broken
2012-10-08 Tyler Riddle fix indentation levels; remove dead comments and code
2012-10-03 Tyler Riddle remove incomplete non-blocking support; make select...
2012-10-02 Tyler Riddle fix some non-blocking behavior but it's not right yet...
2012-09-28 Tyler Riddle first attempt at fixing ssh/sh escaping problem with...
2012-09-28 Tyler Riddle implement optional watchdog for remote connections
2012-09-27 Tyler Riddle fix bug where dead connections would not execute cleanu...
2012-09-25 Tyler Riddle add in support for tied objects, adjust a few log levels
2012-09-21 Tyler Riddle reduce ulimit to 200 meg; reap children
2012-09-21 Tyler Riddle add non-blocking file handle support for reading in...
2012-09-21 Tyler Riddle experimental move to non-blocking reads in ReadChannel...
2012-09-20 Tyler Riddle got all general logging done, start of adding ids to...
2012-09-15 Tyler Riddle more log lines - found deadlock where controller blocks...
2012-09-15 Tyler Riddle start adding logs and add support for routed logs and...
2012-09-14 Tyler Riddle hierarchical log routing is now implemented in object...
2012-09-13 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