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: http-party/node-http-proxy Loading
base: v1.8.1
Choose a base ref
...
head repository: http-party/node-http-proxy Loading
compare: v1.9.0
Choose a head ref
  • 15 commits
  • 8 files changed
  • 6 contributors

Commits on Apr 21, 2014

  1. Update README.md for benchmarks

    Remove number of requests flag from `wrk` as it no longer exists. Swapped out for 5 minute duration.
    bkochendorfer committed Apr 21, 2014
    Configuration menu
    Copy the full SHA
    4947484 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Merge pull request #625 from bkochendorfer/master

    Update README.md for benchmarks
    indexzero committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    c82c9ec View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2014

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

Commits on Dec 22, 2014

  1. Merge pull request #756 from PanManAms/patch-1

    changed highlighted part - very minor
    jcrugzz committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    9ece52f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. fix "x-forwarded-proto" in node 0.12 and iojs

    The way to detect TLSSockets in node 0.12 and iojs has changed. You can
    just check `socket.encrypted` now :)
    
    Fixes #772
    feross committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    6d074ef View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Merge pull request #789 from feross/master

    fix "x-forwarded-proto" in node 0.12 and iojs
    jcrugzz committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    245d73a View commit details
    Browse the repository at this point in the history
  2. auth header added

    ashubham committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    ab5c3e5 View commit details
    Browse the repository at this point in the history
  3. auth header added tests

    ashubham committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    f55ffa3 View commit details
    Browse the repository at this point in the history
  4. added auth header test

    ashubham committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    df158bf View commit details
    Browse the repository at this point in the history
  5. added auth header test

    ashubham committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    ff1626f View commit details
    Browse the repository at this point in the history
  6. space instead of tabs

    ashubham committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    63c9262 View commit details
    Browse the repository at this point in the history
  7. space instead of tabs

    ashubham committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    7298510 View commit details
    Browse the repository at this point in the history
  8. end of file line space

    ashubham committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    e907d7b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #792 from ashubham/master

    Adding the nodejs0.12 auth option
    jcrugzz committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    507f818 View commit details
    Browse the repository at this point in the history
  10. [dist] Version bump. 1.9.0

    jcrugzz committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    87a92a7 View commit details
    Browse the repository at this point in the history
Loading