Misc clean up
commitcc7e88c3cdb76168e3717a51b74b872871e26695
authorRyan Dahl <ry@lakshmi.local>
Sat, 23 Feb 2008 11:54:48 +0000 (23 12:54 +0100)
committerRyan Dahl <ry@lakshmi.local>
Sat, 23 Feb 2008 11:54:48 +0000 (23 12:54 +0100)
treecfbeaec25a02fd0d134da58416a8af26876317f7
parent0a7f5a523e92d1b1462b89353b2a64331abbb4d0
Misc clean up

* Renamed ebb_server_start/stop to ebb_server_listen/deafen since those
  functions don't actually have control over the event loop.

* Cleaned up Client#env to make it hopefully more Rack compatible. This
  involved removing some hash items from C and putting them in Ruby.
benchmark/server_test.rb
bin/ebb_rails
ruby_lib/ebb.rb
src/ebb.c
src/ebb.h
src/ebb_ruby.c