about summary refs log tree commit homepage
path: root/Manifest
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-04 14:30:40 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-09 19:50:36 -0800
commit28d571b7cca709641d964e00e6004facb6bfcc7e (patch)
treeed260a408088db92adb190d2b9eddaa6be8ab580 /Manifest
parent66254b6f2b0ebb3899413b12d96614ac9318daae (diff)
downloadunicorn-28d571b7cca709641d964e00e6004facb6bfcc7e.tar.gz
Avoid conflicting with existing Mongrel libraries since
we'll be incompatible and break things w/o disrupting
Mongrel installations.
Diffstat (limited to 'Manifest')
-rw-r--r--Manifest34
1 files changed, 14 insertions, 20 deletions
diff --git a/Manifest b/Manifest
index b91a692..381fe72 100644
--- a/Manifest
+++ b/Manifest
@@ -1,7 +1,13 @@
+.gitignore
 CHANGELOG
 CONTRIBUTORS
 COPYING
-examples/simple_rack.rb
+GNUmakefile
+LICENSE
+Manifest
+README
+Rakefile
+TODO
 ext/http11/ext_help.h
 ext/http11/extconf.rb
 ext/http11/http11.c
@@ -9,23 +15,13 @@ ext/http11/http11_parser.c
 ext/http11/http11_parser.h
 ext/http11/http11_parser.rl
 ext/http11/http11_parser_common.rl
-lib/mongrel/cgi.rb
-lib/mongrel/const.rb
-lib/mongrel/handlers.rb
-lib/mongrel/header_out.rb
-lib/mongrel/http_request.rb
-lib/mongrel/http_response.rb
-lib/mongrel/init.rb
-lib/mongrel/mime_types.yml
-lib/mongrel/rails.rb
-lib/mongrel/semaphore.rb
-lib/mongrel/tcphack.rb
-lib/mongrel.rb
-LICENSE
-Manifest
-mongrel-public_cert.pem
-Rakefile
-README
+lib/unicorn.rb
+lib/unicorn/const.rb
+lib/unicorn/header_out.rb
+lib/unicorn/http_request.rb
+lib/unicorn/http_response.rb
+lib/unicorn/semaphore.rb
+lib/unicorn/tcphack.rb
 setup.rb
 test/benchmark/previous.rb
 test/benchmark/simple.rb
@@ -35,10 +31,8 @@ test/mongrel.conf
 test/test_helper.rb
 test/test_suite.rb
 test/tools/trickletest.rb
-test/unit/test_cgi_wrapper.rb
 test/unit/test_http_parser.rb
 test/unit/test_response.rb
 test/unit/test_semaphore.rb
 test/unit/test_server.rb
 test/unit/test_threading.rb
-TODO