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.0.2
Choose a base ref
...
head repository: http-party/node-http-proxy Loading
compare: v1.0.3
Choose a head ref
  • 13 commits
  • 5 files changed
  • 5 contributors

Commits on Feb 5, 2014

  1. Fix doc: option lines

    ozh committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    80f645c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #575 from ozh/patch-2

    Fix doc: option lines
    jcrugzz committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    81daf26 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Add Repository field to package.json

    Seeing "npm WARN package.json [email protected] No repository field." makes me anxious and its such an easy action to add a repo field to the package.json.
    Topher Bullock committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    7923cf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. @xtreme-topher-bullock - update package.json to have proper repositor…

    …y key and formatting
    @xtreme-topher-bullock / @xtreme-todd-ritchie committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    68fa17b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2014

  1. Merge pull request #578 from xtreme-topher-bullock/patch-1

    Add Repository field to package.json
    jcrugzz committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    1067054 View commit details
    Browse the repository at this point in the history
  2. Add support for localAddress

    When we make outgoing requests, we may want to bind to a specific local
    address. This change allows the localAddress property to be specified
    via the options object.
    sberan committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    e633b0f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2014

  1. Fix for #591

    Fix for proxy crash if `HOST` header is not defined bug #591.
    SkeLLLa committed Feb 26, 2014
    Configuration menu
    Copy the full SHA
    99f7572 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

  1. Merge pull request #592 from SkeLLLa/patch-1

    Fix for #591
    jcrugzz committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    c22610a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. [api] add toProxy method to allow absolute URLs to be sent when sendi…

    …ng to another proxy fixes #603
    jcrugzz committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    a7b16eb View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    89a22bc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'customizeOutgoingAddress' of github.com:sberan/node-htt…

    …p-proxy into sberan-customizeOutgoingAddress
    
    Conflicts:
    	lib/http-proxy.js
    	lib/http-proxy/common.js
    jcrugzz committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    5251a23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ece85b4 View commit details
    Browse the repository at this point in the history
  5. [dist] Version bump. 1.0.3

    jcrugzz committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    07fceb7 View commit details
    Browse the repository at this point in the history
Loading