All Versions
96
Latest Version
Avg Release Cycle
82 days
Latest Release
1882 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v0.4.1 Changes
March 20, 2011Commits
- 📦 [dist] Version bump. 0.4.1. Fix package.json
0d1a3fe
- 📦 [dist] Version bump. 0.4.1. Fix package.json
-
v0.4.0 Changes
March 20, 2011Commits
- 🔨 [api] Further work on refactor for node 0.4.0
e39a9f9
- 📚 [doc] Added docco generated literate coding documentation
3bc7d16
- 📚 [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
5715318
- [api] First pass at removing pool and working with node v0.4.0
9faa924
- 📚 [doc api test] Rename HttpProxy.pause to HttpProxy.resume. Update documentation and tests accordingly
4110448
- 📚 [doc] Added more documentation
973f19f
- 📄 [doc] Regenerate docco docs
6c42f04
- [api] Force connection header to be
close
until keep-alive is replemented3fd3c96
- [dist] Version bump. 0.4.0
cbb5fbc
- ✅ [api test] All tests are passing when run as individual files
389159d
- ⚡️ [minor doc] Update demo and small fix to node-http-proxy
d8c5406
- 📜 [fix] Fixed cli parsing issue when --argument=value is not used
34cba38
- ⚡️ [test] Small update to proxy-table-test.js
3588687
- [minor] Expose version on module
1dd9b3b
- ⚡️ [doc] Update to v0.3.1 in README.md
8ef2e1f
- 📦 [dist] Change package.json for npm version bump
0e7f362
- 🔨 [api] Further work on refactor for node 0.4.0
-
v0.3.1 Changes
November 22, 2010Commits
- ⚡️ [api test doc] Updated tests. Added ProxyTable functionality
bedc7a3
- ✅ [test] Simplified tests. Added tests for experimental websocket support
8c3e993
- ✅ [test doc api] Added forward proxy functionality with tests
c06f4bf
- 🚚 [dist minor] Removed vendored pool. Changed all references of sys to util
8251296
- 🛠 WebSocket proxy support, fixed 304 code halting
7249ef3
- [api] pseduo-vendor pool until pull request is finalized
7c2eb5d
- No-server fix
f84880f
- ✅ [api test bin doc] Added bin script and simple logging
00014d6
- 🚚 [debug] Removed pool as a dependency for stress test
73381cf
- 'end' event becomes 'close', added more try-catch handling
cd78af5
- ➕ Added support of automatic websocket tunneling, added test for it
56003b5
- 👍 [debug] Better debug messages to try to determine if pool is slowly losing clients to forever busy
dd1918d
- [doc dist] Version bump. Added CHANGELOG.md
de53d5e
- 🚚 Moved error handling to response.on('end'), fixed error handling in websocket's part
7e61f0c
- [minor] Pushing hot-fix from Mikeal for vendored pool repo
60791f3
- [api] Integrated commits from donnerjack and worked on pool changes
3bb458e
- ⚡️ [doc] Updated Copyright ... added Fedor
9128a8c
- [minor] Listen to error event on pool so we dont fail out unexpectedly anymore
711258e
- ➕ adding more debugging messages
5d54ea5
- ➕ adding some debug messages for live testing
4069a7e
- [minor] Listen to error events re-emitted by pool into the ClientRequest
f8bff4c
- ⚡️ [minor] Updated max clients for pool
32aaf74
- [debug] Trying to repair pool busy client growth
7b0ea85
- [debug] Roll back last commit ... connection = close was ineffective
266e524
- ⚡️ [api test doc] Updated tests. Added ProxyTable functionality
-
v0.3.0 Changes
September 10, 2010 -
v0.2.0 Changes
September 07, 2010Commits
- ⚡️ [dist] Version bump and update to README + LICENCE. Word to Mikeal for coming thru for 0.2.0
69c162d
- 🔀 [api dist] Merge of branch 0.2.0
fd61828
- 🔨 [api] Completely refactored node-http-proxy with help from Mikeal
1221939
- 🚚 [api minor debug] Remove debug code, set Connection header if not set
6d08f24
- ✅ [debug] Added some debugging to figure out why AB wont complete a test with v0.2.0
9715ebd
- [api] Integrated a little more from Mikeal to make our return headers consistent
eb39018
- ⚡️ [doc] Updated README.md
f291efb
- ⚡️ [dist] Version bump and update to README + LICENCE. Word to Mikeal for coming thru for 0.2.0
-
v0.1.5 Changes
September 02, 2010Commits
- [api] More changes for createServer api
5d94ae2
- ➕ added colors and asciimo
d490b50
- [api] First commit of http-proxy
30b68c1
- ⚡️ updating demo
c4b7c0d
- 🎉 initial release v0.1.0, sure to have many updates coming.
85f7372
- fleshing out demo
994f748
- 📄 [docs] added benchmarks
bbed176
- ⚡️ updated paths to use npm
972c8c0
- ➕ added spark demo
d0ad931
- ⚡️ [test] Updated tests to include support for latent requests
095e86a
- ✅ started to flesh out simple demo based on tests
2fb5ffb
- ➕ added createServer but hated it, gonna remove
b1eb13e
- ⚡️ [test] Updated node-http-proxy tests
2f265a2
- ⚡️ [api] Updated request hashes to use a unique identifier
c887a75
- ⚡️ [api] Updated http-proxy to work with vows
ead7567
- ⚡️ [dist] Renamed node-proxy to node-http-proxy, updated package.json
2f49810
- ⚡️ updating docs, almost there
6e651f4
- ⚡️ changed api to better reflect nodes api. updated demos, tests, docs
bde98f4
- ⚡️ updating docs
341bbd4
- 🛠 fixed npm package, i think. bumped version 0.1.1
fca40da
- ⚡️ updated demo
b622702
- ➕ added readme
d6a2f8a
- [api] Corrected chain of argument passing
da55777
- ⚡️ updated demo
e9511ea
- 🚀 [deploy] Added package.json
dce80b9
- ⚡️ updated readme
76d0649
- ⚡️ update to docs and package.json
d15bba4
- 🚚 [minor] Removed eyes dependency
eaeed83
- 🔀 merge
93505a4
- 🛠 fixed additional port / server mismatches for new api
15c18b6
- [doc] added nodejitsu.com link to ReadMe. http-proxy is used in our front facing load-balancers. look for bugs...try to improve benchmarks.... _^
6661753
- ✂ removed extra self, updated colors requirement, bumped to version 0.1.3
9bc5b6f
- 🛠 fixed pathing issue, bumped version 0.1.3
ede6490
- ⚡️ updated docs
07d96bb
- ⚡️ updated docs
1594367
- ⚡️ updated readme
fb8c5ab
- ⚡️ updated docs
17b6c69
- ⚡️ updated docs
c8dd8c4
- ⚡️ updated package.json again
ddba155
- 🎉 initial release v0.1.0, sure to have many updates coming.
6a1baa2
- ⬆️ bumped to version 0.1.5
b195a16
- ⚡️ updated readme
9aa2216
- ➕ added spark demo
d408e39
- ⬆️ bumped to version 0.1.4. improved on api
82b8228
- 🎉 initial release v0.1.0, sure to have many updates coming.
1e04552
- ⚡️ updated readme
0a2eaaa
- ⚡️ updating docs
198000f
- [api] Added createServer api to node-http-proxy
2e2b55f
- [api] More changes for createServer api