11 years agofix bad dep in makefile
Tyler Riddle [Wed, 10 Oct 2012 23:48:49 +0000]
fix bad dep in makefile

11 years agoadjust log levels to work better with debug level output
Tyler Riddle [Wed, 10 Oct 2012 23:03:26 +0000]
adjust log levels to work better with debug level output

11 years agofix ssh arguments the correct way
Tyler Riddle [Wed, 10 Oct 2012 13:46:16 +0000]
fix ssh arguments the correct way

11 years agoall tests run at trace log level with a null log output; new tests for watchdog,...
Tyler Riddle [Wed, 10 Oct 2012 02:17:34 +0000]
all tests run at trace log level with a null log output; new tests for watchdog, tied objects, and perl execution options

11 years agofix that pesky problem with basic_data.t being broken
Tyler Riddle [Tue, 9 Oct 2012 21:41:10 +0000]
fix that pesky problem with basic_data.t being broken

11 years agofix indentation levels; remove dead comments and code
Tyler Riddle [Mon, 8 Oct 2012 19:13:02 +0000]
fix indentation levels; remove dead comments and code

11 years agoremove incomplete non-blocking support; make select() timeout duration configurable...
Tyler Riddle [Wed, 3 Oct 2012 15:10:47 +0000]
remove incomplete non-blocking support; make select() timeout duration configurable via attribute; permanent on_done future handler setup fix; permanent SIGPIPE fix; remove old annotations

11 years agofix some non-blocking behavior but it's not right yet; log some signals
Tyler Riddle [Tue, 2 Oct 2012 23:07:25 +0000]
fix some non-blocking behavior but it's not right yet; log some signals

11 years agofirst attempt at fixing ssh/sh escaping problem with perl_command - works but isn...
Tyler Riddle [Fri, 28 Sep 2012 21:59:53 +0000]
first attempt at fixing ssh/sh escaping problem with perl_command - works but isn't the right way to do it

11 years agoimplement optional watchdog for remote connections
Tyler Riddle [Fri, 28 Sep 2012 20:45:34 +0000]
implement optional watchdog for remote connections

11 years agofix bug where dead connections would not execute cleanup code; add in repeating timer...
Tyler Riddle [Thu, 27 Sep 2012 01:47:42 +0000]
fix bug where dead connections would not execute cleanup code; add in repeating timers; handle SIGPIPE more gracefully

11 years agoadd in support for tied objects, adjust a few log levels
Tyler Riddle [Tue, 25 Sep 2012 18:39:02 +0000]
add in support for tied objects, adjust a few log levels

11 years agoreduce ulimit to 200 meg; reap children
Tyler Riddle [Fri, 21 Sep 2012 23:33:16 +0000]
reduce ulimit to 200 meg; reap children

11 years agoadd non-blocking file handle support for reading in miniloop and change miniloop...
Tyler Riddle [Fri, 21 Sep 2012 20:20:27 +0000]
add non-blocking file handle support for reading in miniloop and change miniloop to be safer under recursion; performing manual management of child process stderr

11 years agoexperimental move to non-blocking reads in ReadChannel; fix log bugs; annotate fixes...
Tyler Riddle [Fri, 21 Sep 2012 02:45:40 +0000]
experimental move to non-blocking reads in ReadChannel; fix log bugs; annotate fixes for huge json and stuck process issues

11 years agogot all general logging done, start of adding ids to objects and incorporating ids...
Tyler Riddle [Thu, 20 Sep 2012 19:08:42 +0000]
got all general logging done, start of adding ids to objects and incorporating ids in the logs

11 years agofound location of hang; make annotations; added more log lines
Tyler Riddle [Sun, 16 Sep 2012 20:56:46 +0000]
found location of hang; make annotations; added more log lines

11 years agofix select timeout calculation error
Tyler Riddle [Sat, 15 Sep 2012 20:58:02 +0000]
fix select timeout calculation error

11 years agomore log lines - found deadlock where controller blocks on read seemingly outside...
Tyler Riddle [Sat, 15 Sep 2012 20:38:52 +0000]
more log lines - found deadlock where controller blocks on read seemingly outside of runloop

11 years agoadded logging to runloop
Tyler Riddle [Sat, 15 Sep 2012 04:45:43 +0000]
added logging to runloop

