File structure reorganization.
commitb61903f8b1834a2a7ebcce40c1123bc1b6896501
authorRyan Dahl <ry@lakshmi.local>
Sat, 9 Feb 2008 22:45:40 +0000 (9 23:45 +0100)
committerRyan Dahl <ry@lakshmi.local>
Sat, 9 Feb 2008 22:45:40 +0000 (9 23:45 +0100)
tree4fd62d445108989796e96698d13ebd97b9f694c6
parenta1cb4f1217379fd3115ceaca533e5319471f71e0
File structure reorganization.

Added a root level Rakefile for building Gem packages. I've tried to automate
the build process a little more by adding a hack to ruby_binding/extconf.rb.
19 files changed:
Makefile [deleted file]
Rakefile [new file with mode: 0644]
mongrel/Makefile [deleted file]
mongrel/common.rl [deleted file]
ruby_binding/Rakefile
ruby_binding/benchmark/request_chart.rb
ruby_binding/benchmark/server_test.rb
ruby_binding/benchmark/waiting_benchmark.rb [new file with mode: 0755]
ruby_binding/ebb.rb
ruby_binding/ebb_ext.c
ruby_binding/extconf.rb
ruby_binding/test.rb
src/Makefile [new file with mode: 0644]
src/ebb.c [moved from ebb.c with 99% similarity]
src/ebb.h [moved from ebb.h with 99% similarity]
src/ebb_test.c [moved from ebb_test.c with 100% similarity]
src/parser.h [moved from mongrel/parser.h with 100% similarity]
src/parser.rl [moved from mongrel/parser.rl with 100% similarity]
src/parser_callbacks.h [moved from parser_callbacks.h with 100% similarity]