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: TooTallNate/proxy-agents
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.2
Choose a base ref
...
head repository: TooTallNate/proxy-agents
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.3
Choose a head ref
  • 17 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 27, 2019

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

Commits on Oct 4, 2019

  1. Update proxy to v1.0.0

    TooTallNate committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    d0e3c18 View commit details
    Browse the repository at this point in the history
  2. Remove unreachable code

    Node.js < 4.5.0 is no longer supported as per
    a2779222.
    lpinca authored and TooTallNate committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    46aad09 View commit details
    Browse the repository at this point in the history
  3. Fix compatibility with Node.js >= 10.0.0

    Resume the socket after the `'socket'` event is emitted on the
    `ClientRequest` object.
    
    Refs: nodejs/node#24474 (comment)
    Fixes: #58
    lpinca authored and TooTallNate committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    2629ba6 View commit details
    Browse the repository at this point in the history
  4. Test on Node.js 10 and 12

    lpinca authored and TooTallNate committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    3535951 View commit details
    Browse the repository at this point in the history
  5. Meh…

    TooTallNate committed Oct 4, 2019
    1 Configuration menu
    Copy the full SHA
    2590f76 View commit details
    Browse the repository at this point in the history
  6. Fix compatibility with Node.js >= 10.0.0 (#73)

    Resume the socket after the `'socket'` event is emitted on the
    `ClientRequest` object.
    
    Fixes: #58
    Refs: nodejs/node#24474 (comment)
    TooTallNate committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    c7d8161 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    590bc8b View commit details
    Browse the repository at this point in the history
  8. [TypeScript] Allow port to be a string (#72)

    Fixing a regression spotted in pnpm: pnpm/pnpm#1905
    
    The port in the Node.js URL object is a string, so it is more convenient to
    use string for the port.
    
    https://nodejs.org/api/url.html#url_url_port
    zkochan authored and TooTallNate committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    2170151 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c804a2 View commit details
    Browse the repository at this point in the history
  10. Revert "Meh…" (#79)

    * Revert "Meh…"
    
    This reverts commit 2590f76.
    
    * Test on macOS and Windows
    lpinca authored and TooTallNate committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    5252bb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Use an EventEmitter to replay failed proxy connect HTTP requests (#77)

    * Use an `EventEmitter` to replay failed proxy connect HTTP requests
    
    This is a fix for https://hackerone.com/reports/541502.
    
    Aborts the upstream proxy connection and instead uses a vanilla
    `EventEmitter` instance to replay the "data" events on to. This way,
    the node core `http` Client doesn't attempt to write the HTTP request
    that is intended to go to the destination server to the proxy server.
    
    Closes #76.
    
    * Adjust comment
    TooTallNate authored Oct 7, 2019
    2 Configuration menu
    Copy the full SHA
    36d8cf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    1e34e0d View commit details
    Browse the repository at this point in the history
  2. Revert "Remove Node 4 from Travis"

    This reverts commit 6c804a2.
    TooTallNate committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    bb837b9 View commit details
    Browse the repository at this point in the history
  3. Remove Node 4 from Travis

    TooTallNate committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    f5f56fa View commit details
    Browse the repository at this point in the history
  4. Revert "Use Mocha 5 for Node 4 support"

    This reverts commit 1e34e0d.
    TooTallNate committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    850b835 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. 2.2.3

    TooTallNate committed Oct 22, 2019
    1 Configuration menu
    Copy the full SHA
    0d8e8bf View commit details
    Browse the repository at this point in the history
Loading