index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
drb
Age
Commit message (
Expand
)
Author
2020-02-15
lib/drb/drb.rb: Use ruby2_keywords for keyword separation
Yusuke Endoh
2019-12-10
Stop Thread.new in `DRb::TimerIdConv::TimerHolder2#on_gc`
Kazuhiro NISHIYAMA
2019-12-06
Do not start thread when `require 'drb/drb'` only
Kazuhiro NISHIYAMA
2019-12-05
lib/drb/drb.rb: suppress warning: instance variable @pool_proxy not initialized
Yusuke Endoh
2019-12-04
Fix thread leak in drb
Kazuhiro NISHIYAMA
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-10-16
Fix DRbServer#any_to_s
Jeremy Evans
2019-10-16
Do not raise an exception on a closed DRb socket
Jeremy Evans
2019-10-16
Handle subclasses of Exception in drb
Jeremy Evans
2019-10-14
add require "monitor"
Masatoshi SEKI
2019-10-14
Automatically close fds on fork (and GC). The connection pools are maintained...
Masatoshi SEKI
2019-10-14
Fix some DRb issues (#2552)
Jeremy Evans
2019-07-13
change default value of load_limit (ignore load_limit)
Masatoshi SEKI
2019-05-04
* remove trailing spaces.
git
2019-05-04
add DRb::WeakIdConv (Bug #15711)
Masatoshi SEKI
2018-12-03
drb: fix tests on Debian sid/unstable with OpenSSL 1.1.1a
normal
2018-11-05
Fix up r65505 [ci skip]
kazu
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2018-10-20
Revert "Revert "Reset primary_server when remove_server"" [ci skip]
kazu
2018-10-20
Allow to stop by push(nil) for test
kazu
2018-10-20
Revert "Reset primary_server when remove_server"
kazu
2018-10-20
Reset primary_server when remove_server
kazu
2018-08-25
drb: close graceful shutdown pipe before socket
normal
2018-08-25
drb: simplify shutdown pipe close logic
normal
2018-06-28
Fix typo of file path [ci skip]
a_matsuda
2018-06-19
lib/drb/extservm.rb (service): do not return `false'
normal
2018-03-17
If host of URI is omitted, make it with IP address.
seki
2017-12-30
drb: use \A and \z
nobu
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-19
Break out of the loop after shutdown in DRbServer
eregon
2017-12-12
Avoid creating a Thread for shutting down a DRbServer
eregon
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-10-21
Make ACL::ACLEntry not suppress IPAddr::InvalidPrefixError
knu
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-04-07
Use \A and \z to match whole string
nobu
2016-08-30
Use qualified names
nobu
2016-05-22
* remove trailing spaces.
svn
2016-05-22
use finalizer trick instead of thread.
seki
2016-05-15
don'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 and
seki
2015-12-16
Add frozen_string_literal: false for all files
naruse
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 this
usa
2015-11-04
* lib/drb/drb.rb: add debug information for mswin CI. this change will be re...
usa
2015-05-27
drb: avoid redundant fcntl call
normal
2015-05-06
stdlib: use IO#wait_*able instead of IO.select when possible
normal
2015-01-17
drb.rb: do not wait handler threads
nobu
2015-01-17
drb.rb: stop all handlers to fix thread leaks
nobu
[next]