summaryrefslogtreecommitdiff
path: root/lib/drb
AgeCommit message (Expand)Author
2013-01-26* hash.c (rb_env_size): Restored documentation for ENV.sizedrbrain
2013-01-25* lib/drb/drb.rb: Updated documentation based on patch from Vincentdrbrain
2013-01-25* lib/drb/drb.rb: Improved documentation by adding or hiding methods.drbrain
2012-11-16* lib/cgi/core.rb: Use symbols instead of strings formarcandre
2012-09-20* lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse
2012-08-21remove trainling spaces.nobu
2012-06-13* lib/drb/drb.rb: Replace broken links to the English DRb book.drbrain
2012-06-13* lib/observer.rb: Update broken link to the Programming Ruby book.drbrain
2012-04-23* lib/drb/ssl.rb: generate 1024 bits RSA key instead of 512 bits.akr
2012-04-22* lib/drb/extservm.rb (DRb::ExtServManager): don't use /bin/sh toakr
2012-04-21* lib/drb/ssl.rb: close accepted TCP socket if SSL accept is failed.akr
2011-11-01* lib/webrick/utils.rb: fix fcntl call.akr
2011-06-29 * lib/drb/drb.rb: Hide deprecated toplevel DRb constants.drbrain
2011-06-27fix [Bug #4409]. add DRbServer#here?seki
2011-06-12lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]seki
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-05-15 * lib/drb/acl.rb: Add documentation.drbrain
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-07-11* lib/csv.rb: Fix unused variable warnings.marcandre
2010-06-14raise DRbConnError instead of ArgumentError if too many arguments.seki
2010-02-18* lib/drb/drb.rb (DRbServer#stop_service): join killed thread tomame
2010-01-26 * lib/drb/eq.rb: fix circular requrie in drb.seki
2009-03-17 * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple networkseki
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-01merged a patch from Alessandro Di Maria in [ruby-core:22560].seki
2009-02-08* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):akr
2009-02-01* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu
2008-11-18fixed NoMethodError problem from NaHi [ruby-dev:37110].seki
2008-04-22* lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz
2007-12-19* compile.c (iseq_compile_each): remove "retry" in block.ko1
2007-11-26 * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki
2007-11-19merged from ruby_1_8 branch.seki
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-08-24* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz
2006-12-31 * Merge YARVko1
2006-08-04Close the socket on SSLError. [ruby-core:7198]drbrain
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-06-23* ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr
2006-06-19RDoc from Hugh Sasse [ruby-core:8012]drbrain
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-11-29follow change of observer.rb. fixed [ruby-core:6796]seki
2005-11-08* lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean
2005-08-30* lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me...ocean
2005-08-30* lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"ocean
2005-07-31use private_methods and protected_methods instead of respond_to? to checkseki
2005-05-15use raise(exception) [ruby-dev:26164]seki
2005-04-11adhoc patch for [druby-ja:123]seki
2005-03-28 * lib/drb/drb.rb: move method DRbObject#reinit to DRbObject.new_with.seki
2005-02-19(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki