Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Forwarded, X-Forwarded-Scheme and X-Forwarded-Host for better scheme and host resolution #1881

Merged
merged 26 commits into from
May 22, 2017

Commits on May 10, 2017

  1. #1134 Support X-Forwarded-* and Forwarded implicitly

    Evert Lammerts committed May 10, 2017
    Configuration menu
    Copy the full SHA
    b1043b4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. #1134 tests

    Evert Lammerts committed May 11, 2017
    Configuration menu
    Copy the full SHA
    85fcdfc View commit details
    Browse the repository at this point in the history
  2. added myself to contributors

    Evert Lammerts committed May 11, 2017
    Configuration menu
    Copy the full SHA
    be95cb4 View commit details
    Browse the repository at this point in the history
  3. added line to changes.rst

    Evert Lammerts committed May 11, 2017
    Configuration menu
    Copy the full SHA
    9554ce0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

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

Commits on May 14, 2017

  1. Update CHANGES.rst

    evertlammerts authored May 14, 2017
    Configuration menu
    Copy the full SHA
    76b1624 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.rst

    evertlammerts authored May 14, 2017
    Configuration menu
    Copy the full SHA
    1f79171 View commit details
    Browse the repository at this point in the history
  3. deprecating secure_proxy_ssl_header

    Evert Lammerts committed May 14, 2017
    Configuration menu
    Copy the full SHA
    c2848ed View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Merge https://github.com/aio-libs/aiohttp

    Evert Lammerts committed May 20, 2017
    Configuration menu
    Copy the full SHA
    6d37b83 View commit details
    Browse the repository at this point in the history
  2. more extensive Forwarded parsing

    Evert Lammerts committed May 20, 2017
    Configuration menu
    Copy the full SHA
    73d4121 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. flake

    Evert Lammerts committed May 21, 2017
    Configuration menu
    Copy the full SHA
    0cb4b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee65a4 View commit details
    Browse the repository at this point in the history
  3. Fix #1839: python 3.7 regression for regexp escaping (#1908)

    * Fix #1839: python 3.7 regression for regexp escaping
    
    * Fix import sort order
    asvetlov authored May 21, 2017
    Configuration menu
    Copy the full SHA
    e5c7bfe View commit details
    Browse the repository at this point in the history
  4. small changes

    Evert Lammerts committed May 21, 2017
    Configuration menu
    Copy the full SHA
    2b33c7d View commit details
    Browse the repository at this point in the history
  5. unpacking tuple implicit

    Evert Lammerts committed May 21, 2017
    Configuration menu
    Copy the full SHA
    15462c2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. #1134 Support X-Forwarded-* and Forwarded implicitly

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    b672b16 View commit details
    Browse the repository at this point in the history
  2. #1134 tests

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    105c9ed View commit details
    Browse the repository at this point in the history
  3. added myself to contributors

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    145f31f View commit details
    Browse the repository at this point in the history
  4. added line to changes.rst

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    b2a0cc5 View commit details
    Browse the repository at this point in the history
  5. deprecating secure_proxy_ssl_header

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    09cd914 View commit details
    Browse the repository at this point in the history
  6. more extensive Forwarded parsing

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    df470cd View commit details
    Browse the repository at this point in the history
  7. flake

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    5560bab View commit details
    Browse the repository at this point in the history
  8. small changes

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    ef0c597 View commit details
    Browse the repository at this point in the history
  9. unpacking tuple implicit

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    cd643a7 View commit details
    Browse the repository at this point in the history
  10. handling multiple field-values, fixed quoted-pair bug (now using vcha…

    …r instead of tchar), changed return type of forwarded
    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    d1ba86b View commit details
    Browse the repository at this point in the history
  11. merge conflict

    Evert Lammerts committed May 22, 2017
    Configuration menu
    Copy the full SHA
    8ede7d2 View commit details
    Browse the repository at this point in the history