Log::Any can inject messages into log router and acts as full class citizen in loggin...
[scpubgit/Object-Remote.git] / lib /
2012-11-09 Tyler Riddle Log::Any can inject messages into log router and acts...
2012-11-09 Tyler Riddle logger class now supports instances with distinct log...
2012-11-09 Tyler Riddle make Flog_* safer; document ::Logger; rewrite section...
2012-11-09 Tyler Riddle add self to contributor list; document new env variable...
2012-11-09 Tyler Riddle change from $ENV{OBJECT_REMOTE_PERL_PATH} to $ENV{OBJEC...
2012-11-08 Tyler Riddle added in exception and fatal logging methods
2012-11-08 Tyler Riddle set defaults for min and max levels in various loggers
2012-11-08 Tyler Riddle add pid and hostname to logging metadata; setting OBJEC...
2012-11-07 Tyler Riddle env var OBJECT_REMOTE_LOG_SELECTIONS allows selection...
2012-11-07 Tyler Riddle example of warn logger
2012-11-07 Tyler Riddle make weak reference to router connection optional
2012-11-07 Tyler Riddle weaken connections to log router; fixes for no current...
2012-11-07 Tyler Riddle new env vars: OBJECT_REMOTE_PERL_PATH and OBJECT_REMOTE...
2012-11-07 Tyler Riddle added in file, line, and method info for log invocation
2012-11-07 Tyler Riddle logger class supports printf style formats to control...
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 comment what the log levels are for
2012-11-05 Tyler Riddle cleanup whitespace
2012-11-05 Tyler Riddle tweak _get_loggers so it can tolerate a logger that...
2012-11-05 Tyler Riddle replaced entire logging subsystem with one that is...
2012-10-22 Tyler Riddle incorporate fatnode shipping module changes so behavior...
2012-10-16 Tyler Riddle revise log router api to match log::contextual router...
2012-10-15 Tyler Riddle fix incorrect indentation
2012-10-15 Tyler Riddle fix bad indendation levels with last fix
2012-10-15 Tyler Riddle remove old debugging code; fix ::ModuleSender not retur...
2012-10-15 Tyler Riddle fatnode ships required core non-arch and non-core perl...
2012-10-15 Tyler Riddle fatnode modified to ship core but non-arch and non...
2012-10-15 Matt S Trout need to not fatnodify arch stuff to avoid PerlIO explosions
2012-10-10 Tyler Riddle adjust log levels to work better with debug level output
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 remove IO::Prompter from Makefile.PL; allow Fatnode...
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-16 Tyler Riddle found location of hang; make annotations; added more...
2012-09-15 Tyler Riddle fix select timeout calculation error
2012-09-15 Tyler Riddle more log lines - found deadlock where controller blocks...
2012-09-15 Tyler Riddle added logging to runloop
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-09-11 Tyler Riddle removed filtering for arch specific files when dealing...
2012-07-27 Dagfinn Ilmari Man... Fall back to core non-arch modules in FatNode
2012-07-26 Dagfinn Ilmari Man... Propagate errors from FatNode code
2012-07-25 Matt S Trout bump version
2012-07-25 Matt S Trout Exclude vendorarch and sitearch from FatNode and Module...
2012-07-25 Matt S Trout increase default timeout to 10 seconds
2012-07-25 Matt S Trout SSH options as a separate argument for the SSH connector
2012-07-23 Matt S Trout bump version
2012-07-20 Matt S Trout parameterize more of the connector information
2012-07-19 Matt S Trout parallelise connection setup
2012-07-19 Matt S Trout create ReadChannel object to allow moving Shere logic...
2012-07-19 Matt S Trout timer support in MiniLoop
2012-07-19 Matt S Trout await_all shouldn't short circuit on an exception
2012-07-18 Matt S Trout second release - moar awesome
2012-07-18 Matt S Trout working automatic prompting
2012-07-17 Matt S Trout maybe::start
2012-07-17 Matt S Trout fixup start, add then::
2012-07-17 Robert 'phaylon... allow glob references to be transferred
2012-07-17 Matt S Trout FromData
2012-07-16 Robert 'phaylon... allow scalar refs to be transferred
2012-07-12 Matt S Trout fix version line
2012-07-12 Matt S Trout initial changes and version
2012-07-12 Matt S Trout initial sucky documentation
2012-07-12 Matt S Trout add can::on
2012-07-11 Matt S Trout prevent premature destruction of proxy objct while...
2012-06-26 Matt S Trout 5.8 also requires extra C3 bits
2012-06-26 Matt S Trout BuildAll and DemolishAll are loaded on first ->new...
2012-06-18 Matt S Trout Initial on the fly fatnode
2012-06-18 Matt S Trout factor out new_class_call_handler
2012-06-18 Matt S Trout sanity for class call handler
2012-06-18 Matt S Trout actually switch and delete old receive_class_call code
2012-06-18 Matt S Trout clean up calling system
2012-06-18 Matt S Trout send ids only for return future
2012-06-11 Matt S Trout unix socket connector
2012-06-11 Matt S Trout $conn->remote_sub obsoletes SubCaller
2012-06-11 Matt S Trout minor API cleanups
2012-06-11 Matt S Trout connection server
2012-06-11 Matt S Trout minor cleanups, better error reporting
2012-06-11 Matt S Trout split want_run versus blocking run for ::Future
2012-06-11 Matt S Trout eliminate is_ready attr in favour of ready_future
2012-06-11 Matt S Trout save sending fatnode repeatedly
2012-06-07 Robert 'phaylon... made newline before GO reply optional
2012-06-06 Matt S Trout add Object::Remote->connect
2012-06-06 Matt S Trout get_remote_sub
2012-06-06 Matt S Trout forward agent
2012-06-04 Matt S Trout invert new::on logic to make remoting saner
2012-06-04 Matt S Trout stop trying to be clever and repeat STDERR instead
2012-06-04 Matt S Trout future for on_close, clean up pending futures
next