Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.6
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.8
Choose a head ref
  • 18 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 19, 2018

  1. Merge pull request #1201 from janko-m/make-multipart-parsing-work-for…

    …-chunked-requests
    
    Don't use #eof? when parsing multipart
    rafaelfranca authored and matthewd committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    cb1fdb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Preserve forwarded IP address for trusted proxy chains

    Sometimes proxies make requests to Rack applications, for example
    HAProxy health checks and so on.
    
    Previously the forwarded IP implementation ate up these IP addresses,
    making it hard to tell in Rack applications who made the request
    SamSaffron authored and larsxschneider committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1bf2188 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1343 from larsxschneider/ls/forward-fix

    Backport: Preserve forwarded IP address for trusted proxy chains
    eileencodes authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ea57610 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    7fb95db View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    83d4bd1 View commit details
    Browse the repository at this point in the history
  2. remove more nils

    tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    77f3aab View commit details
    Browse the repository at this point in the history
  3. use session id objects

    tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    bb3d486 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b205ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c7e3b2 View commit details
    Browse the repository at this point in the history
  6. remove NullSession

    tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4e32262 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73a5f79 View commit details
    Browse the repository at this point in the history
  8. Add the private id

    tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    dc45a06 View commit details
    Browse the repository at this point in the history
  9. Fallback to the legacy id when the new id is not found

    This will avoid all session to be invalidated.
    rafaelfranca authored and tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    6a04bbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ba123d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e96e0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b1cab6 View commit details
    Browse the repository at this point in the history
  13. Introduce a new base class to avoid breaking when upgrading

    Third-party session store would still need to be chaged to be more
    secure but only upgrading rack will not break any application.
    rafaelfranca authored and tenderlove committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    f1a79b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Bumping version

    tenderlove committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    e7ee459 View commit details
    Browse the repository at this point in the history
Loading