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
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
2023-11-07
[ruby/drb] Removed old version on doc section
Hiroshi SHIBATA
2023-11-07
[ruby/drb] Load DRb::VERSION automatically
Hiroshi SHIBATA
2023-11-07
[ruby/drb] Bump up 2.2.0
Hiroshi SHIBATA
2023-10-18
[ruby/drb] Support :SSL{Min,Max}Version config options
Jeremy Evans
2022-12-05
[ruby/drb] Bump version to 2.1.1
Hiroshi SHIBATA
2022-01-17
lib/drb/drb.rb: Prevent a "warning: assigned but unused variable"
Yusuke Endoh
2022-01-15
to prevent collection, keep the last result.
Masatoshi SEKI
2022-01-14
clear `@result` after `setup_message`
Koichi Sasada
2021-12-27
[ruby/drb] Fix method names "regist" as "register"
Nobuyoshi Nakada
2021-10-14
[ruby/drb] Bump up drb version to 2.1.0
Hiroshi SHIBATA
2021-10-14
[ruby/drb] Bump up drb version to 2.0.5
Hiroshi SHIBATA
2021-09-28
[ruby/drb] 6d890ec5979ec72586dd5f66dd8d33f7a9aefd1e was introduced to support...
Hiroshi SHIBATA
2021-09-28
[ruby/drb] gemspec: Remove "executables" configuration
Olle Jonsson
2021-01-18
Added ruby2_keywords for Ruby 2.5 and 2.6
Hiroshi SHIBATA
2020-12-28
[ruby/drb] Removed needless files from Gem::Specification#files
Hiroshi SHIBATA
2020-10-27
Separate `send` into `public_send` and `__send__`
Nobuyoshi Nakada
2020-10-14
Promote drb to the default gems
Hiroshi SHIBATA
2020-09-11
Removed DRb.default_safe_level and DRb#safe_level
Hiroshi SHIBATA
2020-06-29
Avoid deprecated OpenSSL::Digest constants
Bart de Water
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
[next]