11 years agostart adding logs and add support for routed logs and logging to stderr
Tyler Riddle [Sat, 15 Sep 2012 02:34:47 +0000]
start adding logs and add support for routed logs and logging to stderr

11 years agohierarchical log routing is now implemented in object-remote instead of log-contextual
Tyler Riddle [Fri, 14 Sep 2012 00:08:01 +0000]
hierarchical log routing is now implemented in object-remote instead of log-contextual

11 years agobetter log initialization
Tyler Riddle [Thu, 13 Sep 2012 00:23:04 +0000]
better log initialization

11 years agoadd __local_object__
Matt S Trout [Mon, 15 Oct 2012 11:47:51 +0000]
add __local_object__

11 years agoTest attempt for passing objects around via O::R
Jess Robinson [Sat, 13 Oct 2012 18:32:16 +0000]
Test attempt for passing objects around via O::R

11 years agomake exclude list for unpacking work with filenames that have spaces; readability...
Tyler Riddle [Thu, 18 Oct 2012 20:27:26 +0000]
make exclude list for unpacking work with filenames that have spaces; readability tweaks

11 years agoconfigurable exclusion of modules; preparing for more complicated filtering of files...
Tyler Riddle [Thu, 18 Oct 2012 18:12:49 +0000]
configurable exclusion of modules; preparing for more complicated filtering of files if needed

11 years agotesting non-core filter heuristic and XS loader fall-back exclusion
Tyler Riddle [Thu, 18 Oct 2012 16:42:27 +0000]
testing non-core filter heuristic and XS loader fall-back exclusion

11 years agoreject XSLoader at fatnode module loader if it made it through
Tyler Riddle [Thu, 18 Oct 2012 02:57:30 +0000]
reject XSLoader at fatnode module loader if it made it through

11 years agotest not shipping core modules in fatnode
Tyler Riddle [Wed, 17 Oct 2012 17:46:48 +0000]
test not shipping core modules in fatnode

11 years agofix bad indendation levels with last fix
Tyler Riddle [Mon, 15 Oct 2012 17:26:46 +0000]
fix bad indendation levels with last fix

11 years agofatnode modified to ship core but non-arch and non-core modules
Tyler Riddle [Mon, 15 Oct 2012 16:41:26 +0000]
fatnode modified to ship core but non-arch and non-core modules

11 years agoneed to not fatnodify arch stuff to avoid PerlIO explosions
Matt S Trout [Mon, 15 Oct 2012 11:13:45 +0000]
need to not fatnodify arch stuff to avoid PerlIO explosions

11 years agoremove IO::Prompter (xt/ - author side only)
Matt S Trout [Mon, 15 Oct 2012 10:33:20 +0000]
remove IO::Prompter (xt/ - author side only)

11 years agoremoved filtering for arch specific files when dealing with remote nodes
Tyler Riddle [Tue, 11 Sep 2012 20:25:53 +0000]
removed filtering for arch specific files when dealing with remote nodes

11 years agomissing build dependency on IO::Prompter
Tyler Riddle [Tue, 4 Sep 2012 16:12:21 +0000]
missing build dependency on IO::Prompter

11 years agoFix module name in Makefile.PL
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 23:58:10 +0000]
Fix module name in Makefile.PL

11 years agoFall back to core non-arch modules in FatNode
Dagfinn Ilmari Mannsåker [Fri, 27 Jul 2012 13:26:54 +0000]
Fall back to core non-arch modules in FatNode

11 years agoPropagate errors from FatNode code
Dagfinn Ilmari Mannsåker [Thu, 26 Jul 2012 13:36:39 +0000]
Propagate errors from FatNode code

11 years agoRelease commit for 0.002003 v0.002003
Matt S Trout [Wed, 25 Jul 2012 17:20:23 +0000]
Release commit for 0.002003

11 years agobump version
Matt S Trout [Wed, 25 Jul 2012 17:06:33 +0000]
bump version

11 years agoExclude vendorarch and sitearch from FatNode and ModuleSender
Matt S Trout [Wed, 25 Jul 2012 17:06:19 +0000]
Exclude vendorarch and sitearch from FatNode and ModuleSender

11 years agoincrease default timeout to 10 seconds
Matt S Trout [Wed, 25 Jul 2012 17:03:14 +0000]
increase default timeout to 10 seconds

11 years agoAdd Class::C3 as a dependency since it's required for 5.8 remote nodes
Matt S Trout [Wed, 25 Jul 2012 16:51:33 +0000]
Add Class::C3 as a dependency since it's required for 5.8 remote nodes

