summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* better multipart handlingeTM2009-04-112-6/+26
* Simplify RakefileChristian Neukirchen2009-04-101-4/+1
* Remove deprecated rdoc flagChristian Neukirchen2009-04-101-1/+1
* Fix dist task dependenciesChristian Neukirchen2009-04-101-1/+2
* Fix gem task dependenciesChristian Neukirchen2009-04-101-1/+2
* Allow arbitrary number of arguments for Request::newMichael Fellinger2009-04-011-1/+1
* Make sure the correct rack is required in rackupMichael Fellinger2009-03-311-3/+3
* Added extra nested params error handling and added messages to exceptions to ...Rob2009-03-262-4/+14
* Refactor Handler::get and add Handler::try_requireMichael Fellinger2009-03-261-10/+22
* Simplified options for unregistered handlersGraham Batty2009-03-263-28/+6
* Made it so that the expectation is that Handler.get raises NameError on failu...Graham Batty2009-03-262-8/+8
* Made auto-registration of unknown handlers much smarter. This should make it ...Graham Batty2009-03-265-2/+66
* Document version changeChristian Neukirchen2009-03-252-1/+2
* Push version numbersChristian Neukirchen2009-03-251-2/+2
* Ensure to rebuild rdocsChristian Neukirchen2009-03-251-1/+1
* Update copyright yearsChristian Neukirchen2009-03-251-1/+1
* Add Rack::Response#redirectChristian Neukirchen2009-03-252-0/+19
* Document SPEC changes, officially deprecate String bodiesChristian Neukirchen2009-03-252-0/+15
* SPEC: Clarify percent-encoding of PATH_INFOChristian Neukirchen2009-03-251-1/+3
* Revert "Specify PATH_INFO encoding"Christian Neukirchen2009-03-251-3/+1
* Build all files neededChristian Neukirchen2009-03-251-1/+1
* Refactor RakefileChristian Neukirchen2009-03-251-81/+58
* Added Rack::Request#pathTJ Holowaychuk2009-03-191-4/+6
* Refactored Rack::Request#media_typeTJ Holowaychuk2009-03-191-1/+1
* Don't evaluate CGI ISINDEX parameters in rackupChristian Neukirchen2009-03-191-0/+4
* Rack::Deflater streamingRyan Tomayko2009-03-142-38/+53
* Remove files from params when no file is selected [#37 state:resolved]Rob2009-03-132-2/+3
* Rack::File should use Utils::bytesizeMichael Fellinger2009-03-131-1/+1
* Add URLMap#remap and make the initialize parameter optionalMichael Fellinger2009-03-131-1/+5
* Handlers use ContentLength and Chunked middleware where neededRyan Tomayko2009-03-127-4/+22
* Rack::Lint no longer requires a Content-Length response headerRyan Tomayko2009-03-122-49/+19
* Add Rack::Chunked (Transfer-Encoding: chunked) middlewareRyan Tomayko2009-03-123-0/+112
* Force Litespeed input to be a proper IO object [#36 state:resolved]Russ Smith2009-03-111-1/+1
* Add Rack::Utils.bytesize function, use everywhereRyan Tomayko2009-03-117-9/+28
* Specify PATH_INFO encodingSam Roberts2009-03-081-1/+3
* WEBrick handler now sets the unescaped PATH_INFOSimon Chiang2009-03-082-1/+13
* Add Rack::ContentType middlewareBrian Candler2009-03-053-0/+54
* Quick Rack::Builder code simplificationcandlerb2009-03-041-5/+1
* Allow realm to be passed to auth handler's initialize methodBrian Candler2009-02-275-5/+14
* Use / suffix in text and URLs in directory listingyonghui2009-02-251-0/+2
* Make MethodOverride + Auth::Digest play well togetherS. Brent Faulkner2009-02-252-39/+63
* Add Response#length and Response#length=Michael Fellinger2009-02-221-0/+2
* Split parse_query utility into parse_query and parse_nested_query. parse_nest...Joshua Peek2009-02-143-43/+65
* Revert "Don't clobber nested parameter values. Fixes checkboxes in nested for...Joshua Peek2009-02-102-6/+7
* Don't clobber nested parameter values. Fixes checkboxes in nested forms.Joshua Peek2009-02-102-7/+6
* Fix of Auth::Abstract::Handler to return headers within spec.Scytrin dai Kinthra2009-02-081-2/+11
* Add body.to_path to SPEC; implement in Rack::FileRyan Tomayko2009-02-083-0/+25
* Fix spec failures in Utils::parse_multipart under 1.9Ryan Tomayko2009-02-061-3/+3
* Fix spec failures in Rack::Deflator under 1.9Ryan Tomayko2009-02-062-6/+8
* Fix spec failures and warnings in Rack::Lock under 1.9Ryan Tomayko2009-02-061-5/+3