indexzero
|
4f85ca04e4
|
[api doc test] node-http-proxy now emits websocket:* on important WebSocket events. Added tests for these features and updated some code docs
|
2011-06-26 10:52:22 -04:00 |
|
indexzero
|
b608a029f8
|
[minor] Add missing space
|
2011-06-23 04:34:47 -04:00 |
|
indexzero
|
887c5808c9
|
[refactor] Manage our own internal list of Agent instances
|
2011-05-25 00:48:44 -06:00 |
|
indexzero
|
028d2044e7
|
[fix] Change sec-websocket-location header when proxying WSS --> WS. Added test coverage for this scenario
|
2011-05-23 02:18:12 -04:00 |
|
indexzero
|
a86d18bc7f
|
[fix] Dont force Connection: close now that Keep-Alive is supported
|
2011-05-21 10:41:51 -04:00 |
|
indexzero
|
6fd272ac18
|
[doc] Update to v0.5.7 in code and README.md
|
2011-05-19 02:48:46 -04:00 |
|
indexzero
|
421895fa30
|
[api] Add x-forwarded-proto and x-forwarded-port to proxied HTTP requests
|
2011-05-19 02:43:41 -04:00 |
|
indexzero
|
e9b3ec9b1d
|
[fix] Set x-forwarded-for from req.connection.socket.remoteAddress if req.connection.remoteAddress is not defined
|
2011-05-19 02:27:38 -04:00 |
|
indexzero
|
5d2192e654
|
[api minor] Small refactor to emit webSocketProxyError from a single helper function on any of the various error events in the proxy chain
|
2011-05-19 01:53:55 -04:00 |
|
indexzero
|
652cca37ea
|
[api] Manual merge of #46: add custom proxyError event and enable production error handling.
|
2011-05-19 01:38:08 -04:00 |
|
indexzero
|
76580c292a
|
[fix doc] Add error handler to reverseProxy request when proxying WebSockets to prevent unhandled ParseError. Rename some variables in proxyWebSocketRequest to make the code more readable
|
2011-05-19 01:33:03 -04:00 |
|
indexzero
|
7bf0caef9f
|
[fix] Change variable references for Websockets, bugs found from using wsbench
|
2011-05-19 00:37:18 -04:00 |
|
indexzero
|
895f577744
|
[doc test api] Improve node-http-proxy API to allow for HTTPS to HTTP proxying scenarios. Update tests accordingly.
|
2011-05-18 21:05:44 -04:00 |
|
indexzero
|
03b9087446
|
[doc minor] Update docs and code docs for v0.5.3 release
|
2011-05-17 21:36:49 -04:00 |
|
indexzero
|
9c6c4b908b
|
[fix test api] Only change Origin headers in WebSocket requests when the changeOrigin option is set explicitly. Added tests to ensure Origin and sec-websocket-origin headers match when proxying websockets.
|
2011-05-17 21:29:00 -04:00 |
|
indexzero
|
44a85664a8
|
[test] Continued work around Origin mismatch tests
|
2011-05-17 21:03:02 -04:00 |
|
indexzero
|
85223ea080
|
[fix] Manage bookkeeping for incoming requests to the underlying sockets behind reverse proxied websocket events. Only use the appropriate variables in the closure scope of the upgrade event from this bookkeeping
|
2011-05-13 17:53:14 -04:00 |
|
indexzero
|
40dc9dee2d
|
Revert "Fixed "Invalid argument to getAgent" when proxying HTTP"
This reverts commit 642e15805dbd572835bb4fee9527e4f2da658833.
|
2011-05-10 15:29:03 -07:00 |
|
timmattison
|
642e15805d
|
Fixed "Invalid argument to getAgent" when proxying HTTP
|
2011-04-26 12:27:24 -04:00 |
|
indexzero
|
ddf31b22ec
|
[dist] Version bump. v0.5.0
|
2011-04-17 03:27:55 -04:00 |
|
indexzero
|
212009df6b
|
[doc api] Update README.md and CHANGELOG.md for v0.5.0. Update bin/node-http-proxy to read files specified in config.https
|
2011-04-17 03:11:06 -04:00 |
|
indexzero
|
bf68dc30a5
|
[api test doc] Improve HTTPS support. Update minor documentation. Change tests accordingly.
|
2011-04-17 02:20:36 -04:00 |
|
indexzero
|
cfddd12e82
|
[api] Update .proxyRequest() and .proxyWebSocketRequest() APIs to take an options hash instead of a set of arguments. Add HTTPS support.
|
2011-04-16 23:08:40 -04:00 |
|
indexzero
|
b0b0183c2b
|
[api] Update WebSocket support to use http.Agent APIs
|
2011-04-16 03:19:22 -04:00 |
|
indexzero
|
5681fc1a28
|
[api] Emit end event when done proxying
|
2011-04-15 21:09:54 -04:00 |
|
indexzero
|
a3cb527be5
|
[api] Update request event to be consistent by emitting both req and res. Add x-forwarded-for header.
|
2011-04-15 20:43:22 -04:00 |
|
indexzero
|
a89b3976b2
|
[api] Remove winston logging in favor of custom events
|
2011-04-15 20:22:22 -04:00 |
|
indexzero
|
a5d88aaacc
|
[dist] Version bump. 0.4.2. Remove eyes dependency.
|
2011-04-13 17:24:22 -04:00 |
|
indexzero
|
0d1a3fe995
|
[dist] Version bump. 0.4.1. Fix package.json
|
2011-03-20 16:42:06 -05:00 |
|
indexzero
|
1dd9b3b150
|
[minor] Expose version on module
|
2011-03-20 13:31:30 -05:00 |
|
indexzero
|
3fd3c96fa0
|
[api] Force connection header to be close until keep-alive is replemented
|
2011-03-20 13:17:15 -05:00 |
|
indexzero
|
571531820e
|
[doc api test] Wrap things up for v0.4.0 release: Add hostnameOnly routing to ProxyTable, add more documentation, fix edge-cases until they can be further investigated in node.js core
|
2011-03-10 08:22:50 -05:00 |
|
indexzero
|
4110448046
|
[doc api test] Rename HttpProxy.pause to HttpProxy.resume. Update documentation and tests accordingly
|
2011-03-09 23:53:41 -05:00 |
|
indexzero
|
973f19fd5a
|
[doc] Added more documentation
|
2011-03-09 21:41:54 -05:00 |
|
indexzero
|
d8c54063dc
|
[minor doc] Update demo and small fix to node-http-proxy
|
2011-03-09 17:40:43 -05:00 |
|
indexzero
|
389159da1b
|
[api test] All tests are passing when run as individual files
|
2011-03-09 16:25:32 -05:00 |
|
indexzero
|
e39a9f93d2
|
[api] Further work on refactor for node 0.4.0
|
2011-03-09 02:12:58 -05:00 |
|
indexzero
|
9faa924a29
|
[api] First pass at removing pool and working with node v0.4.0
|
2011-02-21 04:39:51 -05:00 |
|
indexzero
|
8251296d7f
|
[dist minor] Removed vendored pool. Changed all references of sys to util
|
2010-11-22 00:09:51 -05:00 |
|
indexzero
|
00014d624c
|
[api test bin doc] Added bin script and simple logging
|
2010-11-21 23:43:25 -05:00 |
|
indexzero
|
c06f4bf7fe
|
[test doc api] Added forward proxy functionality with tests
|
2010-11-21 22:41:47 -05:00 |
|
indexzero
|
bedc7a3ae5
|
[api test doc] Updated tests. Added ProxyTable functionality
|
2010-11-21 18:35:13 -05:00 |
|
indexzero
|
8c3e993833
|
[test] Simplified tests. Added tests for experimental websocket support
|
2010-11-21 02:07:07 -05:00 |
|
Fedor Indutny
|
f84880fcd9
|
No-server fix
|
2010-11-03 09:19:16 +06:00 |
|
indexzero
|
73381cf71a
|
[debug] Removed pool as a dependency for stress test
|
2010-09-22 02:37:25 -04:00 |
|
indexzero
|
32aaf74e95
|
[minor] Updated max clients for pool
|
2010-09-20 20:38:19 -04:00 |
|
indexzero
|
dd1918dc36
|
[debug] Better debug messages to try to determine if pool is slowly losing clients to forever busy
|
2010-09-17 13:09:43 -04:00 |
|
indexzero
|
7c2eb5de35
|
[api] pseduo-vendor pool until pull request is finalized
|
2010-09-17 01:30:52 -04:00 |
|
indexzero
|
3bb458e115
|
[api] Integrated commits from donnerjack and worked on pool changes
|
2010-09-16 23:43:55 -04:00 |
|
Fedor Indutny
|
7e61f0cf57
|
Moved error handling to response.on('end'), fixed error handling in websocket's part
|
2010-09-17 09:29:19 +07:00 |
|