summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rack-1.0' of github.com:rack/rack into rack-1.01.0.1rack-1.0Christian Neukirchen2009-10-180-0/+0
|\
| * Revert "Relax Lint slightly to allow subclasses of the required types"raggi2009-10-061-9/+9
| * Relax Lint slightly to allow subclasses of the required typesraggi2009-10-061-9/+9
* | Update README for 1.0.1Christian Neukirchen2009-10-181-0/+11
* | Set correct external_encoding for handlers that don't use RewindableInputMichael Fellinger2009-10-185-13/+30
* | Fixes the handling of the filename parameter.Daniel Rodríguez Troitiño2009-10-181-1/+1
* | Test multipart upload with a semicolon in the name.Daniel Rodríguez Troitiño2009-10-182-0/+18
* | Checking that the FCGI::Stream class exists, before trying to override the re...dmann2009-10-181-6/+8
* | use Rack::Utils::bytesize, not String#size for multibyte characters in Ruby1.9Masayoshi Takahashi2009-10-182-1/+10
* | Enforce binary encoding in RewindableInput; fixes Ruby 1.9 issues.Hongli Lai (Phusion)2009-10-181-0/+2
* | Make sure that Reloader doesn't break when executed via ruby -eMichael Fellinger2009-10-181-2/+2
* | Make sure WEBrick respects the :Host optionMichael Fellinger2009-10-181-0/+1
|/
* Kill stray debug lineJoshua Peek2009-08-031-1/+1
* Use more compatible gzip write api instead of "<<".Joshua Peek2009-08-031-1/+1
* Mongrel handler should use rack_input varJulien Sanchez2009-08-031-1/+1
* Return an empty string for Request#host if HTTP_HOST and SERVER_NAME are both...Joshua Peek2009-08-032-1/+6
* Kill request instance memoizationJoshua Peek2009-08-033-25/+1
* Bump remainder of rack.versionsJoshua Peek2009-08-0310-10/+10
* fix rack.version in MockRequestRyan Tomayko2009-08-031-1/+1
* Document more clearly that rack.input must be opened in binary mode, and enfo...Hongli Lai (Phusion)2009-06-172-1/+32
* Add unit tests for Rack::Util::HeaderHash#delete. [#54 state:resolved]Hongli Lai (Phusion)2009-06-171-0/+24
* Fix for form names containing "=": split first then unescape componentstlrobinson2009-05-232-1/+2
* optimizations of parse/build querySimon Chiang2009-05-231-5/+7
* Switch to emacs style encoding commentraggi2009-05-011-1/+1
* Fix multipart uploads on 1.9raggi2009-05-011-1/+3
* Add anchor to nested params parsing regexp to prevent stack overflowsJoshua Peek2009-04-281-1/+1
* Java doesn't provide unlink(2) reliably1.0Christian Neukirchen2009-04-251-2/+2
* Package rack.gemspec as wellChristian Neukirchen2009-04-251-2/+2
* Last minute updatesChristian Neukirchen2009-04-251-9/+11
* Merge commit 'FooBarWidget/master'Christian Neukirchen2009-04-251-6/+8
|\
| * Explain the usefulness of the to_path method of the body.Hongli Lai (Phusion)2009-04-251-1/+3
| * Fix styling the Rack specification.Hongli Lai (Phusion)2009-04-251-5/+5
* | Patch FCGI::Stream#read to use a bufferChristian Neukirchen2009-04-251-0/+10
|/
* Merge commit 'official/master'Christian Neukirchen2009-04-251-1/+2
|\
| * Check for the existence of Rack in the load path.Joshua Peek2009-04-241-1/+2
* | Update READMEChristian Neukirchen2009-04-251-9/+41
* | Order URL maps by hostname first, putting "empty" firstTim Carey-Smith2009-04-252-1/+11
* | Remove redundant AUTHORS fileChristian Neukirchen2009-04-251-8/+0
|/
* Merge commit 'FooBarWidget/master'Joshua Peek2009-04-189-96/+420
|\
| * Optimize parse_multipart: put read data into a buffer in order to reduce garb...Hongli Lai (Phusion)2009-04-151-2/+4
| * Specify rack.input#read to behave the same like IO#read.Hongli Lai (Phusion)2009-04-152-9/+133
| * Implement a Rack::RewindableInput utility class, for making any IO object rew...Hongli Lai (Phusion)2009-04-153-27/+228
| * Remove code for handling the possibility that rack.input may not be rewindabl...Hongli Lai (Phusion)2009-04-154-44/+3
| * Update Rack specification: require rack.input to be rewindable.Hongli Lai (Phusion)2009-04-152-6/+39
| * Describe some things in the specification more clearly, and add some minor st...Hongli Lai (Phusion)2009-04-151-8/+13
* | Add 'rack.session' specificationJoshua Peek2009-04-183-2/+38
* | ConditionalGet should delete Content-Type and Content-Length headers if they ...Michael Fellinger2009-04-191-0/+2
* | Improved Rack::ReloaderMichael Fellinger2009-04-181-46/+88
|/
* Rack::Request#write: count length with bytesizeChristian Neukirchen2009-04-141-1/+1
* Add #rewind noop for FastCGIChristian Neukirchen2009-04-111-0/+4