Matt S Trout [Thu, 12 Jul 2012 21:53:03 +0000]
fix version line
Matt S Trout [Thu, 12 Jul 2012 21:51:44 +0000]
add all scripts
Matt S Trout [Thu, 12 Jul 2012 21:50:42 +0000]
initial changes and version
Matt S Trout [Thu, 12 Jul 2012 21:49:15 +0000]
initial sucky documentation
Matt S Trout [Thu, 12 Jul 2012 21:48:50 +0000]
add can::on
Matt S Trout [Wed, 11 Jul 2012 18:51:39 +0000]
prevent premature destruction of proxy objct while an outstanding future exists for it
Robert 'phaylon' Sedlacek [Wed, 11 Jul 2012 15:43:43 +0000]
tests for await_* with kept and thrown-away proxy object
Matt S Trout [Tue, 26 Jun 2012 16:51:24 +0000]
5.8 also requires extra C3 bits
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
Matt S Trout [Tue, 19 Jun 2012 14:23:34 +0000]
sketch for slave node
Matt S Trout [Mon, 18 Jun 2012 04:20:02 +0000]
Initial on the fly fatnode
Matt S Trout [Mon, 18 Jun 2012 01:16:40 +0000]
factor out new_class_call_handler
Matt S Trout [Mon, 18 Jun 2012 01:14:59 +0000]
sanity for class call handler
Matt S Trout [Mon, 18 Jun 2012 01:07:34 +0000]
actually switch and delete old receive_class_call code
Matt S Trout [Mon, 18 Jun 2012 01:03:59 +0000]
clean up calling system
Matt S Trout [Mon, 18 Jun 2012 00:58:57 +0000]
send ids only for return future
Matt S Trout [Mon, 11 Jun 2012 23:23:04 +0000]
unix socket connector
Matt S Trout [Mon, 11 Jun 2012 23:18:25 +0000]
$conn->remote_sub obsoletes SubCaller
Matt S Trout [Mon, 11 Jun 2012 23:17:11 +0000]
minor API cleanups
Matt S Trout [Mon, 11 Jun 2012 22:59:30 +0000]
connection server
Matt S Trout [Mon, 11 Jun 2012 22:59:17 +0000]
minor cleanups, better error reporting
Matt S Trout [Mon, 11 Jun 2012 21:15:14 +0000]
split want_run versus blocking run for ::Future
Matt S Trout [Mon, 11 Jun 2012 18:20:58 +0000]
eliminate is_ready attr in favour of ready_future
Matt S Trout [Mon, 11 Jun 2012 06:57:29 +0000]
save sending fatnode repeatedly
Robert 'phaylon' Sedlacek [Thu, 7 Jun 2012 14:26:11 +0000]
made newline before GO reply optional
Matt S Trout [Wed, 6 Jun 2012 18:23:22 +0000]
add Object::Remote->connect
Matt S Trout [Wed, 6 Jun 2012 18:02:38 +0000]
get_remote_sub
Matt S Trout [Wed, 6 Jun 2012 18:02:32 +0000]
forward agent
Matt S Trout [Mon, 4 Jun 2012 16:49:55 +0000]
invert new::on logic to make remoting saner
Matt S Trout [Mon, 4 Jun 2012 16:41:58 +0000]
add stderr output to local sudo test since that did crash things
Matt S Trout [Mon, 4 Jun 2012 16:39:20 +0000]
stop trying to be clever and repeat STDERR instead
Matt S Trout [Mon, 4 Jun 2012 16:37:26 +0000]
future for on_close, clean up pending futures
Matt S Trout [Sat, 2 Jun 2012 19:11:57 +0000]
propagate debug flag over ssh
Matt S Trout [Sat, 2 Jun 2012 17:22:00 +0000]
password callback working
Matt S Trout [Sat, 2 Jun 2012 16:30:41 +0000]
successfully wrapping sudo
Matt S Trout [Sat, 2 Jun 2012 12:37:41 +0000]
remove vestigial Net::OpenSSH code
Matt S Trout [Sat, 2 Jun 2012 11:28:49 +0000]
callback calling
Matt S Trout [Sat, 2 Jun 2012 10:40:11 +0000]
factor out _local_object_to_id method
Matt S Trout [Thu, 31 May 2012 20:01:54 +0000]
make module_sender parameterisable
Matt S Trout [Thu, 31 May 2012 19:58:22 +0000]
make test not require ssh
Matt S Trout [Thu, 31 May 2012 19:58:04 +0000]
use remote's module sender if it exists
Matt S Trout [Thu, 31 May 2012 19:56:05 +0000]
remove pointless debug line
Matt S Trout [Thu, 31 May 2012 19:54:28 +0000]
debug env var
Matt S Trout [Thu, 31 May 2012 19:52:18 +0000]
don't accidentally pack half a FatNode.pm
Robert 'phaylon' Sedlacek [Wed, 30 May 2012 19:48:56 +0000]
xtests for local sudo connector
Robert 'phaylon' Sedlacek [Wed, 30 May 2012 19:21:42 +0000]
test for bridge to local
Robert 'phaylon' Sedlacek [Wed, 30 May 2012 18:15:59 +0000]
xt for bridged remote objects
Robert 'phaylon' Sedlacek [Tue, 29 May 2012 23:32:16 +0000]
refactored fatpacking and added LocalSudo connector
Matt S Trout [Tue, 29 May 2012 18:42:54 +0000]
operator precedence fail
Matt S Trout [Fri, 18 May 2012 15:24:17 +0000]
make remoterepl use a local backend if no ARGV
Matt S Trout [Fri, 18 May 2012 15:12:28 +0000]
search sensibly for the object-remote-node script
Matt S Trout [Fri, 18 May 2012 01:27:17 +0000]
add sub call code
Matt S Trout [Fri, 18 May 2012 01:12:55 +0000]
defer node setup
Matt S Trout [Fri, 18 May 2012 00:31:30 +0000]
factor handle code out so Object::Remote->new returns a proxy
Matt S Trout [Fri, 18 May 2012 00:18:48 +0000]
start and await_all working
Matt S Trout [Thu, 17 May 2012 23:15:36 +0000]
parti8al conversion to future based system; start still being weird
Matt S Trout [Thu, 17 May 2012 22:02:15 +0000]
remoting works
Matt S Trout [Thu, 17 May 2012 20:52:45 +0000]
working module sending
Matt S Trout [Thu, 17 May 2012 19:44:26 +0000]
fatnode over ssh works
Matt S Trout [Mon, 14 May 2012 13:28:39 +0000]
add call_free/call_discard_free to save a message on future responses
Matt S Trout [Mon, 14 May 2012 09:29:08 +0000]
make it actually exit when dead
Matt S Trout [Mon, 14 May 2012 09:23:43 +0000]
it runs!
Matt S Trout [Mon, 14 May 2012 08:16:30 +0000]
add ability to do discard sends and make things basically work
Matt S Trout [Mon, 14 May 2012 08:00:59 +0000]
slightly improve things
Matt S Trout [Mon, 14 May 2012 06:55:31 +0000]
import initial sketch of Object::Remote