evanweaver
|
a15a0431a9
|
camping doesn't require a root path
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@816 19e92222-5c0b-0410-8929-a290d50e31e9
|
2007-10-28 05:29:57 +00:00 |
|
zedshaw
|
edd6dae41b
|
Fix for Sync not being available.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@431 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-11-25 18:48:47 +00:00 |
|
zedshaw
|
d15b43d5c4
|
Reverted zimbatm patch from r4378 since it doesn't work.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@417 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-11-25 04:58:29 +00:00 |
|
zedshaw
|
ace16f9688
|
Patch 5718: camping fixes from zimbatm
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@410 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-11-25 02:00:36 +00:00 |
|
why
|
88a2eb7c97
|
* lib/mongrel/camping.rb: get_or_head var was going unused.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@371 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-10-25 22:50:57 +00:00 |
|
why
|
af7c7e3955
|
* lib/mongrel/camping.rb: borrowing DirHandler and @guard from the RailsHandler.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@357 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-10-05 04:27:44 +00:00 |
|
zedshaw
|
ddd5c9a46c
|
Ruby license applied to all files
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@267 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-06-30 20:42:12 +00:00 |
|
zedshaw
|
7d0f10c242
|
Switched Mongrel to Ruby license.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@265 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-06-30 20:13:35 +00:00 |
|
zedshaw
|
a6d80703cb
|
Refactor reaping dead threads. Slight change to license header to make it clearer.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@255 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-06-23 13:22:47 +00:00 |
|
zedshaw
|
c45b6f077e
|
LGPL preamble on all source files.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@203 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-05-21 14:46:42 +00:00 |
|
why
|
0c566e721f
|
Empty requests were tossing an exception. Found while testing Tepee.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@177 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-05-14 06:56:50 +00:00 |
|
why
|
001a467abd
|
For now, each content-type gets special treatment in the Camping handler.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@158 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-04-11 03:24:53 +00:00 |
|
why
|
c8e46fcb00
|
Support large file uploads, moving them into a Tempfile should they cross the MAX_BODY threshold. The only change here really is that HttpRequest#body is now an IO object rather than a string. I changed the various handlers to support this.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@157 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-04-11 01:46:13 +00:00 |
|
why
|
3e5ca782bc
|
Excuse my improprieties. Wrongful use of @response in the Camping handler. Calling send_status now.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@156 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-04-11 00:17:19 +00:00 |
|
why
|
3cf03ae9f3
|
Added send_file method to the HttpResponse, culling parts from the DirHandler. Added support for the X-SENDFILE header to the Camping bridge.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@155 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-04-11 00:00:52 +00:00 |
|
why
|
894f4a0bd3
|
Update setup.rb to silence errors on shebang replacement. Camping handler now allows passing back of an IO object, to allow large file streaming. Simpler underscore replacement on Tepee wiki words.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@154 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-04-10 18:56:16 +00:00 |
|
zedshaw
|
08b408b8f9
|
Slight mod to how mongrel/camping.rb works so that you can access the HttpServer (rather than acceptor thread).
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@90 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-03-09 06:11:21 +00:00 |
|
zedshaw
|
9a1895539d
|
Support for Camping as a first-class citizen. The postamble is now one or two lines.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@85 19e92222-5c0b-0410-8929-a290d50e31e9
|
2006-03-07 01:44:24 +00:00 |
|