summary refs log tree commit
DateCommit message (Expand)
2011-12-27Bump version, and add release notes 1.1.3
2011-12-27Backport `Limit the size of parameter keys`
2011-12-27Fix errors caused by different stdlib logger
2011-09-08Backport set_cookie_header! and delete_cookie_header! fixes from master, affe...
2011-09-08Lets move things forward... (working test runs again)
2011-03-13hack out tests 1.1.2
2011-03-13Version 1.1.2
2011-03-13MD5 Digest auth: fail if authenticator returns nil
2011-02-28Bump to 1.1.1
2011-02-09Use Rack.release instead of two separate strings
2011-02-09improve gemloader to include runtime deps if any, and not break on complex re...
2011-02-09Fix daemonize issues, may need picking into master
2011-02-09Fix cgi spec against implementation (same as master)
2010-12-19Use gemloader to run against older development dependency gems
2010-12-19Add gemloader script that will provide the ability to activate development de...
2010-12-19Add stage to gitignore
2010-12-19Update for 1.1.1 release
2010-12-19Fix failing and invalid tests
2010-12-19Fixup development dependencies in gemspec, as newer versions now cause breakage
2010-12-19mark as rack-1.1.1.pre
2010-12-19removed parsing of quoted values
2010-01-03Set 1.1 release date 1.1
2010-01-03Update copyright messages
2010-01-03Remove brittle spec that relies on unstable marshal format
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