summaryrefslogtreecommitdiff
path: root/lib/drb
AgeCommit message (Expand)Author
2020-02-15lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh
2019-12-10Stop Thread.new in `DRb::TimerIdConv::TimerHolder2#on_gc`Kazuhiro NISHIYAMA
2019-12-06Do not start thread when `require 'drb/drb'` onlyKazuhiro NISHIYAMA
2019-12-05lib/drb/drb.rb: suppress warning: instance variable @pool_proxy not initializedYusuke Endoh
2019-12-04Fix thread leak in drbKazuhiro NISHIYAMA
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-10-16Fix DRbServer#any_to_sJeremy Evans
2019-10-16Do not raise an exception on a closed DRb socketJeremy Evans
2019-10-16Handle subclasses of Exception in drbJeremy Evans
2019-10-14add require "monitor"Masatoshi SEKI
2019-10-14Automatically close fds on fork (and GC). The connection pools are maintained...Masatoshi SEKI
2019-10-14Fix some DRb issues (#2552)Jeremy Evans
2019-07-13change default value of load_limit (ignore load_limit)Masatoshi SEKI
2019-05-04* remove trailing spaces.git
2019-05-04add DRb::WeakIdConv (Bug #15711)Masatoshi SEKI
2018-12-03drb: fix tests on Debian sid/unstable with OpenSSL 1.1.1anormal
2018-11-05Fix up r65505 [ci skip]kazu
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-10-20Revert "Revert "Reset primary_server when remove_server"" [ci skip]kazu
2018-10-20Allow to stop by push(nil) for testkazu
2018-10-20Revert "Reset primary_server when remove_server"kazu
2018-10-20Reset primary_server when remove_serverkazu
2018-08-25drb: close graceful shutdown pipe before socketnormal
2018-08-25drb: simplify shutdown pipe close logicnormal
2018-06-28Fix typo of file path [ci skip]a_matsuda
2018-06-19lib/drb/extservm.rb (service): do not return `false'normal
2018-03-17If host of URI is omitted, make it with IP address. seki
2017-12-30drb: use \A and \znobu
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-19Break out of the loop after shutdown in DRbServereregon
2017-12-12Avoid creating a Thread for shutting down a DRbServereregon
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-10-21Make ACL::ACLEntry not suppress IPAddr::InvalidPrefixErrorknu
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-04-07Use \A and \z to match whole stringnobu
2016-08-30Use qualified namesnobu
2016-05-22* remove trailing spaces.svn
2016-05-22use finalizer trick instead of thread.seki
2016-05-15don't use keeper thread. [Bug #12342]seki
2016-02-28* remove trailing spaces.svn
2016-02-28 * lib/drb/drb.rb (error_print): Add verbose failure messages andseki
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-14* ext/socket/lib/socket.rb: use safe navigation operator.hsbt
2015-11-10* lib/drb/drb.rb: revert r52442 because it was for debugging, and after thisusa
2015-11-04* lib/drb/drb.rb: add debug information for mswin CI. this change will be re...usa
2015-05-27drb: avoid redundant fcntl callnormal
2015-05-06stdlib: use IO#wait_*able instead of IO.select when possiblenormal
2015-01-17drb.rb: do not wait handler threadsnobu
2015-01-17drb.rb: stop all handlers to fix thread leaksnobu