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

11 years agoremove vestigial Net::OpenSSH code
Matt S Trout [Sat, 2 Jun 2012 12:37:41 +0000]
remove vestigial Net::OpenSSH code

11 years agocallback calling
Matt S Trout [Sat, 2 Jun 2012 11:28:49 +0000]
callback calling

11 years agofactor out _local_object_to_id method
Matt S Trout [Sat, 2 Jun 2012 10:40:11 +0000]
factor out _local_object_to_id method

11 years agomake module_sender parameterisable
Matt S Trout [Thu, 31 May 2012 20:01:54 +0000]
make module_sender parameterisable

11 years agomake test not require ssh
Matt S Trout [Thu, 31 May 2012 19:58:22 +0000]
make test not require ssh

11 years agouse remote's module sender if it exists
Matt S Trout [Thu, 31 May 2012 19:58:04 +0000]
use remote's module sender if it exists

11 years agoremove pointless debug line
Matt S Trout [Thu, 31 May 2012 19:56:05 +0000]
remove pointless debug line

11 years agodebug env var
Matt S Trout [Thu, 31 May 2012 19:54:28 +0000]
debug env var

11 years agodon't accidentally pack half a FatNode.pm
Matt S Trout [Thu, 31 May 2012 19:52:18 +0000]
don't accidentally pack half a FatNode.pm

11 years agoxtests for local sudo connector
Robert 'phaylon' Sedlacek [Wed, 30 May 2012 19:48:56 +0000]
xtests for local sudo connector

11 years agotest for bridge to local
Robert 'phaylon' Sedlacek [Wed, 30 May 2012 19:21:42 +0000]
test for bridge to local

11 years agoxt for bridged remote objects
Robert 'phaylon' Sedlacek [Wed, 30 May 2012 18:15:59 +0000]
xt for bridged remote objects

11 years agorefactored fatpacking and added LocalSudo connector
Robert 'phaylon' Sedlacek [Tue, 29 May 2012 23:32:16 +0000]
refactored fatpacking and added LocalSudo connector

11 years agooperator precedence fail
Matt S Trout [Tue, 29 May 2012 18:42:54 +0000]
operator precedence fail

11 years agomake remoterepl use a local backend if no ARGV
Matt S Trout [Fri, 18 May 2012 15:24:17 +0000]
make remoterepl use a local backend if no ARGV

11 years agosearch sensibly for the object-remote-node script
Matt S Trout [Fri, 18 May 2012 15:12:28 +0000]
search sensibly for the object-remote-node script

11 years agoadd sub call code
Matt S Trout [Fri, 18 May 2012 01:27:17 +0000]
add sub call code

11 years agodefer node setup
Matt S Trout [Fri, 18 May 2012 01:12:55 +0000]
defer node setup

11 years agofactor handle code out so Object::Remote->new returns a proxy
Matt S Trout [Fri, 18 May 2012 00:31:30 +0000]
factor handle code out so Object::Remote->new returns a proxy

11 years agostart and await_all working
Matt S Trout [Fri, 18 May 2012 00:18:48 +0000]
start and await_all working

11 years agoparti8al conversion to future based system; start still being weird
Matt S Trout [Thu, 17 May 2012 23:15:36 +0000]
parti8al conversion to future based system; start still being weird

11 years agoremoting works
Matt S Trout [Thu, 17 May 2012 22:02:15 +0000]
remoting works

11 years agoworking module sending
Matt S Trout [Thu, 17 May 2012 20:52:45 +0000]
working module sending

11 years agofatnode over ssh works
Matt S Trout [Thu, 17 May 2012 19:44:26 +0000]
fatnode over ssh works

11 years agoadd call_free/call_discard_free to save a message on future responses
Matt S Trout [Mon, 14 May 2012 13:28:39 +0000]
add call_free/call_discard_free to save a message on future responses

11 years agomake it actually exit when dead
Matt S Trout [Mon, 14 May 2012 09:29:08 +0000]
make it actually exit when dead

11 years agoit runs!
Matt S Trout [Mon, 14 May 2012 09:23:43 +0000]
it runs!

11 years agoadd ability to do discard sends and make things basically work
Matt S Trout [Mon, 14 May 2012 08:16:30 +0000]
add ability to do discard sends and make things basically work

11 years agoslightly improve things
Matt S Trout [Mon, 14 May 2012 08:00:59 +0000]
slightly improve things

11 years agoimport initial sketch of Object::Remote
Matt S Trout [Mon, 14 May 2012 06:55:31 +0000]
import initial sketch of Object::Remote