Refactoring unicorn_http C/Ragel code
commitca3fd8acb4bc3f5125a9f0f281951fb8f03778e5
authorEric Wong <normalperson@yhbt.net>
Sun, 2 Aug 2009 20:39:21 +0000 (2 13:39 -0700)
committerEric Wong <normalperson@yhbt.net>
Sun, 9 Aug 2009 08:24:30 +0000 (9 01:24 -0700)
tree42752ea26cf989d9a8d02d750a87aff0d15dc1d8
parente1d67bef994587ba77e1a3575773755b2b5e1558
Refactoring unicorn_http C/Ragel code

More tightly integrate the C/Ruby portions with C/Ragel to avoid
the confusing the flow.  Split out some files into hopefully
logical areas so it's easier to focus on more
interesting/volatile code.
.gitignore
GNUmakefile
Manifest
ext/unicorn_http/c_util.h [new file with mode: 0644]
ext/unicorn_http/common_field_optimization.h [new file with mode: 0644]
ext/unicorn_http/global_variables.h [new file with mode: 0644]
ext/unicorn_http/unicorn_http.rl [moved from ext/unicorn_http/unicorn_http.c with 66% similarity]