| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump rinda version to 0.1.1 | Hiroshi SHIBATA | 2021-11-22 | 1 | -1/+1 |
* | Added dependencies for rinda | Hiroshi SHIBATA | 2020-12-04 | 1 | -0/+4 |
* | Promote rinda to default gems | Hiroshi SHIBATA | 2020-08-21 | 1 | -0/+24 |
* | lib/*: Prefer require_relative over require. | marcandre | 2018-11-02 | 2 | -2/+2 |
* | Remove unnecessary `require 'thread'` | kazu | 2017-10-08 | 3 | -3/+0 |
* | rinda/ring.rb (make_socket): do not keep socket on failures | normal | 2017-01-17 | 1 | -1/+5 |
* | Use qualified names | nobu | 2016-08-30 | 2 | -2/+2 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 3 | -0/+3 |
* | Revert "* lib/rinda/ring.rb: Linux's SO_REUSEPORT is not for multicast." | naruse | 2015-10-28 | 1 | -1/+1 |
* | * lib/rinda/ring.rb: Linux's SO_REUSEPORT is not for multicast. | naruse | 2015-10-27 | 1 | -1/+1 |
* | remove unnecessary enumerator requires | normal | 2015-07-17 | 1 | -1/+0 |
* | * lib/rinda/ring.rb: split executable code into sample directory. | hsbt | 2014-08-21 | 1 | -24/+0 |
* | * lib/rinda/ring.rb (RingFinger#make_socket): Close the socket on exception. | akr | 2014-06-01 | 1 | -13/+17 |
* | * lib/rinda/ring.rb (Rinda::RingServer#shutdown): Join the killed | akr | 2014-05-25 | 1 | -0/+2 |
* | * lib/rinda/tuplespace.rb: fix document. [ruby-core:62003][Bug #9738] | hsbt | 2014-05-02 | 1 | -1/+1 |
* | * lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Use | drbrain | 2014-01-04 | 1 | -2/+1 |
* | * lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Use | drbrain | 2014-01-04 | 1 | -1/+1 |
* | * lib/rinda/ring.rb: Announce RingServer for the same process. | drbrain | 2013-11-27 | 1 | -1/+1 |
* | ring.rb: specify multicast interface | shirosaki | 2013-04-25 | 1 | -6/+52 |
* | ring.rb: add a socket to @sockets in make_socket() | shirosaki | 2013-04-25 | 1 | -1/+3 |
* | Suppress warnings | naruse | 2013-03-25 | 1 | -1/+1 |
* | * lib/rinda/tuplespace.rb: Only return tuple entry once on move, | drbrain | 2013-03-24 | 1 | -2/+2 |
* | * lib/rinda/ring.rb: Added documentation for multicast support. | drbrain | 2013-03-23 | 1 | -3/+51 |
* | * lib/rinda/ring.rb: Add multicast support to Rinda::RingFinger and | drbrain | 2013-03-23 | 1 | -22/+150 |
* | Commit miss | drbrain | 2013-03-23 | 1 | -3/+47 |
* | * lib/rinda/ring.rb (lookup_ring_any): fix Rinda::RingFinger.primary | seki | 2012-05-08 | 1 | -2/+6 |
* | * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, | ktsj | 2011-11-05 | 1 | -1/+1 |
* | * lib: Convert tabs to spaces for ruby files per | drbrain | 2011-05-18 | 1 | -30/+30 |
* | * Various .document files: Update .document files to match files which | drbrain | 2011-05-11 | 1 | -3/+0 |
* | * lib/*.rb: Remove unused variable warnings. | marcandre | 2010-11-08 | 1 | -2/+2 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 3 | -22/+22 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 1 | -6/+6 |
* | * golf_prelude.rb, lib/set.rb (TC_Set#test_each), | knu | 2008-08-13 | 1 | -1/+1 |
* | merged from 1.8 | seki | 2008-07-27 | 1 | -29/+82 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 1 | -2/+2 |
* | Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodel | ryan | 2005-11-21 | 1 | -0/+3 |
* | RDoc documentation from Eric Hodel <drbrain@segment7.net> added. | seki | 2005-10-24 | 3 | -92/+443 |
* | check remote hash tuple | seki | 2005-10-16 | 1 | -1/+5 |
* | (Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces. | seki | 2005-09-25 | 1 | -108/+100 |
* | improved keeper thread | seki | 2005-02-28 | 1 | -17/+37 |
* | use recv instead of recvfrom | seki | 2004-05-04 | 1 | -1/+1 |
* | check hash tuple size | seki | 2004-04-21 | 1 | -5/+2 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 2 | -6/+6 |
* | change pattern matching [druby-ja:98] | seki | 2004-04-13 | 1 | -1/+3 |
* | fix hash tuple bug | seki | 2004-04-06 | 2 | -3/+19 |
* | add require "drb/drb" | seki | 2004-04-05 | 1 | -0/+1 |
* | * lib/rinda/rinda.rb: added documentation (from Hugh Sasse) | gsinclair | 2004-02-17 | 2 | -3/+114 |
* | raise RequestExpiredError if timeout | seki | 2004-02-15 | 1 | -2/+2 |
* | fix TupleSpaceProxy#read, read_all | seki | 2003-11-28 | 1 | -3/+3 |
* | add rinda, (import from drb-2.0.4) | seki | 2003-10-05 | 3 | -0/+649 |