bump version
[scpubgit/Object-Remote.git] / lib /
2014-07-29 Matt S Trout bump version
2014-07-29 Matt S Trout use newer Future API, fix broken test
2014-04-14 skaufman reverted previous commit,
2014-04-14 skaufman grep out non-files from @INC.
2013-03-19 Matt S Trout bump version
2013-03-19 Matt S Trout simplify then:: code for recent Futures
2013-03-19 Matt S Trout refactor watchdog code a bit
2013-03-19 Matt S Trout switch from CPS::Future to Future
2013-02-04 Tyler Riddle removed some stray function imports from the logging...
2013-02-04 Tyler Riddle update logging docs to not require router specific...
2013-01-31 Tyler Riddle removed stray whitespace that showed up after rebase
2013-01-31 Tyler Riddle update docs so perl interpreter configuration is docume...
2013-01-31 Tyler Riddle OBJECT_REMOTE_PERL_BIN environment value was ignored...
2013-01-31 Tyler Riddle set version number to 0.003001_01
2013-01-31 Tyler Riddle fix broken white listing of Devel:GlobalDestruction
2013-01-31 Tyler Riddle cleanup trailing whitespace ugliness
2013-01-31 Tyler Riddle removed process groups from the connection class child...
2013-01-31 Tyler Riddle removed the baked in ulimit and nice code, use custom...
2013-01-31 Tyler Riddle add a note about $Object::Remote::FatNode::REMOTE_NODE
2013-01-31 Tyler Riddle Move env var forwarding from fatnode to perl interprete...
2013-01-31 Tyler Riddle update logger metadata documentation to match log-conte...
2013-01-31 Tyler Riddle fix some typos in the log messages
2013-01-31 Tyler Riddle fixed old logging metadata name missed from previous...
2013-01-31 Tyler Riddle make notes of things to fix before release
2013-01-31 Tyler Riddle update logging api to match log-contextual 0.005
2013-01-31 Tyler Riddle update logging system to match log-contextual router...
2013-01-31 Tyler Riddle forwarded log messages now include a forwarded flag...
2013-01-31 Tyler Riddle document known issues; document Object::Remote::Connect...
2013-01-31 Tyler Riddle disable log forwarding by default - has issues at scale
2013-01-31 Tyler Riddle update Object::Remote::connect() to pass arguments...
2013-01-31 Tyler Riddle make note about deadlock when moving position of timer...
2013-01-31 Tyler Riddle cleanup and put comments on the deadlock workaround...
2013-01-31 Tyler Riddle fix bug that allowed forwarded logs to be output from...
2013-01-31 Tyler Riddle fix comments that were in wrong spot from refactoring
2013-01-31 Tyler Riddle fix incorrect name of class in logging docs
2013-01-31 Tyler Riddle fix init order issue in logging
2013-01-31 Tyler Riddle removed unused attribute from log router class
2013-01-31 Tyler Riddle ::Logging::TestLogger package decleration had wrong...
2013-01-31 Tyler Riddle localsudo connector was missing "use" for Object::Remot...
2013-01-31 Tyler Riddle Fix spelling error in log message
2013-01-31 Tyler Riddle remove t/logsetup.pl and move feature into $ENV{OBJECT_...
2013-01-31 Tyler Riddle start at 0.3.1 instead of 0.3.0
2013-01-31 Tyler Riddle remove vestigial IPC::Open2 from PerlInterpreter.pm
2013-01-31 Tyler Riddle update comment about empty config vars and regexs in...
2013-01-31 Tyler Riddle fix fatnode not parsing if included package did not...
2013-01-31 Tyler Riddle remove dielogger and warnlogger - they just are not...
2013-01-31 Tyler Riddle remove some dead comments; fix some bad whitespace
2013-01-31 Tyler Riddle remove comment for bug that was fixed
2013-01-31 Tyler Riddle set log forwarding to be enabled by default
2013-01-31 Tyler Riddle move PIPE signal handler to miniloop and update timeout...
2013-01-31 Tyler Riddle fix warning if handle is DEMOLISHED after the backing...
2013-01-31 Tyler Riddle fix futures that need to be failed not being failed...
2013-01-31 Tyler Riddle proxy dies() when a method is invoked and the handle...
2013-01-31 Tyler Riddle fix left over remote object hang bug
2013-01-31 Tyler Riddle forward OBJECT_REMOTE_PERL_BIN env var; doc fix for...
2013-01-31 Tyler Riddle add new line format var to logger docs
2013-01-31 Tyler Riddle remove extra logging sugar; that does not belong here
2013-01-31 Tyler Riddle better way to reap child process pids
2013-01-31 Tyler Riddle change logging bootstrap to report uninit remote loggin...
2013-01-31 Tyler Riddle forward OBJECT_REMOTE_LOG_FORWARDING env var
2013-01-31 Tyler Riddle change log init to be entirely with in object::remote...
2013-01-31 Tyler Riddle yank out Log::Any adapter - it was only an experiment
2013-01-31 Tyler Riddle better lookup method in log any injector; %n adds newli...
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 add comment about flaw with alarm in node startup;...
2013-01-31 Tyler Riddle logforwarder.pm does not cluck
2013-01-31 Tyler Riddle better method of log forwarding
2013-01-31 Tyler Riddle OBJECT_REMOTE_LOG_SELECTIONS can turn logging classes...
2013-01-31 Tyler Riddle Log::Any can inject messages into log router and acts...
2013-01-31 Tyler Riddle logger class now supports instances with distinct log...
2013-01-31 Tyler Riddle make Flog_* safer; document ::Logger; rewrite section...
2013-01-31 Tyler Riddle add self to contributor list; document new env variable...
2013-01-31 Tyler Riddle change from $ENV{OBJECT_REMOTE_PERL_PATH} to $ENV{OBJEC...
2013-01-31 Tyler Riddle added in exception and fatal logging methods
2013-01-31 Tyler Riddle set defaults for min and max levels in various loggers
2013-01-31 Tyler Riddle add pid and hostname to logging metadata; setting OBJEC...
2013-01-31 Tyler Riddle env var OBJECT_REMOTE_LOG_SELECTIONS allows selection...
2013-01-31 Tyler Riddle example of warn logger
2013-01-31 Tyler Riddle make weak reference to router connection optional
2013-01-31 Tyler Riddle weaken connections to log router; fixes for no current...
2013-01-31 Tyler Riddle new env vars: OBJECT_REMOTE_PERL_PATH and OBJECT_REMOTE...
2013-01-31 Tyler Riddle added in file, line, and method info for log invocation
2013-01-31 Tyler Riddle logger class supports printf style formats to control...
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 comment what the log levels are for
2013-01-31 Tyler Riddle cleanup whitespace
2013-01-31 Tyler Riddle tweak _get_loggers so it can tolerate a logger that...
2013-01-31 Tyler Riddle replaced entire logging subsystem with one that is...
2013-01-31 Tyler Riddle revise log router api to match log::contextual router...
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 adjust log levels to work better with debug level output
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...
next