- 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