initial revision
commit37a12997628fcab722512f8a6370b92d44e33529
authorEric Wong <normalperson@yhbt.net>
Sat, 3 Oct 2009 03:44:03 +0000 (2 20:44 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 3 Oct 2009 04:21:28 +0000 (2 21:21 -0700)
tree9ced4ceaee3d4d6ce21dd1742f037d1d79a01e61
initial revision

No tests yet, but the old "gossamer" and "rainbows" branches
seem to be basically working.
24 files changed:
.document [new file with mode: 0644]
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Documentation/.gitignore [new file with mode: 0644]
Documentation/GNUmakefile [new file with mode: 0644]
Documentation/rainbows.1.txt [new file with mode: 0644]
GIT-VERSION-GEN [new file with mode: 0755]
GNUmakefile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
SIGNALS [new file with mode: 0644]
bin/rainbows [new file with mode: 0644]
lib/rainbows.rb [new file with mode: 0644]
lib/rainbows/configurator.rb [new file with mode: 0644]
lib/rainbows/const.rb [new file with mode: 0644]
lib/rainbows/http_response.rb [new file with mode: 0644]
lib/rainbows/http_server.rb [new file with mode: 0644]
lib/rainbows/revactor.rb [new file with mode: 0644]
lib/rainbows/revactor/tee_input.rb [new file with mode: 0644]
lib/rainbows/thread_base.rb [new file with mode: 0644]
lib/rainbows/thread_pool.rb [new file with mode: 0644]
local.mk.sample [new file with mode: 0644]
rainbows.gemspec [new file with mode: 0644]