INET connector
[scpubgit/Object-Remote.git] / lib / Object / Remote / MiniLoop.pm
2013-01-31 Tyler Riddle cleanup trailing whitespace ugliness
2013-01-31 Tyler Riddle fix some typos in the log messages
2013-01-31 Tyler Riddle make note about deadlock when moving position of timer...
2013-01-31 Tyler Riddle cleanup and put comments on the deadlock workaround...
2013-01-31 Tyler Riddle Fix spelling error in log message
2013-01-31 Tyler Riddle remove some dead comments; fix some bad whitespace
2013-01-31 Tyler Riddle move PIPE signal handler to miniloop and update timeout...
2013-01-31 Tyler Riddle export router function in ::Logging; add time of log...
2013-01-31 Tyler Riddle replaced entire logging subsystem with one that is...
2013-01-31 Tyler Riddle adjust log levels to work better with debug level output
2013-01-31 Tyler Riddle fix indentation levels; remove dead comments and code
2013-01-31 Tyler Riddle remove incomplete non-blocking support; make select...
2013-01-31 Tyler Riddle fix some non-blocking behavior but it's not right yet...
2013-01-31 Tyler Riddle implement optional watchdog for remote connections
2013-01-31 Tyler Riddle fix bug where dead connections would not execute cleanu...
2013-01-31 Tyler Riddle add in support for tied objects, adjust a few log levels
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 found location of hang; make annotations; added more...
2013-01-31 Tyler Riddle fix select timeout calculation error
2013-01-31 Tyler Riddle more log lines - found deadlock where controller blocks...
2013-01-31 Tyler Riddle added logging to runloop
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 timer support in MiniLoop
2012-06-11 Matt S Trout split want_run versus blocking run for ::Future
2012-05-14 Matt S Trout import initial sketch of Object::Remote