-
Notifications
You must be signed in to change notification settings - Fork 277
Comparing changes
Open a pull request
base repository: TooTallNate/proxy-agents
base: 2.2.2
head repository: TooTallNate/proxy-agents
compare: 2.2.3
- 17 commits
- 6 files changed
- 5 contributors
Commits on Aug 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c17ccdc - Browse repository at this point
Copy the full SHA c17ccdcView commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d0e3c18 - Browse repository at this point
Copy the full SHA d0e3c18View commit details -
Node.js < 4.5.0 is no longer supported as per a2779222.
Configuration menu - View commit details
-
Copy full SHA for 46aad09 - Browse repository at this point
Copy the full SHA 46aad09View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2629ba6 - Browse repository at this point
Copy the full SHA 2629ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3535951 - Browse repository at this point
Copy the full SHA 3535951View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 2590f76 - Browse repository at this point
Copy the full SHA 2590f76View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for c7d8161 - Browse repository at this point
Copy the full SHA c7d8161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590bc8b - Browse repository at this point
Copy the full SHA 590bc8bView commit details -
[TypeScript] Allow
portto 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
Configuration menu - View commit details
-
Copy full SHA for 2170151 - Browse repository at this point
Copy the full SHA 2170151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c804a2 - Browse repository at this point
Copy the full SHA 6c804a2View commit details -
* Revert "Meh…" This reverts commit 2590f76. * Test on macOS and Windows
Configuration menu - View commit details
-
Copy full SHA for 5252bb9 - Browse repository at this point
Copy the full SHA 5252bb9View commit details
Commits on Oct 7, 2019
-
Use an
EventEmitterto 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
2Configuration menu - View commit details
-
Copy full SHA for 36d8cf5 - Browse repository at this point
Copy the full SHA 36d8cf5View commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1e34e0d - Browse repository at this point
Copy the full SHA 1e34e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb837b9 - Browse repository at this point
Copy the full SHA bb837b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f56fa - Browse repository at this point
Copy the full SHA f5f56faView commit details -
Revert "Use Mocha 5 for Node 4 support"
This reverts commit 1e34e0d.
Configuration menu - View commit details
-
Copy full SHA for 850b835 - Browse repository at this point
Copy the full SHA 850b835View commit details
Commits on Oct 22, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for 0d8e8bf - Browse repository at this point
Copy the full SHA 0d8e8bfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.2...2.2.3