aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb/drb.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/observer.rb: Update broken link to the Programming Ruby book.drbrain2012-06-131-1/+1
* * lib/drb/drb.rb: Hide deprecated toplevel DRb constants.drbrain2011-06-291-0/+1
* fix [Bug #4409]. add DRbServer#here?seki2011-06-271-1/+11
* lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]seki2011-06-121-15/+0
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-4/+4
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-168/+168
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-111-2/+2
* raise DRbConnError instead of ArgumentError if too many arguments.seki2010-06-141-1/+1
* * lib/drb/drb.rb (DRbServer#stop_service): join killed thread tomame2010-02-181-1/+1
* * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple networkseki2009-03-171-9/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-89/+89
* fixed NoMethodError problem from NaHi [ruby-dev:37110].seki2008-11-181-0/+1
* * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz2008-04-221-2/+2
* merged from ruby_1_8 branch.seki2007-11-191-14/+31
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-1/+1
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-1/+1
* * Merge YARVko12006-12-311-4/+6
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-1/+1
* * ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr2006-06-231-1/+1