rack
2013-10-22 Pete ElmoreMinor fix to Rack::File OPTIONS for Lint. master
2013-10-22 Pete ElmoreAdd OPTIONS support to File and MockRequest.
2013-09-27 Konstantin... Merge pull request #606 from aweiksnar/patch-1
2013-09-27 Alex Weiksnaradd parentheses to method definitions with arguments
2013-09-09 Santiago PastorinoMerge pull request #601 from bajamircea/master
2013-09-09 bajamirceaRemove unused require rbconfig
2013-09-09 Konstantin... Merge pull request #600 from SamSaffron/master
2013-09-09 Samavoid copying entire payload just to calc md5
2013-09-03 Konstantin... Merge pull request #596 from SamSaffron/master
2013-08-25 Konstantin... Merge pull request #597 from vipulnsward/change_equalit...
2013-08-25 Vipul A MChange equality check to stop warnings
2013-08-22 Santiago PastorinoMerge pull request #588 from statianzo/tempfile-form...
2013-08-22 Santiago PastorinoMerge pull request #595 from benpickles/use-sub-not...
2013-08-21 Samconditional get is causing exceptions during regular...
2013-08-20 Ben PicklesUse `sub` as we only need to substitute once.
2013-07-18 Jason StatenUse equal? to compare form_input to rack.input
2013-07-15 Santiago PastorinoMerge pull request #585 from MSch/patch-1
2013-07-14 Martin SchürrerFix bug in sendfile.rb
2013-07-04 James TuckerMerge branch 'rack-1.5' (cleanup release diff)
2013-07-04 James TuckerRefactor rack static header rules application
2013-07-04 James TuckerMerge pull request #560 from mattwildig/static-threads
2013-07-04 James TuckerMerge pull request #583 from gshutler/cookie-http-only
2013-07-03 Garry ShutlerSet HttpOnly for cookies using :http_only
2013-06-28 Santiago PastorinoMerge pull request #580 from sikachu/unauthorized_helper
2013-06-28 Prem SichanugristAdd Response#unauthorized? helper
2013-06-27 Santiago PastorinoMerge pull request #579 from nealharris/escape-error...
2013-06-23 Neal Harrishtml escape detail for error message
2013-06-16 Konstantin... Merge pull request #578 from jamiehodge/link-unlink
2013-06-15 Jamie Hodgeadd #link? and #unlink?
2013-06-15 Konstantin... Merge pull request #575 from jamiehodge/link-unlink
2013-06-14 Jamie Hodgeadd LINK and UNLINK methods
2013-06-11 Christian NeukirchenMerge pull request #572 from tricknotes/modify-github...
2013-06-11 Ryunosuke SATOModify GitHub pages domain
2013-05-28 Santiago PastorinoMerge pull request #565 from vipulnsward/fix_typo2
2013-05-28 Vipul A MFix some typos
2013-05-23 Santiago PastorinoMerge pull request #561 from jdelStrother/eoferror
2013-05-21 Jonathan del... Ensure request.POST always raises EOFError on bad input
2013-05-20 Matt WildigMake Rack::Static custom headers thread safe
2013-05-10 Santiago PastorinoMerge pull request #555 from spagalloco/fix_warnings
2013-05-08 Steve Agallocofix instance variable not initialized warning in Rack...
2013-04-29 James TuckerAdd timezone to CommonLogger, as per spec.
2013-04-29 James TuckerAdd deflated JSON support
2013-04-22 Konstantin... Merge branch 'master' of github.com:rack/rack
2013-04-22 Konstantin... update team list
2013-04-22 James TuckerMerge pull request #514 from postmodern/localhost_devel...
2013-04-22 James Tuckerdelfater: ensure that parent body is always closed
2013-04-21 James TuckerSure up HTML escaping in Rack::Directory
2013-04-21 James TuckerFix typo, thanks @spastorino
2013-04-21 James TuckerAdd note about parameter parsing not changing
2013-04-21 James TuckerPrevent signals from being sent to pid 0
2013-04-20 Konstantin... Merge pull request #546 from spastorino/tiny_refactor
2013-04-20 Santiago PastorinoUse respond_to?
2013-04-20 Konstantin... Merge pull request #515 from autohaus24/fix_invalid_cha...
2013-04-20 Konstantin... Merge pull request #545 from spastorino/travis_failures...
2013-04-20 Michael Raidelfix invalid characters in multipart uploads
2013-04-20 Santiago PastorinoDo not allow failures in Travis when using Ruby 2.0
2013-04-19 Michael Fellingercorrect Request#port for lighttpd2 proxy case
2013-04-17 Konstantin... Merge pull request #542 from snyff/patch-2
2013-04-15 Konstantin... Merge pull request #541 from crx/status_code_cleanup
2013-04-15 Louis NyffeneggerUpdate md5.rb
2013-04-14 Chase DuBoisRemove unassigned HTTP status codes
2013-04-13 Konstantin... Merge pull request #540 from vipulnsward/fix_some_typos
2013-04-13 Konstantin... Merge pull request #539 from vipulnsward/cleanup_tests
2013-04-13 Vipul A Mcleanup tests for unused variables
2013-04-13 Vipul A Mfix typos
2013-04-12 Konstantin... Merge pull request #537 from vipulnsward/remove_loop
2013-04-12 Vipul A Mremove extra loop, variable initialization
2013-04-12 Konstantin... Merge pull request #538 from basvodde/master
2013-04-12 Konstantin... Merge pull request #535 from oscardelben/fix_env_typo
2013-04-12 Bas VoddeRemoved the comment that rack.pid is the default as...
2013-03-31 Oscar Del BenDon't rely on ENV. Fixes #532
2013-03-29 Konstantin... Merge pull request #533 from dahakawang/master
2013-03-29 David Wangadd test for WEBrick partial hijack
2013-03-28 David Wangadd partial rack hijack support for WEBrick
2013-02-28 PostmodernDetermine the default value for Host, based on the...
2013-02-10 PostmodernRack::Handler::Thin: default the host to localhost...
2013-02-10 PostmodernRack::Handler::Mongrel: default the host to localhost...
2013-02-10 PostmodernRack::Handler::WEBrick: default the host to localhost...
2013-02-10 PostmodernDefault host to localhost when in development mode.
2013-02-09 James TuckerMerge pull request #513 from spastorino/mime_match_cond...
2013-02-09 Santiago PastorinoRefactor Rack::Mime.match? conditionals to make them...
2013-02-08 James TuckerMaster is now 1.6-ish, as it has removals
2013-02-08 James TuckerBump version number 1.5.2
2013-02-08 James TuckerAdd release notes for todays releases
2013-02-08 James TuckerAdd release notes for todays releases
2013-02-08 James TuckerPrevent symlink path traversals
2013-02-08 James TuckerPrevent symlink path traversals
2013-02-08 Tim MooreStop overwriting existing pidfiles.
2013-02-08 James TuckerUse secure_compare for hmac comparison
2013-02-08 James TuckerAdd secure_compare to Rack::Utils
2013-02-08 James TuckerEnsure binary modes are used in tests, for Windows
2013-02-08 James TuckerFix a bug where host matching occurs out of order
2013-02-08 James TuckerAdd JSON cookie coder. To be default after 1.6+
2013-02-08 Jordi Massaguer Plaadd license information to gemspec
2013-02-08 Oscar Del BenFix reference link
2013-02-08 Oscar Del BenDocument Rack::Deflater
2013-02-08 James TuckerRequest#trusted_proxy? no longer accepts lines
2013-02-07 Santiago PastorinoAdd find and set methods to Session object
2013-02-07 James TuckerUse secure_compare for hmac comparison
2013-02-07 James TuckerAdd secure_compare to Rack::Utils
next