scpubgit/Object-Remote.git
2019-11-29 Graham Knop add Class::Load to dev prereqs master
2019-11-27 Graham Knop Release commit for 0.004001 v0.004001
2019-11-27 Graham Knop Bumping version to 0.004001
2019-11-27 Graham Knop changelog
2019-11-27 Graham Knop update Makefile.PL with better metadata
2019-11-27 Graham Knop remove IO::Prompter from local-sudo test
2019-11-02 Graham Knop add Devel::GlobalDestruction to fatnode
2016-10-16 Matt S Trout fix LocalSudo, broken in 2012 by mst being an idiot
2016-10-16 Graham Knop avoid needing . in @INC in dev mode
2016-10-16 Graham Knop gitignore
2016-08-26 Matt S Trout Release commit for 0.004000 v0.004000
2016-08-26 Matt S Trout Bumping version to 0.004000
2016-08-26 Matt S Trout INET connector
2016-08-26 Matt S Trout make strictures dep explicit
2016-01-10 Matt S Trout Release commit for 0.003006 v0.003006
2016-01-10 Matt S Trout bump version
2016-01-10 Matt S Trout re-order contributors alphabetically by nick
2016-01-10 Matt S Trout clean up formatting
2016-01-10 Matt S Trout adjust comment to make defensiveness clear
2016-01-10 Matt S Trout changelog bfwg's work
2016-01-10 Colin Newell Made Module::Runtime compat more reliable. bfwg/error_message
2016-01-08 Colin Newell Ensure Module::Runtime use_package_optimistically works.
2016-01-08 Colin Newell Tweaked error message on failure to import.
2015-07-18 Matt S Trout Release commit for 0.003005 v0.003005
2015-07-18 Matt S Trout bump version
2015-07-18 skaufman only include mods that match their filename in the...
2014-10-04 Matt S Trout Release commit for 0.003004 v0.003004
2014-10-04 Matt S Trout bump version
2014-08-19 Matt S Trout force-load Moo::HandleMoose::_TypeMap
2014-08-11 Matt S Trout Release commit for 0.003003 v0.003003
2014-08-11 Matt S Trout Make watchdog test handle death-by-send as well as...
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 Release commit for 0.003002 v0.003002
2013-03-19 Matt S Trout bump version
2013-03-19 Matt S Trout changelogging
2013-03-19 Matt S Trout bump moo version to 1.1
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-11 Tyler Riddle Release commit for 0.003001_01 v0.003001_01
2013-02-05 Tyler Riddle arg back that out and try again to fit into distar...
2013-02-05 Tyler Riddle add date and release version to Changes file
2013-02-04 Tyler Riddle updated Changes with work done on the logging branch
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 logging test now checks to make sure arg_levels is...
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 remove stderr redirect to null fh from watchdog_fatnode.t
2013-01-31 Tyler Riddle fix init order issue in logging
2013-01-31 Tyler Riddle added test for logger class
2013-01-31 Tyler Riddle added test for log router
2013-01-31 Tyler Riddle removed unused attribute from log router class
2013-01-31 Tyler Riddle added tests for the logging class
2013-01-31 Tyler Riddle remove stray data::dumper from perl_execute.t
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 update watchdog to use log setup env var
2013-01-31 Tyler Riddle remove t/logsetup.pl
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 new test to validate connection inside a connection...
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...
next