Age | Commit message (Expand) | Author |
---|
2017-10-08 | Remove unnecessary `require 'thread'` | kazu |
2016-08-30 | Use qualified names | nobu |
2016-02-28 | * remove trailing spaces. | svn |
2016-02-28 | * lib/drb/drb.rb (error_print): Add verbose failure messages and | seki |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-11-10 | * lib/drb/drb.rb: revert r52442 because it was for debugging, and after this | usa |
2015-11-04 | * lib/drb/drb.rb: add debug information for mswin CI. this change will be re... | usa |
2015-05-27 | drb: avoid redundant fcntl call | normal |
2015-05-06 | stdlib: use IO#wait_*able instead of IO.select when possible | normal |
2015-01-17 | drb.rb: do not wait handler threads | nobu |
2015-01-17 | drb.rb: stop all handlers to fix thread s | nobu |
2015-01-04 | * lib/drb/drb.rb: removed unused argument. by @vipulnsward | hsbt |
2014-09-21 | * lib/drb/drb.rb: Support graceful shutdown. | akr |
2014-08-27 | * lib/drb/drb.rb: use attr_reader instead of Module#attr. | hsbt |
2014-08-08 | * lib/drb/drb.rb: removed unreachable code. | hsbt |
2014-01-31 | * lib/drb/drb.rb: [DOC] Add note about start_service for each process | zzak |
2013-11-09 | * lib/drb/drb.rb: [DOC] promote better windows-safe filename regular | zzak |
2013-01-26 | * hash.c (rb_env_size): Restored documentation for ENV.size | drbrain |
2013-01-25 | * lib/drb/drb.rb: Updated documentation based on from Vincent | drbrain |
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 for | marcandre |
2012-08-21 | remove 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 |
2011-06-29 | * lib/drb/drb.rb: Hide deprecated toplevel DRb constants. | drbrain |
2011-06-27 | fix [Bug #4409]. add DRbServer#here? | seki |
2011-06-12 | lib/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 per | drbrain |
2010-07-11 | * lib/csv.rb: Fix unused variable warnings. | marcandre |
2010-06-14 | raise DRbConnError instead of ArgumentError if too many arguments. | seki |
2010-02-18 | * lib/drb/drb.rb (DRbServer#stop_service): join killed thread to | mame |
2009-03-17 | * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple network | seki |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-11-18 | fixed NoMethodError problem from NaHi [ruby-dev:37110]. | seki |
2008-04-22 | * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): should | matz |
2007-11-19 | merged from ruby_1_8 branch. | seki |
2007-11-04 | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz |
2007-08-24 | * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. | matz |
2006-12-31 | * Merge YARV | ko1 |
2006-07-20 | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz |
2006-06-23 | * ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class. | akr |
2006-06-19 | RDoc from Hugh Sasse [ruby-core:8012] | drbrain |
2005-11-30 | * misc/ruby-mode.el (ruby-expr-beg): support $! at the end of | matz |
2005-07-31 | use private_methods and protected_methods instead of respond_to? to check | seki |
2005-05-15 | use raise(exception) [ruby-dev:26164] | seki |
2005-04-11 | adhoc 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 |
2005-02-17 | * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo. | ocean |