0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[api breaking] Begin refactor to optimize node-http-proxy by managing one instance of HttpProxy per `host:port` location More... over 14 years ago
[dist] Version bump. 0.6.3 More... over 14 years ago
[test] Updates for readability More... over 14 years ago
[api] Expose adapted version of `stack` so it can be used with HttpProxy instances not created by `httpProxy.createServer()` More... over 14 years ago
Handle cases where res.write throws More... over 14 years ago
[minor dist] Use `pkginfo`. Minor updates to variable scoping in `.createServer()` More... over 14 years ago
[dist] bump version 0.6.2 More... over 14 years ago
[fix] fix syntax errors. close issue #86 More... over 14 years ago
[fix] Removed bad example. More... over 14 years ago
[dist] bump version 0.6.1 More... over 14 years ago
Merge branch 'patch-1' of https://github.com/KimSchneider/node-http-proxy closes #80 Conflicts: lib/node-http-proxy.js More... over 14 years ago
[api] merge middleware branch More... over 14 years ago
[style] tidy More... over 14 years ago
merged More... over 14 years ago
[fix] do not use middleware code if it's not needed More... over 14 years ago
[minor] add example to test concurrency More... over 14 years ago
The number of maxSockets has to be set after the agent is created. Setting the property in the constructor does not work. More... over 14 years ago
[doc] add note on middleware to Using node-http-proxy section of the README More... over 14 years ago
[api] refactor out middlewares from examples. More... over 14 years ago
[docs] add middleware examples (first draft) More... over 14 years ago
[fix] Dont use res.* in proxyWebSocketRequest More... over 14 years ago
[minor] Style updates and whitespace cleaning for consistency More... over 14 years ago
[minor] Added body decoder middleware example. Needs fixing. More... over 14 years ago
[fix] broken RegExp More... over 14 years ago
Tested & fixed url middleware example, added comments. More... over 14 years ago
[minor] code style changes More... over 14 years ago
[minor] minor fixes to gzip middleware example More... over 14 years ago
[doc] add comments to examples/url-middleware.js More... over 14 years ago
[minor] add url-proxying middleware example More... over 14 years ago
[doc] note in readme about middleware More... over 14 years ago