summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set 1.1 release date1.1Joshua Peek2010-01-031-1/+1
* Update copyright messagesChristian Neukirchen2010-01-033-3/+3
* Remove brittle spec that relies on unstable marshal formatJoshua Peek2010-01-031-10/+1
* Revert "Add --chdir option to rackup"Joshua Peek2009-12-261-7/+0
* Add --chdir option to rackupJoshua Peek2009-12-261-2/+9
* Use "config" instead of "rack_file"Joshua Peek2009-12-261-5/+5
* Add shebang back to rackupJoshua Peek2009-12-261-0/+2
* Note nosqueeze changeJoshua Peek2009-12-261-0/+1
* Merge remote branch 'origin/nosqueeze'Joshua Peek2009-12-262-7/+38
|\
| * Test case for matching mutliple /'s in URLMapRyan Tomayko2009-12-231-0/+6
| * URLMap matches multiple /'s but does not modify PATH_INFORyan Tomayko2009-12-231-6/+7
| * Don't munge PATH_INFO in URLMapRicardo Chimal, Jr2009-12-221-1/+1
| * Failing testcase for URLMap squeeze issueRyan Tomayko2009-12-221-0/+24
* | Add previous change to changelogJoshua Peek2009-12-261-0/+1
* | Tag not found responses from file servers with X-Cascade headerJoshua Peek2009-12-263-5/+11
* | whoops, bad restorationJoshua Peek2009-12-261-2/+2
* | Restore old school tar release toolsJoshua Peek2009-12-261-0/+25
* | Bump version and release to 1.1Joshua Peek2009-12-2613-17/+17
* | update README, Sunshowers is not a web serverEric Wong2009-12-261-2/+1
* | Update web server list in READMEChristian Neukirchen2009-12-251-1/+4
* | Update READMEChristian Neukirchen2009-12-251-38/+41
* | Modernize packaging and publishing tasks for gemcutterJoshua Peek2009-12-242-87/+41
* | ignore dist tmp filesJoshua Peek2009-12-241-0/+3
* | Prepare release notes for 1.1Joshua Peek2009-12-241-0/+29
* | Use Content-Type to determine POST params parsing [#20]Ryan Tomayko2009-12-222-10/+30
|/
* Status code lookup utilityJoshua Peek2009-12-202-6/+26
* Extract parse_query and parse_multipart in Request so subclassesJoshua Peek2009-12-201-5/+12
* Request#host knows about forwared host [#77 state:resolved]Joshua Peek2009-12-202-2/+19
* Request#user_agentJoshua Peek2009-12-202-0/+13
* exclude rackup tests by default because they often stallJoshua Peek2009-12-201-6/+6
* Mention fix-root-scriptname in KNOWN-ISSUESChristian Neukirchen2009-12-201-0/+3
* Merge branch 'master' of github.com:rack/rackChristian Neukirchen2009-12-2048-867/+2228
|\
| * ignore rackup log outputJoshua Peek2009-12-111-0/+1
| * NullLogger should actually be a middlewareJoshua Peek2009-12-112-1/+10
| * Simple rack logger middleware that wraps rack.errorsJoshua Peek2009-12-113-0/+42
| * Nop NullLoggerJoshua Peek2009-12-113-0/+23
| * rack.logger specificationJoshua Peek2009-12-113-21/+56
| * Import Ryan's Sendfile from contrib into coreJoshua Peek2009-12-113-0/+229
| * Import runtime middleware by paul (Paul Sadauskas) into coreJoshua Peek2009-12-113-0/+63
| * Import etag middleware from contrib into coreJoshua Peek2009-12-113-0/+41
| * Import Config by jcrosby (Jon Crosby) into coreJoshua Peek2009-12-113-0/+40
| * Reverse hash for looking up status codes by symbolJoshua Peek2009-12-101-1/+7
| * HeaderHash#each yields Lint-OK multivalue headersEric Wong2009-12-102-0/+14
| * CommonLogger uses HeaderHash to lookup Content-LengthEric Wong2009-12-101-6/+3
| * avoid HeaderHash#to_hash in middlewaresEric Wong2009-12-103-5/+5
| * HeaderHash.new avoids unnecessary object creationEric Wong2009-12-102-0/+12
| * Fixed multipart parameter parsing for when a field's body ends at the same ti...Derek and Matt2009-12-103-4/+273
| * Introduce failing test case for multipart parser when it slices exactly on a ...Bosko Milekic2009-12-103-0/+836
| * Tell people to report bugs to lighthouseJoshua Peek2009-12-101-6/+5
| * Don't delete PATH_INFO from env in fastcgi, mongrel, and webrickJoshua Peek2009-12-107-16/+12