aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb
Commit message (Expand)AuthorAgeFilesLines
* drb: close graceful shutdown pipe before socketnormal2018-08-252-0/+2
* drb: simplify shutdown pipe close logicnormal2018-08-251-9/+3
* Fix typo of file path [ci skip]a_matsuda2018-06-281-1/+1
* lib/drb/extservm.rb (service): do not return `false'normal2018-06-191-1/+1
* If host of URI is omitted, make it with IP address. seki2018-03-171-1/+5
* drb: use \A and \znobu2017-12-303-8/+8
* `$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
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-1/+1
* Make ACL::ACLEntry not suppress IPAddr::InvalidPrefixErrorknu2017-10-211-0/+7
* Remove unnecessary `require 'thread'`kazu2017-10-082-2/+0
* Use \A and \z to match whole stringnobu2017-04-071-2/+1
* Use qualified namesnobu2016-08-302-3/+3
* * remove trailing spaces.svn2016-05-221-1/+1
* use finalizer trick instead of thread.seki2016-05-221-21/+22
* don't use keeper thread. [Bug #12342]seki2016-05-151-23/+17
* * 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-1611-0/+11
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-141-1/+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-272-3/+1
* 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-213-7/+45
* * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt2014-08-271-1/+1
* * lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt2014-08-271-1/+1
* * lib/drb/acl.rb: split executable code into sample directory.hsbt2014-08-211-18/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-1/+1
* * lib/drb/drb.rb: removed unreachable code.hsbt2014-08-081-10/+3
* * lib/drb/extserv.rb: remove duplicate code with sample direcotry.hsbt2014-07-221-30/+0
* * lib/drb/drb.rb: [DOC] Add note about start_service for each processzzak2014-01-311-0/+3
* * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause becauseakr2013-12-131-2/+3
* * lib/drb/ssl.rb: [DOC] Fix typoa_matsuda2013-11-291-1/+1
* * lib/drb/ssl.rb: [Doc] Fix typoa_matsuda2013-11-281-1/+1
* * lib/drb/drb.rb: [DOC] promote better windows-safe filename regularzzak2013-11-091-1/+1
* * lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixinzzak2013-07-231-2/+2
* * 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-252-19/+194
* * lib/drb/drb.rb: Improved documentation by adding or hiding methods.drbrain2013-01-259-16/+109
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-161-2/+2
* * lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse2012-09-201-0/+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
* * lib/observer.rb: Update broken link to the Programming Ruby book.drbrain2012-06-131-1/+1
* * lib/drb/ssl.rb: generate 1024 bits RSA key instead of 512 bits.akr2012-04-231-1/+1