Rename unicorn/http11 => unicorn_http
commita0f2c4514e969d0a127227201cbdb8e57f71df63
authorEric Wong <normalperson@yhbt.net>
Sun, 5 Jul 2009 22:46:52 +0000 (5 15:46 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 15 Jul 2009 08:17:39 +0000 (15 01:17 -0700)
treeb88fef09c90f2df707c703dddecad27ab46aed77
parentd3dd9cd839b85d92e2080ba10ed38c58d96a6e9d
Rename unicorn/http11 => unicorn_http

We couldn't do proper namespacing for the C module so there was
a potential conflict with Init_http11() in Mongrel.  This was
needed because Mongrel's HTTP parser could be used in some
applications and we may be unfortunate enough need to support
them.
17 files changed:
.gitignore
GNUmakefile
Manifest
Rakefile
ext/unicorn/http11/extconf.rb [deleted file]
ext/unicorn_http/ext_help.h [moved from ext/unicorn/http11/ext_help.h with 100% similarity]
ext/unicorn_http/extconf.rb [new file with mode: 0644]
ext/unicorn_http/unicorn_http.c [moved from ext/unicorn/http11/http11.c with 99% similarity]
ext/unicorn_http/unicorn_http.h [moved from ext/unicorn/http11/http11_parser.h with 90% similarity]
ext/unicorn_http/unicorn_http.rl [moved from ext/unicorn/http11/http11_parser.rl with 96% similarity]
ext/unicorn_http/unicorn_http_common.rl [moved from ext/unicorn/http11/http11_parser_common.rl with 98% similarity]
lib/unicorn/chunked_reader.rb
lib/unicorn/http_request.rb
lib/unicorn/trailer_parser.rb
test/test_helper.rb
test/unit/test_chunked_reader.rb
test/unit/test_trailer_parser.rb