summary refs log tree commit
DateCommit message (Expand)
2013-10-18README: update to add yahns to the list of servers yahns
2013-09-27Merge pull request #606 from aweiksnar/patch-1
2013-09-26add parentheses to method definitions with arguments
2013-09-09Merge pull request #601 from bajamircea/master
2013-09-09Remove unused require rbconfig
2013-09-09Merge pull request #600 from SamSaffron/master
2013-09-10avoid copying entire payload just to calc md5
2013-09-03Merge pull request #596 from SamSaffron/master
2013-08-25Merge pull request #597 from vipulnsward/change_equality_check
2013-08-25Change equality check to stop warnings
2013-08-22Merge pull request #588 from statianzo/tempfile-form-input
2013-08-22Merge pull request #595 from benpickles/use-sub-not-gsub
2013-08-21conditional get is causing exceptions during regular usage, avoid the excepti...
2013-08-20Use `sub` as we only need to substitute once.
2013-07-18Use equal? to compare form_input to rack.input
2013-07-14Merge pull request #585 from MSch/patch-1
2013-07-14Fix bug in sendfile.rb
2013-07-04Merge branch 'rack-1.5' (cleanup release diff)
2013-07-04Refactor rack static header rules application
2013-07-04Merge pull request #560 from mattwildig/static-threads
2013-07-04Merge pull request #583 from gshutler/cookie-http-only
2013-07-03Set HttpOnly for cookies using :http_only
2013-06-28Merge pull request #580 from sikachu/unauthorized_helper
2013-06-28Add Response#unauthorized? helper
2013-06-27Merge pull request #579 from nealharris/escape-error-message-in-rack-showstatus
2013-06-23html escape detail for error message
2013-06-16Merge pull request #578 from jamiehodge/link-unlink
2013-06-15add #link? and #unlink?
2013-06-15Merge pull request #575 from jamiehodge/link-unlink
2013-06-14add LINK and UNLINK methods
2013-06-11Merge pull request #572 from tricknotes/modify-github-pages-domain
2013-06-11Modify GitHub pages domain
2013-05-28Merge pull request #565 from vipulnsward/fix_typo2
2013-05-28Fix some typos
2013-05-23Merge pull request #561 from jdelStrother/eoferror
2013-05-21Ensure request.POST always raises EOFError on bad input
2013-05-21Make Rack::Static custom headers thread safe
2013-05-10Merge pull request #555 from spagalloco/fix_warnings
2013-05-08fix instance variable not initialized warning in Rack::Deflater::GzipStream
2013-04-29Add timezone to CommonLogger, as per spec.
2013-04-29Add deflated JSON support
2013-04-22Merge branch 'master' of github.com:rack/rack
2013-04-22update team list
2013-04-22Merge pull request #514 from postmodern/localhost_development
2013-04-22delfater: ensure that parent body is always closed
2013-04-21Sure up HTML escaping in Rack::Directory
2013-04-21Fix typo, thanks @spastorino
2013-04-21Add note about parameter parsing not changing
2013-04-21Prevent signals from being sent to pid 0
2013-04-20Merge pull request #546 from spastorino/tiny_refactor