aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb/drb.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed DRb.default_safe_level and DRb#safe_levelHiroshi SHIBATA2020-09-111-9/+0
* lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh2020-02-151-1/+1
* Stop Thread.new in `DRb::TimerIdConv::TimerHolder2#on_gc`Kazuhiro NISHIYAMA2019-12-101-0/+1
* Do not start thread when `require 'drb/drb'` onlyKazuhiro NISHIYAMA2019-12-061-1/+1
* lib/drb/drb.rb: suppress warning: instance variable @pool_proxy not initializedYusuke Endoh2019-12-051-0/+1
* Fix thread leak in drbKazuhiro NISHIYAMA2019-12-041-2/+10
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-13/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-52/+10
* Fix DRbServer#any_to_sJeremy Evans2019-10-161-8/+2
* Do not raise an exception on a closed DRb socketJeremy Evans2019-10-161-0/+2
* Handle subclasses of Exception in drbJeremy Evans2019-10-161-1/+3
* add require "monitor"Masatoshi SEKI2019-10-141-0/+1
* Automatically close fds on fork (and GC). The connection pools are maintained...Masatoshi SEKI2019-10-141-24/+76
* Fix some DRb issues (#2552)Jeremy Evans2019-10-141-17/+67
* change default value of load_limit (ignore load_limit)Masatoshi SEKI2019-07-131-1/+1
* lib/*: Prefer require_relative over require.marcandre2018-11-021-2/+2
* Revert "Revert "Reset primary_server when remove_server"" [ci skip]kazu2018-10-201-0/+5
* Revert "Reset primary_server when remove_server"kazu2018-10-201-5/+0
* Reset primary_server when remove_serverkazu2018-10-201-0/+5
* drb: close graceful shutdown pipe before socketnormal2018-08-251-0/+1
* drb: simplify shutdown pipe close logicnormal2018-08-251-9/+3
* Fix typo of file path [ci skip]a_matsuda2018-06-281-1/+1
* If host of URI is omitted, make it with IP address. seki2018-03-171-1/+5
* drb: use \A and \znobu2017-12-301-4/+4
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-4/+10
* Break out of the loop after shutdown in DRbServereregon2017-12-191-1/+4
* Avoid creating a Thread for shutting down a DRbServereregon2017-12-121-9/+14
* Remove unnecessary `require 'thread'`kazu2017-10-081-1/+0
* Use qualified namesnobu2016-08-301-2/+2
* * remove trailing spaces.svn2016-02-281-1/+1
* * lib/drb/drb.rb (error_print): Add verbose failure messages andseki2016-02-281-7/+15
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/drb/drb.rb: revert r52442 because it was for debugging, and after thisusa2015-11-101-1/+1
* * lib/drb/drb.rb: add debug information for mswin CI. this change will be re...usa2015-11-041-1/+1
* drb: avoid redundant fcntl callnormal2015-05-271-2/+0
* stdlib: use IO#wait_*able instead of IO.select when possiblenormal2015-05-061-1/+2
* drb.rb: do not wait handler threadsnobu2015-01-171-3/+2
* drb.rb: stop all handlers to fix thread leaksnobu2015-01-171-2/+3
* * lib/drb/drb.rb: removed unused argument. Patch by @vipulnswardhsbt2015-01-041-4/+4
* * lib/drb/drb.rb: Support graceful shutdown.akr2014-09-211-5/+40
* * lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt2014-08-271-1/+1
* * lib/drb/drb.rb: removed unreachable code.hsbt2014-08-081-10/+3
* * lib/drb/drb.rb: [DOC] Add note about start_service for each processzzak2014-01-311-0/+3
* * lib/drb/drb.rb: [DOC] promote better windows-safe filename regularzzak2013-11-091-1/+1
* * hash.c (rb_env_size): Restored documentation for ENV.sizedrbrain2013-01-261-0/+4
* * lib/drb/drb.rb: Updated documentation based on patch from Vincentdrbrain2013-01-251-11/+46
* * lib/drb/drb.rb: Improved documentation by adding or hiding methods.drbrain2013-01-251-9/+35
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-161-2/+2
* remove trainling spaces.nobu2012-08-211-1/+1
* * lib/drb/drb.rb: Replace broken links to the English DRb book.drbrain2012-06-131-9/+3