summary refs log tree commit
DateCommit message (Expand)
2009-12-31make Rack::Session::Cookie spec immune to Marshal changes mri-1.9.2dev
2009-12-26Revert "Add --chdir option to rackup"
2009-12-26Add --chdir option to rackup
2009-12-26Use "config" instead of "rack_file"
2009-12-26Add shebang back to rackup
2009-12-26Note nosqueeze change
2009-12-26Merge remote branch 'origin/nosqueeze'
2009-12-26Add previous change to changelog
2009-12-26Tag not found responses from file servers with X-Cascade header
2009-12-26whoops, bad restoration
2009-12-26Restore old school tar release tools
2009-12-26Bump version and release to 1.1
2009-12-26update README, Sunshowers is not a web server
2009-12-25Update web server list in README
2009-12-25Update README
2009-12-24Modernize packaging and publishing tasks for gemcutter
2009-12-24ignore dist tmp files
2009-12-24Prepare release notes for 1.1
2009-12-23Test case for matching mutliple /'s in URLMap
2009-12-23URLMap matches multiple /'s but does not modify PATH_INFO
2009-12-22Don't munge PATH_INFO in URLMap
2009-12-22Failing testcase for URLMap squeeze issue
2009-12-22Use Content-Type to determine POST params parsing [#20]
2009-12-20Status code lookup utility
2009-12-20Extract parse_query and parse_multipart in Request so subclasses
2009-12-20Request#host knows about forwared host [#77 state:resolved]
2009-12-20Request#user_agent
2009-12-20exclude rackup tests by default because they often stall
2009-12-20Mention fix-root-scriptname in KNOWN-ISSUES
2009-12-20Merge branch 'master' of github.com:rack/rack
2009-12-11ignore rackup log output
2009-12-11NullLogger should actually be a middleware
2009-12-11Simple rack logger middleware that wraps rack.errors
2009-12-11Nop NullLogger
2009-12-11rack.logger specification
2009-12-11Import Ryan's Sendfile from contrib into core
2009-12-11Import runtime middleware by paul (Paul Sadauskas) into core
2009-12-11Import etag middleware from contrib into core
2009-12-11Import Config by jcrosby (Jon Crosby) into core
2009-12-10Reverse hash for looking up status codes by symbol
2009-12-10HeaderHash#each yields Lint-OK multivalue headers
2009-12-10CommonLogger uses HeaderHash to lookup Content-Length
2009-12-10avoid HeaderHash#to_hash in middlewares
2009-12-10HeaderHash.new avoids unnecessary object creation
2009-12-10Fixed multipart parameter parsing for when a field's body ends at the same ti...
2009-12-10Introduce failing test case for multipart parser when it slices exactly on a ...
2009-12-10Tell people to report bugs to lighthouse
2009-12-10Don't delete PATH_INFO from env in fastcgi, mongrel, and webrick
2009-12-03Merge branch 'memcache-session-bugfix'
2009-12-03Test-fix for shallow copy change checks