features
- [
7d79ddd
] - feat: exportHttpAgent
as standalone class to avoid namespace clutter and support ESM style imports (#119) (Radoslav Kirilov <[email protected]>)
others
- [
1e5e312
] - deps: remove debug and depd (#114) (fengmk2 <[email protected]>)
features
- [
c7c1e93
] - feat: return socket from createConnection (#113) (Nabeel Bukhari <[email protected]>)
others
- [
6f9852b
] - deps: [email protected] (#109) (Brian DeHamer <[email protected]>) - [
fd4bd9b
] - test: use npm install (#110) (fengmk2 <[email protected]>) - [
d52822c
] - chore: update contributors (fengmk2 <[email protected]>)
fixes
- [
8b13b5c
] - fix: explicitly set| undefined
in type definitions (#99) (Benoit Lemoine <[email protected]>)
fixes
- [
f418c67
] - fix: changefreeSocketTimeout
default value to 4000 (#102) (fengmk2 <[email protected]>)
others
- [
bc2a1ce
] - doc(readme): makingtimeout
's default clear (#100) (Aaron <[email protected]>)
fixes
- [
4d04794
] - fix(types): correctHttps
constructor argument (#89) (Simen Bekkhus <[email protected]>)
fixes
- [
4ba9f9c
] - fix: compatible with node v12.16.3 (#91) (killa <[email protected]>)
fixes
- [
de66b02
] - fix: detect http request timeout handler (#88) (fengmk2 <[email protected]>)
fixes
- [
bbd20c0
] - fix: definition error (#87) (吖猩 <[email protected]>)
others
- [
3b01699
] - test: run test on node 12 (#84) (Igor Savin <[email protected]>)
features
- [
fe33b80
] - feat: AddreusedSocket
property on client request (#82) (Weijia Wang <[email protected]>)
others
- [
77ba744
] - docs: fix grammar in readme (#81) (Herrington Darkholme <[email protected]>)
fixes
- [
56d4a9b
] - fix: HttpAgent export = internal (#74) (Andrew Leedham <[email protected]>)
fixes
- [
bad1ac0
] - fix: HttpsAgent Type Definition (#71) (#72) (Andrew Leedham <[email protected]>) - [
f48a4a7
] - fix: export interface (#70) (Vinay <[email protected]>)
others
- [
9124343
] - chore: add agent.options.keepAlive instead agent.keepAlive (fengmk2 <[email protected]>) - [
d177d40
] - test: add request timeout bigger than agent timeout cases (fengmk2 <[email protected]>)
features
- [
5c9f3bb
] - feat: impl the new Agent extend http.Agent (fengmk2 <[email protected]>)
others
- [
498c8f1
] - chore: move LICENSE from readme to file (fengmk2 <[email protected]>) - [
4f39894
] - bugfix: support agent.options.timeout on https agent (fengmk2 <[email protected]>)
fixes
- [
5751fc1
] - fix: sockLen being miscalculated when removing sockets (#60) (Ehden Sinai <[email protected]>)
fixes
- [
495f1ab
] - fix: add the lost npm files (#66) (Henry Zhuang <[email protected]>)
features
- [
16f5aea
] - feat: add typing define. (#65) (Henry Zhuang <[email protected]>)
others
- [
28fa062
] - docs: add "per host" to description of maxFreeSockets (tony-gutierrez <[email protected]>) - [
7df2577
] - test: run test on node 10 (#63) (fengmk2 <[email protected]>)
fixes
- [
4d3a3b1
] - fix: Handle ipv6 addresses in host-header correctly with TLS (#53) (Mattias Holmlund <[email protected]>)
others
- [
55a7a5c
] - test: stop timer after test end (fengmk2 <[email protected]>)
features
- [
bc7cadb
] - feat: use socket custom freeSocketKeepAliveTimeout first (#59) (fengmk2 <[email protected]>)
others
- [
138eda8
] - doc: fixkeepAliveMsecs
params description (#55) (Hongcai Deng <[email protected]>)
- feat: add statusChanged getter (#51)
- chore: format License
- feat: add expiring active sockets
- test: add node 8 (#49)
- feat: timeout support humanize ms (#48)
- fix: emit agent socket close event
- test: add remove excess calls to removeSocket
- test: use egg-ci
- test: refactor test with eslint rules
- feat: merge _http_agent.js from 7.2.1
- feat: Add browser shim (noop) for isomorphic use. (#39)
- chore: add security check badge
- https: fix ssl socket leak when keepalive is used
- chore: remove circle ci image
- fix: opened sockets number overflow maxSockets
- fix: pick _evictSession to httpsAgent
- test: add Circle ci
- test: add appveyor ci build
- refactor: make sure only one error listener
- chore: use codecov
- fix: handle idle socket error
- test: run on more node versions
- fix: add default error handler to avoid Unhandled error event throw
- fix: remove socket from freeSockets on 'timeout' (@pmalouin)
- fix: add timeoutSocketCount to getCurrentStatus()
- feat(getCurrentStatus): add getCurrentStatus
- fix: socket.destroyed always be undefined on 0.10.x
- Make it compatible with node v0.10.x (@lattmann)
- patch from iojs: don't overwrite servername option
- patch commits from joyent/node
- add max sockets test case
- add nagle algorithm delayed link
- allow set keepAliveTimeout = 0
- support timeout on working socket. fixed #6
- add some socket counter for deep monitor
- update _http_agent, only support 0.11+, only support node 0.11.0+
- support node 0.8 and node 0.10
- fix socket does not timeout bug, it will hang on life, must use 0.2.x on node 0.11
- use keepalive agent on node 0.11+ impl
- support coveralls
- add node 0.10 test
- add 0.8.22 original https.js
- add original http.js module to diff
- update jscover
- mv pem to fixtures
- add https agent usage