11 years agoSSH options as a separate argument for the SSH connector
Matt S Trout [Wed, 25 Jul 2012 16:51:02 +0000]
SSH options as a separate argument for the SSH connector

11 years agoRelease commit for 0.002002 v0.002002
Matt S Trout [Mon, 23 Jul 2012 17:24:19 +0000]
Release commit for 0.002002

11 years agoadd data to manifest
Matt S Trout [Mon, 23 Jul 2012 17:22:10 +0000]
add data to manifest

11 years agobump version
Matt S Trout [Mon, 23 Jul 2012 17:18:37 +0000]
bump version

11 years agotimeout test
Matt S Trout [Fri, 20 Jul 2012 19:22:48 +0000]
timeout test

11 years agoparameterize more of the connector information
Matt S Trout [Fri, 20 Jul 2012 19:15:34 +0000]
parameterize more of the connector information

11 years agoparallelise connection setup
Matt S Trout [Thu, 19 Jul 2012 20:21:54 +0000]
parallelise connection setup

11 years agocreate ReadChannel object to allow moving Shere logic into connect
Matt S Trout [Thu, 19 Jul 2012 18:56:13 +0000]
create ReadChannel object to allow moving Shere logic into connect

11 years agotimer support in MiniLoop
Matt S Trout [Thu, 19 Jul 2012 17:55:45 +0000]
timer support in MiniLoop

11 years agoawait_all shouldn't short circuit on an exception
Matt S Trout [Thu, 19 Jul 2012 14:40:54 +0000]
await_all shouldn't short circuit on an exception

11 years agosecond release - moar awesome
Matt S Trout [Wed, 18 Jul 2012 18:49:34 +0000]
second release - moar awesome

11 years agoupdate Changes
Matt S Trout [Wed, 18 Jul 2012 18:49:04 +0000]
update Changes

11 years agoworking automatic prompting
Matt S Trout [Wed, 18 Jul 2012 18:39:35 +0000]
working automatic prompting

11 years agomaybe::start
Matt S Trout [Tue, 17 Jul 2012 23:25:39 +0000]
maybe::start

11 years agotest without start
Matt S Trout [Tue, 17 Jul 2012 23:23:12 +0000]
test without start

11 years agofixup start, add then::
Matt S Trout [Tue, 17 Jul 2012 22:54:40 +0000]
fixup start, add then::

11 years agoallow glob references to be transferred
Robert 'phaylon' Sedlacek [Tue, 17 Jul 2012 22:13:34 +0000]
allow glob references to be transferred

11 years agoFromData
Matt S Trout [Tue, 17 Jul 2012 15:29:53 +0000]
FromData

11 years agoallow scalar refs to be transferred
Robert 'phaylon' Sedlacek [Mon, 16 Jul 2012 22:07:17 +0000]
allow scalar refs to be transferred

11 years agoRelease commit for 0.001001 v0.001001
Matt S Trout [Thu, 12 Jul 2012 21:56:21 +0000]
Release commit for 0.001001

11 years agoindent Changes
Matt S Trout [Thu, 12 Jul 2012 21:55:45 +0000]
indent Changes

11 years agofix version line
Matt S Trout [Thu, 12 Jul 2012 21:53:03 +0000]
fix version line

11 years agoadd all scripts
Matt S Trout [Thu, 12 Jul 2012 21:51:44 +0000]
add all scripts

11 years agoinitial changes and version
Matt S Trout [Thu, 12 Jul 2012 21:50:42 +0000]
initial changes and version

11 years agoinitial sucky documentation
Matt S Trout [Thu, 12 Jul 2012 21:49:15 +0000]
initial sucky documentation

11 years agoadd can::on
Matt S Trout [Thu, 12 Jul 2012 21:48:50 +0000]
add can::on

11 years agoprevent premature destruction of proxy objct while an outstanding future exists for it
Matt S Trout [Wed, 11 Jul 2012 18:51:39 +0000]
prevent premature destruction of proxy objct while an outstanding future exists for it

11 years agotests for await_* with kept and thrown-away proxy object
Robert 'phaylon' Sedlacek [Wed, 11 Jul 2012 15:43:43 +0000]
tests for await_* with kept and thrown-away proxy object

