summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.1.4test1.1.4James Tucker2013-01-062-2/+2
* Update README based on the one from masterJames Tucker2013-01-061-29/+181
* Make the Rakefile usable in presence of new RDocJames Tucker2013-01-041-1/+0
* Add warning to strongly recommend to people to have secrets protecting their ...James Tucker2013-01-042-0/+28
* Bump version, and add release notes1.1.3James Tucker2011-12-272-1/+5
* Backport `Limit the size of parameter keys`James Tucker2011-12-272-0/+89
* Fix errors caused by different stdlib loggerJames Tucker2011-12-271-2/+2
* Backport set_cookie_header! and delete_cookie_header! fixes from master, affe...James Tucker2011-09-082-14/+41
* Lets move things forward... (working test runs again)James Tucker2011-09-083-2/+7
* hack out tests1.1.2Christian Neukirchen2011-03-131-2/+2
* Version 1.1.2Christian Neukirchen2011-03-132-1/+5
* MD5 Digest auth: fail if authenticator returns nilChristian Neukirchen2011-03-132-1/+8
* Bump to 1.1.1raggi2011-02-281-1/+1
* Use Rack.release instead of two separate stringsraggi2011-02-092-2/+5
* improve gemloader to include runtime deps if any, and not break on complex re...raggi2011-02-091-2/+2
* Fix daemonize issues, may need picking into masterraggi2011-02-093-4/+8
* Fix cgi spec against implementation (same as master)raggi2011-02-091-1/+1
* Use gemloader to run against older development dependency gemsraggi2010-12-191-2/+2
* Add gemloader script that will provide the ability to activate development de...raggi2010-12-191-0/+6
* Add stage to gitignoreraggi2010-12-191-0/+3
* Update for 1.1.1 releaseraggi2010-12-191-1/+1
* Fix failing and invalid testsraggi2010-12-191-1/+11
* Fixup development dependencies in gemspec, as newer versions now cause breakageraggi2010-12-191-2/+2
* mark as rack-1.1.1.preraggi2010-12-191-1/+1
* removed parsing of quoted valuesSimon Chiang2010-12-192-8/+2
* 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
|/