aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb
Commit message (Expand)AuthorAgeFilesLines
* 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-282-33/+132
* (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
* (accept) rescue SSLError. [druby-ja:110]seki2005-01-221-0/+5
* fail if UNIXFileOwner is set. [druby-ja:111]seki2005-01-221-0/+1
* add lazy stop_serviceseki2005-01-022-9/+11
* changed default binded address family to use an available address family of h...seki2004-12-152-4/+30
* add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki2004-12-111-4/+22
* add DRb::ExtServManager#uri=.seki2004-11-081-2/+4
* * eval.c (rb_call0): should call rb_call_super() directly formatz2004-07-282-3/+3
* * 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-162-4/+4
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-181-1/+1
* stop undef DRbObject#to_aseki2004-03-181-1/+1
* * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):nobu2004-03-041-1/+2
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-5/+1
* require drb/eq.rb by defaultseki2004-02-261-0/+1
* remove O_NONBLOCK, thanks ayseki2004-02-181-1/+0
* add pretty_printseki2004-02-141-0/+11
* remove O_NONBLOCKseki2004-01-211-1/+0
* typoseki2004-01-211-1/+1
* * lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply):nobu2003-12-041-0/+4
* correct fcntl parameerseki2003-12-031-1/+1
* re-raise DRbConnErrorseki2003-11-281-9/+3
* rescue SystemCallErrorseki2003-11-281-3/+17
* * io.c (appendline): file may not end with newline. a bug ifmatz2003-11-111-1/+0
* * eval.c (rb_load): allow interrupt during loaded programmatz2003-11-061-0/+1
* add DRbArray, and change yield. [ruby-dev:21773]seki2003-10-303-0/+33
* add acl.rb, ssl.rbseki2003-10-042-0/+329
* exit from a thread using 'break'seki2003-10-041-1/+1
* Added documentation in RDoc format.wew2003-09-121-38/+799
* add UNIXFileOwner, UNIXFileGroupseki2003-07-271-0/+8
* * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR.eban2003-07-231-1/+1
* * lib/tmpdir.rb: new library to get temporary directory path,matz2003-07-211-2/+2
* import drb-2.0.4 (use LocalJumpeError#reason)seki2003-06-282-56/+3
* import from drb-2.0.4b3seki2003-06-189-0/+1341