11 years ago5.8 also requires extra C3 bits
Matt S Trout [Tue, 26 Jun 2012 16:51:24 +0000]
5.8 also requires extra C3 bits

11 years agoBuildAll and DemolishAll are loaded on first ->new so need to be explicitly packed
Matt S Trout [Tue, 26 Jun 2012 16:46:02 +0000]
BuildAll and DemolishAll are loaded on first ->new so need to be explicitly packed

11 years agosketch for slave node
Matt S Trout [Tue, 19 Jun 2012 14:23:34 +0000]
sketch for slave node

11 years agoInitial on the fly fatnode
Matt S Trout [Mon, 18 Jun 2012 04:20:02 +0000]
Initial on the fly fatnode

11 years agofactor out new_class_call_handler
Matt S Trout [Mon, 18 Jun 2012 01:16:40 +0000]
factor out new_class_call_handler

11 years agosanity for class call handler
Matt S Trout [Mon, 18 Jun 2012 01:14:59 +0000]
sanity for class call handler

11 years agoactually switch and delete old receive_class_call code
Matt S Trout [Mon, 18 Jun 2012 01:07:34 +0000]
actually switch and delete old receive_class_call code

11 years agoclean up calling system
Matt S Trout [Mon, 18 Jun 2012 01:03:59 +0000]
clean up calling system

11 years agosend ids only for return future
Matt S Trout [Mon, 18 Jun 2012 00:58:57 +0000]
send ids only for return future

11 years agounix socket connector
Matt S Trout [Mon, 11 Jun 2012 23:23:04 +0000]
unix socket connector

11 years ago$conn->remote_sub obsoletes SubCaller
Matt S Trout [Mon, 11 Jun 2012 23:18:25 +0000]
$conn->remote_sub obsoletes SubCaller

11 years agominor API cleanups
Matt S Trout [Mon, 11 Jun 2012 23:17:11 +0000]
minor API cleanups

11 years agoconnection server
Matt S Trout [Mon, 11 Jun 2012 22:59:30 +0000]
connection server

11 years agominor cleanups, better error reporting
Matt S Trout [Mon, 11 Jun 2012 22:59:17 +0000]
minor cleanups, better error reporting

11 years agosplit want_run versus blocking run for ::Future
Matt S Trout [Mon, 11 Jun 2012 21:15:14 +0000]
split want_run versus blocking run for ::Future

11 years agoeliminate is_ready attr in favour of ready_future
Matt S Trout [Mon, 11 Jun 2012 18:20:58 +0000]
eliminate is_ready attr in favour of ready_future

11 years agosave sending fatnode repeatedly
Matt S Trout [Mon, 11 Jun 2012 06:57:29 +0000]
save sending fatnode repeatedly

11 years agomade newline before GO reply optional
Robert 'phaylon' Sedlacek [Thu, 7 Jun 2012 14:26:11 +0000]
made newline before GO reply optional

11 years agoadd Object::Remote->connect
Matt S Trout [Wed, 6 Jun 2012 18:23:22 +0000]
add Object::Remote->connect

11 years agoget_remote_sub
Matt S Trout [Wed, 6 Jun 2012 18:02:38 +0000]
get_remote_sub

11 years agoforward agent
Matt S Trout [Wed, 6 Jun 2012 18:02:32 +0000]
forward agent

11 years agoinvert new::on logic to make remoting saner
Matt S Trout [Mon, 4 Jun 2012 16:49:55 +0000]
invert new::on logic to make remoting saner

11 years agoadd stderr output to local sudo test since that did crash things
Matt S Trout [Mon, 4 Jun 2012 16:41:58 +0000]
add stderr output to local sudo test since that did crash things

11 years agostop trying to be clever and repeat STDERR instead
Matt S Trout [Mon, 4 Jun 2012 16:39:20 +0000]
stop trying to be clever and repeat STDERR instead

11 years agofuture for on_close, clean up pending futures
Matt S Trout [Mon, 4 Jun 2012 16:37:26 +0000]
future for on_close, clean up pending futures

11 years agopropagate debug flag over ssh
Matt S Trout [Sat, 2 Jun 2012 19:11:57 +0000]
propagate debug flag over ssh

11 years agopassword callback working
Matt S Trout [Sat, 2 Jun 2012 17:22:00 +0000]
password callback working

11 years agosuccessfully wrapping sudo
Matt S Trout [Sat, 2 Jun 2012 16:30:41 +0000]
successfully wrapping sudo