summaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
2019-12-03net: implement capture rejections for 'connection' eventMatteo Collina
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24net: replaced vars to lets and constsnathias
2019-11-19net: destructure primordialsGuilherme Goncalves
2019-10-12net: treat ENOTCONN at shutdown as successAnna Henningsen
2019-10-03net: emit close on unconnected socketRobert Nagy
2019-09-24stream: cleanup use of internal ended stateChetan Karande
2019-08-23net: allow reading data into a static bufferBrian White
2019-08-19net: use callback to properly propagate errorRobert Nagy
2019-08-03net: shallow copy option when create Serverhimself65
2019-06-26net: replace _writableState.finished with writableFinishedRich Trott
2019-06-04net: make writeAfterFIN() return falseLuigi Pinca
2019-04-20src: move guessHandleType in the util bindingJoyee Cheung
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-11net: inline maybeDestroy()Luigi Pinca
2019-04-10lib: move DEP0021 to end of lifecjihrig
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-30net: remove usage of require('util')dnlup
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-25tools: enable getter-return lint rulecjihrig
2019-03-25net: do not manipulate potential user codeRuben Bridgewater
2019-03-24Revert "net: remove usage of require('util')"Rich Trott
2019-03-25net: remove usage of require('util')dnlup
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-03-15net: some scattered cleanupoyyd
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-10net: use kHandle symbol for accessing native handleAnna Henningsen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-01-27net,http2: merge setTimeout codeZYSzys
2019-01-23http2: allow fully synchronous `_final()`Anna Henningsen
2018-12-26net: use decodeStrings public API for writable streamRich Trott
2018-12-26net: check for close on stream, not parentDavid Halls
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-15net: use strict comparisons for fdcjihrig
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05lib: remove some useless assignmentsGus Caplan
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-24net: emit "write after end" errors in the next tickOuyang Yadong
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-11-21net,http2: merge after-write codeAnna Henningsen
2018-11-16Revert "net: partially revert "simplify Socket.prototype._final""Anna Henningsen