aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/drb/extservm.rb (DRb::ExtServManager): don't use /bin/sh toakr2012-04-221-1/+9
* * lib/drb/ssl.rb: close accepted TCP socket if SSL accept is failed.akr2012-04-211-1/+5
* * lib/webrick/utils.rb: fix fcntl call.akr2011-11-011-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-196-34/+34
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-188-351/+351
* * lib/drb/acl.rb: Add documentation.drbrain2011-05-151-2/+106
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-083-5/+5
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-112-3/+3
* 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/eq.rb: fix circular requrie in drb.seki2010-01-261-2/+0
* * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple networkseki2009-03-171-9/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-067-111/+111
* merged a patch from Alessandro Di Maria in [ruby-core:22560].seki2009-03-011-10/+10
* * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):akr2009-02-081-1/+1
* * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu2009-02-011-5/+1
* 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
* * compile.c (iseq_compile_each): remove "retry" in block.ko12007-12-191-2/+0
* * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki2007-11-261-6/+13
* merged from ruby_1_8 branch.seki2007-11-197-60/+69
* * 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-312-12/+18
* Close the socket on SSLError. [ruby-core:7198]drbrain2006-08-041-0/+1