about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-25 12:38:47 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-25 12:39:33 -0800
commitd120ffad9716fbb83806d9755b7b5fd28fdb758b (patch)
tree6c2fde419978edb8d420dbb352c74746626f6fdc /ext
parent1f29d32cb095cbc21a095772db2fbaf216781f97 (diff)
downloadunicorn-d120ffad9716fbb83806d9755b7b5fd28fdb758b.tar.gz
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.
Diffstat (limited to 'ext')
-rw-r--r--ext/unicorn/http11/ext_help.h (renamed from ext/http11/ext_help.h)0
-rw-r--r--ext/unicorn/http11/extconf.rb (renamed from ext/http11/extconf.rb)0
-rw-r--r--ext/unicorn/http11/http11.c (renamed from ext/http11/http11.c)0
-rw-r--r--ext/unicorn/http11/http11_parser.c (renamed from ext/http11/http11_parser.c)0
-rw-r--r--ext/unicorn/http11/http11_parser.h (renamed from ext/http11/http11_parser.h)0
-rw-r--r--ext/unicorn/http11/http11_parser.rl (renamed from ext/http11/http11_parser.rl)0
-rw-r--r--ext/unicorn/http11/http11_parser_common.rl (renamed from ext/http11/http11_parser_common.rl)0
7 files changed, 0 insertions, 0 deletions
diff --git a/ext/http11/ext_help.h b/ext/unicorn/http11/ext_help.h
index 08c0e1e..08c0e1e 100644
--- a/ext/http11/ext_help.h
+++ b/ext/unicorn/http11/ext_help.h
diff --git a/ext/http11/extconf.rb b/ext/unicorn/http11/extconf.rb
index e4f6918..e4f6918 100644
--- a/ext/http11/extconf.rb
+++ b/ext/unicorn/http11/extconf.rb
diff --git a/ext/http11/http11.c b/ext/unicorn/http11/http11.c
index 82982e7..82982e7 100644
--- a/ext/http11/http11.c
+++ b/ext/unicorn/http11/http11.c
diff --git a/ext/http11/http11_parser.c b/ext/unicorn/http11/http11_parser.c
index d33eed0..d33eed0 100644
--- a/ext/http11/http11_parser.c
+++ b/ext/unicorn/http11/http11_parser.c
diff --git a/ext/http11/http11_parser.h b/ext/unicorn/http11/http11_parser.h
index 8d074ba..8d074ba 100644
--- a/ext/http11/http11_parser.h
+++ b/ext/unicorn/http11/http11_parser.h
diff --git a/ext/http11/http11_parser.rl b/ext/unicorn/http11/http11_parser.rl
index c3c4b1f..c3c4b1f 100644
--- a/ext/http11/http11_parser.rl
+++ b/ext/unicorn/http11/http11_parser.rl
diff --git a/ext/http11/http11_parser_common.rl b/ext/unicorn/http11/http11_parser_common.rl
index ee970b1..ee970b1 100644
--- a/ext/http11/http11_parser_common.rl
+++ b/ext/unicorn/http11/http11_parser_common.rl