rename http11 => unicorn/http11
commitd120ffad9716fbb83806d9755b7b5fd28fdb758b
authorEric Wong <normalperson@yhbt.net>
Wed, 25 Feb 2009 20:38:47 +0000 (25 12:38 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 25 Feb 2009 20:39:33 +0000 (25 12:39 -0800)
tree6c2fde419978edb8d420dbb352c74746626f6fdc
parent1f29d32cb095cbc21a095772db2fbaf216781f97
rename http11 => unicorn/http11

Avoid conflicting with existing (and future) Mongrel installs in
case either changes.  Of course, this also allows us more
freedom to experiment and break the API if needed...
However, I'm only planning on making minor changes to
remove the amount of C code we have to maintain and
possibly some minor performance improvements.
GNUmakefile
Manifest
Rakefile
ext/unicorn/http11/ext_help.h [moved from ext/http11/ext_help.h with 100% similarity]
ext/unicorn/http11/extconf.rb [moved from ext/http11/extconf.rb with 100% similarity]
ext/unicorn/http11/http11.c [moved from ext/http11/http11.c with 100% similarity]
ext/unicorn/http11/http11_parser.c [moved from ext/http11/http11_parser.c with 100% similarity]
ext/unicorn/http11/http11_parser.h [moved from ext/http11/http11_parser.h with 100% similarity]
ext/unicorn/http11/http11_parser.rl [moved from ext/http11/http11_parser.rl with 100% similarity]
ext/unicorn/http11/http11_parser_common.rl [moved from ext/http11/http11_parser_common.rl with 100% similarity]
lib/unicorn/http_request.rb