aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb/drb.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* RDoc from Hugh Sasse [ruby-core:8012]drbrain2006-06-191-0/+3
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-301-1/+1
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-311-13/+12
* use raise(exception) [ruby-dev:26164]seki2005-05-151-1/+2
* adhoc patch for [druby-ja:123]seki2005-04-111-5/+19
* * lib/drb/drb.rb: move method DRbObject#reinit to DRbObject.new_with.seki2005-03-281-27/+64
* (DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki2005-02-191-2/+2
* * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean2005-02-171-2/+2
* add safe_leve, default_safe_level ([druby-ja:120])seki2005-02-131-5/+33
* reject :instance_eval, :class_eval, :module_eval [druby-ja:117]seki2005-02-081-1/+1
* (DRb::DRbObject#respond_to?): check marshal_dump and _dumpseki2005-02-011-1/+11
* add lazy stop_serviceseki2005-01-021-5/+10
* changed default binded address family to use an available address family of h...seki2004-12-151-2/+28
* add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki2004-12-111-4/+22
* * eval.c (rb_call0): should call rb_call_super() directly formatz2004-07-281-2/+2
* * lib/drb/drb.rb(DRbConn self.open): If socket pool is full, closeocean2004-07-041-4/+7
* * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair2004-05-161-7/+7
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str isnobu2004-04-161-3/+3
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-181-1/+1
* stop undef DRbObject#to_aseki2004-03-181-1/+1
* require drb/eq.rb by defaultseki2004-02-261-0/+1
* add pretty_printseki2004-02-141-0/+11
* remove O_NONBLOCKseki2004-01-211-1/+0
* * lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply):nobu2003-12-041-0/+4
* correct fcntl parameerseki2003-12-031-1/+1