add non-blocking file handle support for reading in miniloop and change miniloop...
[scpubgit/Object-Remote.git] / lib / Object / Remote / Connection.pm
2013-01-31 Tyler Riddle add non-blocking file handle support for reading in...
2013-01-31 Tyler Riddle experimental move to non-blocking reads in ReadChannel...
2013-01-31 Tyler Riddle got all general logging done, start of adding ids to...
2013-01-31 Tyler Riddle found location of hang; make annotations; added more...
2012-12-04 Matt S Trout add __local_object__
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-17 Robert 'phaylon... allow glob references to be transferred
2012-07-16 Robert 'phaylon... allow scalar refs to be transferred
2012-07-12 Matt S Trout initial sucky documentation
2012-07-11 Matt S Trout prevent premature destruction of proxy objct while...
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 minor API cleanups
2012-06-11 Matt S Trout minor cleanups, better error reporting
2012-06-11 Matt S Trout eliminate is_ready attr in favour of ready_future
2012-06-06 Matt S Trout add Object::Remote->connect
2012-06-06 Matt S Trout get_remote_sub
2012-06-04 Matt S Trout invert new::on logic to make remoting saner
2012-06-04 Matt S Trout future for on_close, clean up pending futures
2012-06-02 Matt S Trout callback calling
2012-06-02 Matt S Trout factor out _local_object_to_id method
2012-05-31 Matt S Trout debug env var
2012-05-31 Robert 'phaylon... refactored fatpacking and added LocalSudo connector
2012-05-29 Matt S Trout operator precedence fail
2012-05-18 Matt S Trout defer node setup
2012-05-18 Matt S Trout factor handle code out so Object::Remote->new returns...
2012-05-18 Matt S Trout start and await_all working
2012-05-17 Matt S Trout parti8al conversion to future based system; start still...
2012-05-17 Matt S Trout remoting works
2012-05-17 Matt S Trout fatnode over ssh works
2012-05-14 Matt S Trout add call_free/call_discard_free to save a message on...
2012-05-14 Matt S Trout make it actually exit when dead
2012-05-14 Matt S Trout add ability to do discard sends and make things basical...
2012-05-14 Matt S Trout slightly improve things
2012-05-14 Matt S Trout import initial sketch of Object::Remote