| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): should | matz | 2008-04-22 | 1 | -2/+2 |
* | * compile.c (iseq_compile_each): remove "retry" in block. | ko1 | 2007-12-19 | 1 | -2/+0 |
* | * lib/drb/extserv.rb (initialize, stop_service): synchronize with | seki | 2007-11-26 | 1 | -6/+13 |
* | merged from ruby_1_8 branch. | seki | 2007-11-19 | 7 | -60/+69 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -1/+1 |
* | * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. | matz | 2007-08-24 | 1 | -1/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 2 | -12/+18 |
* | Close the socket on SSLError. [ruby-core:7198] | drbrain | 2006-08-04 | 1 | -0/+1 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -1/+1 |
* | * ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class. | akr | 2006-06-23 | 2 | -2/+2 |
* | RDoc from Hugh Sasse [ruby-core:8012] | drbrain | 2006-06-19 | 1 | -0/+3 |
* | * misc/ruby-mode.el (ruby-expr-beg): support $! at the end of | matz | 2005-11-30 | 1 | -1/+1 |
* | follow change of observer.rb. fixed [ruby-core:6796] | seki | 2005-11-29 | 1 | -10/+11 |
* | * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo. | ocean | 2005-11-08 | 1 | -1/+1 |
* | * lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me... | ocean | 2005-08-30 | 1 | -1/+1 |
* | * lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose" | ocean | 2005-08-30 | 1 | -1/+1 |
* | use private_methods and protected_methods instead of respond_to? to check | seki | 2005-07-31 | 1 | -13/+12 |
* | use raise(exception) [ruby-dev:26164] | seki | 2005-05-15 | 1 | -1/+2 |
* | adhoc patch for [druby-ja:123] | seki | 2005-04-11 | 1 | -5/+19 |
* | * lib/drb/drb.rb: move method DRbObject#reinit to DRbObject.new_with. | seki | 2005-03-28 | 2 | -33/+132 |
* | (DRbObject#respond_to?) take two arguments. [ruby-dev:25722] | seki | 2005-02-19 | 1 | -2/+2 |
* | * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo. | ocean | 2005-02-17 | 1 | -2/+2 |
* | add safe_leve, default_safe_level ([druby-ja:120]) | seki | 2005-02-13 | 1 | -5/+33 |
* | reject :instance_eval, :class_eval, :module_eval [druby-ja:117] | seki | 2005-02-08 | 1 | -1/+1 |
* | (DRb::DRbObject#respond_to?): check marshal_dump and _dump | seki | 2005-02-01 | 1 | -1/+11 |
* | (accept) rescue SSLError. [druby-ja:110] | seki | 2005-01-22 | 1 | -0/+5 |
* | fail if UNIXFileOwner is set. [druby-ja:111] | seki | 2005-01-22 | 1 | -0/+1 |
* | add lazy stop_service | seki | 2005-01-02 | 2 | -9/+11 |
* | changed default binded address family to use an available address family of h... | seki | 2004-12-15 | 2 | -4/+30 |
* | add DRbRemoteError. [ruby-list:40348], [ruby-list:40390] | seki | 2004-12-11 | 1 | -4/+22 |
* | add DRb::ExtServManager#uri=. | seki | 2004-11-08 | 1 | -2/+4 |
* | * eval.c (rb_call0): should call rb_call_super() directly for | matz | 2004-07-28 | 2 | -3/+3 |
* | * lib/drb/drb.rb(DRbConn self.open): If socket pool is full, close | ocean | 2004-07-04 | 1 | -4/+7 |
* | * lib/drb/drb.rb: Cosmetic documentation changes. | gsinclair | 2004-05-16 | 1 | -7/+7 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -2/+2 |
* | * lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str is | nobu | 2004-04-16 | 2 | -4/+4 |
* | * eval.c (proc_eq): avoid false positive by using scope and | matz | 2004-03-18 | 1 | -1/+1 |
* | stop undef DRbObject#to_a | seki | 2004-03-18 | 1 | -1/+1 |
* | * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command): | nobu | 2004-03-04 | 1 | -1/+2 |
* | * io.c (pipe_open): erred program name should be reported by | nobu | 2004-03-02 | 1 | -5/+1 |
* | require drb/eq.rb by default | seki | 2004-02-26 | 1 | -0/+1 |
* | remove O_NONBLOCK, thanks ay | seki | 2004-02-18 | 1 | -1/+0 |
* | add pretty_print | seki | 2004-02-14 | 1 | -0/+11 |
* | remove O_NONBLOCK | seki | 2004-01-21 | 1 | -1/+0 |
* | typo | seki | 2004-01-21 | 1 | -1/+1 |
* | * lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply): | nobu | 2003-12-04 | 1 | -0/+4 |
* | correct fcntl parameer | seki | 2003-12-03 | 1 | -1/+1 |
* | re-raise DRbConnError | seki | 2003-11-28 | 1 | -9/+3 |
* | rescue SystemCallError | seki | 2003-11-28 | 1 | -3/+17 |
* | * io.c (appendline): file may not end with newline. a bug if | matz | 2003-11-11 | 1 | -1/+0 |