summaryrefslogtreecommitdiff
path: root/lib/net.js
AgeCommit message (Expand)Author
2019-07-02net: replace _writableState.finished with writableFinishedRich Trott
2019-06-17net: 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
2018-11-15lib: gather all errors constant in the same place for consistencyZYSzys
2018-11-15net: always invoke after-write callbackAnna Henningsen
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen
2018-11-13net: add comments explaining error checkSteven Gabarro
2018-11-13net: remove unreachable check in internalConnectPhilipp Dunkel
2018-11-10net: partially revert "simplify Socket.prototype._final"Anna Henningsen
2018-11-10net: simplify Socket.prototype._finalAnna Henningsen
2018-11-05net: `net.Server.listen()` avoid operations on `null` when failOuyang Yadong
2018-10-27doc: update missing deprecationcjihrig
2018-10-25net: deprecate _setSimultaneousAccepts() undocumented functionJames M Snell
2018-10-11lib: http server, friendly error messagesSagi Tsofan
2018-10-10net: use connect() instead of connect.call()Jackson Tian
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell