| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: allow reading data into a static buffer | Brian White | 2019-08-23 | 1 | -37/+107 |
| * | net: use callback to properly propagate error | Robert Nagy | 2019-08-19 | 1 | -1/+1 |
| * | net: shallow copy option when create Server | himself65 | 2019-08-03 | 1 | -1/+1 |
| * | net: replace _writableState.finished with writableFinished | Rich Trott | 2019-06-26 | 1 | -1/+1 |
| * | net: make writeAfterFIN() return false | Luigi Pinca | 2019-06-04 | 1 | -0/+2 |
| * | src: move guessHandleType in the util binding | Joyee Cheung | 2019-04-20 | 1 | -2/+2 |
| * | lib: require globals instead of using the global proxy | Joyee Cheung | 2019-04-16 | 1 | -0/+1 |
| * | lib: enforce the use of Object from primordials | Michaƫl Zasso | 2019-04-12 | 1 | -0/+2 |
| * | net: inline maybeDestroy() | Luigi Pinca | 2019-04-11 | 1 | -12/+2 |
| * | lib: move DEP0021 to end of life | cjihrig | 2019-04-10 | 1 | -6/+0 |
| * | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -24/+25 |
| * | net: remove usage of require('util') | dnlup | 2019-03-30 | 1 | -12/+12 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -1/+1 |
| * | tools: enable getter-return lint rule | cjihrig | 2019-03-25 | 1 | -1/+1 |
| * | net: do not manipulate potential user code | Ruben Bridgewater | 2019-03-25 | 1 | -6/+0 |
| * | Revert "net: remove usage of require('util')" | Rich Trott | 2019-03-24 | 1 | -6/+4 |
| * | net: remove usage of require('util') | dnlup | 2019-03-25 | 1 | -4/+6 |
| * | lib: move extra properties into error creation | Ruben Bridgewater | 2019-03-21 | 1 | -8/+9 |
| * | net: some scattered cleanup | oyyd | 2019-03-15 | 1 | -9/+10 |
| * | lib: move DTRACE_* probes out of global scope | James M Snell | 2019-03-12 | 1 | -0/+4 |
| * | net: use kHandle symbol for accessing native handle | Anna Henningsen | 2019-03-10 | 1 | -5/+10 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -2/+2 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -4/+4 |
| * | lib: replace 'assert' with 'internal/assert' for many built-ins | Rich Trott | 2019-02-08 | 1 | -1/+1 |
| * | net,http2: merge setTimeout code | ZYSzys | 2019-01-27 | 1 | -28/+4 |
| * | http2: allow fully synchronous `_final()` | Anna Henningsen | 2019-01-23 | 1 | -1/+3 |
| * | net: use decodeStrings public API for writable stream | Rich Trott | 2018-12-26 | 1 | -3/+2 |
| * | net: check for close on stream, not parent | David Halls | 2018-12-26 | 1 | -2/+2 |
| * | lib: remove internal `util._extends()` usage | Ruben Bridgewater | 2018-12-20 | 1 | -1/+1 |
| * | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -5/+5 |
| * | net: use strict comparisons for fd | cjihrig | 2018-12-15 | 1 | -5/+2 |
| * | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -3/+3 |
| * | lib: remove some useless assignments | Gus Caplan | 2018-12-05 | 1 | -4/+0 |
| * | lib: use ES6 class inheritance style | Ruben Bridgewater | 2018-12-05 | 1 | -0/+1 |
| * | lib: remove `inherits()` usage | Ruben Bridgewater | 2018-12-05 | 1 | -1/+1 |
| * | net: emit "write after end" errors in the next tick | Ouyang Yadong | 2018-11-24 | 1 | -2/+1 |
| * | net,dgram: add ipv6Only option for net and dgram | Ouyang Yadong | 2018-11-22 | 1 | -15/+20 |
| * | net,http2: merge after-write code | Anna Henningsen | 2018-11-21 | 1 | -34/+6 |
| * | Revert "net: partially revert "simplify Socket.prototype._final"" | Anna Henningsen | 2018-11-16 | 1 | -6/+0 |
| * | lib: gather all errors constant in the same place for consistency | ZYSzys | 2018-11-15 | 1 | -18/+16 |
| * | net: always invoke after-write callback | Anna Henningsen | 2018-11-15 | 1 | -0/+2 |
| * | fs,net: standardize `pending` stream property | Anna Henningsen | 2018-11-13 | 1 | -1/+8 |
| * | net: add comments explaining error check | Steven Gabarro | 2018-11-13 | 1 | -0/+7 |
| * | net: remove unreachable check in internalConnect | Philipp Dunkel | 2018-11-13 | 1 | -4/+1 |
| * | net: partially revert "simplify Socket.prototype._final" | Anna Henningsen | 2018-11-10 | 1 | -0/+6 |
| * | net: simplify Socket.prototype._final | Anna Henningsen | 2018-11-10 | 1 | -23/+8 |
| * | net: `net.Server.listen()` avoid operations on `null` when fail | Ouyang Yadong | 2018-11-05 | 1 | -0/+7 |
| * | doc: update missing deprecation | cjihrig | 2018-10-27 | 1 | -2/+2 |
| * | net: deprecate _setSimultaneousAccepts() undocumented function | James M Snell | 2018-10-25 | 1 | -1/+15 |
| * | lib: http server, friendly error messages | Sagi Tsofan | 2018-10-11 | 1 | -3/+7 |