summaryrefslogtreecommitdiff
path: root/lib/drb/drb.rb
AgeCommit message (Expand)Author
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
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-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-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-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
2005-02-17* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean
2005-02-13add safe_leve, default_safe_level ([druby-ja:120])seki
2005-02-08reject :instance_eval, :class_eval, :module_eval [druby-ja:117]seki
2005-02-01(DRb::DRbObject#respond_to?): check marshal_dump and _dumpseki
2005-01-02add lazy stop_serviceseki
2004-12-15changed default binded address family to use an available address family of h...seki
2004-12-11add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki
2004-07-28* eval.c (rb_call0): should call rb_call_super() directly formatz
2004-07-04* lib/drb/drb.rb(DRbConn self.open): If socket pool is full, closeocean
2004-05-16 * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-04-16* lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str isnobu
2004-03-18* eval.c (proc_eq): avoid false positive by using scope andmatz
2004-03-18stop undef DRbObject#to_aseki
2004-02-26require drb/eq.rb by defaultseki
2004-02-14add pretty_printseki
2004-01-21remove O_NONBLOCKseki
2003-12-04* lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply):nobu
2003-12-03correct fcntl parameerseki
2003-11-28re-raise DRbConnErrorseki
2003-11-28rescue SystemCallErrorseki
2003-11-11* io.c (appendline): file may not end with newline. a bug ifmatz
2003-11-06* eval.c (rb_load): allow interrupt during loaded programmatz
2003-10-30add DRbArray, and change yield. [ruby-dev:21773]seki
2003-10-04exit from a thread using 'break'seki
2003-09-12Added documentation in RDoc format.wew
2003-06-28import drb-2.0.4 (use LocalJumpeError#reason)seki
2003-06-18import from drb-2.0.4b3seki