| Commit message (Expand) | Author | Age | Files | Lines |
* | async_wrap: add provider types for net server | Andreas Madsen | 2017-11-28 | 1 | -10/+22 |
* | net: remove deprecated getters for internals | Anna Henningsen | 2017-11-22 | 1 | -28/+0 |
* | async_hooks: deprecate undocumented API | Andreas Madsen | 2017-11-20 | 1 | -1/+1 |
* | lib: improve the usage of TypeError[INVALID_ARG_TYPE] | Weijia Wang | 2017-11-12 | 1 | -2/+2 |
* | test,net: remove scatological terminology | Rich Trott | 2017-11-01 | 1 | -1/+1 |
* | net: fix timeout with null handle | Anatoli Papirovski | 2017-10-25 | 1 | -7/+9 |
* | net: fix timeouts during long writes | Anatoli Papirovski | 2017-10-21 | 1 | -0/+8 |
* | lib: refactor wrap_js_stream for ES6/readability | Anna Henningsen | 2017-10-19 | 1 | -1/+1 |
* | lib: use destructuring for some constants | Weijia Wang | 2017-10-16 | 1 | -12/+9 |
* | net: convert to using internal/errors | matzavinos | 2017-10-15 | 1 | -14/+28 |
* | net: change assert to conform to other files | James Hodgskiss | 2017-10-10 | 1 | -2/+2 |
* | child_process: fix memory leak in .fork() | Ben Noordhuis | 2017-09-30 | 1 | -0/+4 |
* | net: support passing null to listen() | cjihrig | 2017-09-22 | 1 | -4/+5 |
* | net: multiple listen() events fail silently | Eduard Bondarenko | 2017-09-04 | 1 | -0/+4 |
* | net: check EADDRINUSE after binding localPort | Joyee Cheung | 2017-09-03 | 1 | -14/+23 |
* | net: move debug statement | Brian White | 2017-08-26 | 1 | -3/+2 |
* | uv: improvements to process.binding('uv') | James M Snell | 2017-08-23 | 1 | -4/+8 |
* | net: use rest parameters instead of arguments | Tobias Nießen | 2017-08-10 | 1 | -17/+5 |
* | doc,net: assign deprecation code | Anna Henningsen | 2017-08-02 | 1 | -5/+5 |
* | net: fix bytesWritten during writev | Brendan Ashworth | 2017-07-29 | 1 | -2/+13 |
* | net,child_process: improve naming in internal code | Anna Henningsen | 2017-07-26 | 1 | -18/+46 |
* | lib: adjust indentation for impending lint change | Rich Trott | 2017-07-24 | 1 | -3/+3 |
* | lib: improve lazy requires | Ruben Bridgewater | 2017-07-19 | 1 | -12/+5 |
* | lib: update indentation of ternaries | Rich Trott | 2017-07-17 | 1 | -1/+1 |
* | async-hooks,net: ensure asyncId=null if no handle | Matt Sergeant | 2017-07-05 | 1 | -1/+2 |
* | benchmark,lib,test: use braces for multiline block | Rich Trott | 2017-06-23 | 1 | -4/+8 |
* | net: fix abort on bad address input | Ruben Bridgewater | 2017-06-19 | 1 | -3/+11 |
* | src,lib,test,doc: correct misspellings | Roman Reiss | 2017-06-17 | 1 | -2/+2 |
* | net: return this from getConnections() | Sam Roberts | 2017-06-14 | 1 | -1/+4 |
* | lib: return this from net.Socket.end() | Sam Roberts | 2017-06-07 | 1 | -0/+2 |
* | net: fix permanent deopt | Brian White | 2017-06-05 | 1 | -2/+2 |
* | lib,src: improve writev() performance for Buffers | Brian White | 2017-05-26 | 1 | -6/+15 |
* | Revert "net: remove unnecessary process.nextTick()" | Evan Lucas | 2017-05-23 | 1 | -1/+4 |
* | stream: add destroy and _destroy methods. | Matteo Collina | 2017-05-22 | 1 | -47/+15 |
* | net: add symbol to normalized connect() args | cjihrig | 2017-05-19 | 1 | -4/+12 |
* | lib: implement async_hooks API in core | Trevor Norris | 2017-05-10 | 1 | -5/+40 |
* | net: check and throw on error for getsockname | Daniel Bevenius | 2017-05-09 | 1 | -2/+4 |
* | net: ensure net.connect calls Socket connect | Thomas Watson | 2017-05-08 | 1 | -14/+18 |
* | net: fix permanent deoptimizations | Brian White | 2017-04-30 | 1 | -16/+17 |
* | net: require 'dns' only once | Ben Noordhuis | 2017-04-18 | 1 | -3/+11 |
* | net: don't normalize twice in Socket#connect() | Ben Noordhuis | 2017-04-18 | 1 | -2/+6 |
* | net: don't concatenate strings in debug logging | Ben Noordhuis | 2017-04-18 | 1 | -3/+3 |
* | net: remove unnecessary process.nextTick() | Ben Noordhuis | 2017-04-18 | 1 | -4/+1 |
* | net: don't create unnecessary closure | Ben Noordhuis | 2017-04-18 | 1 | -10/+4 |
* | net: don't create unnecessary closure | Ben Noordhuis | 2017-04-18 | 1 | -3/+3 |
* | tools,lib: enable strict equality lint rule | Rich Trott | 2017-04-18 | 1 | -2/+3 |
* | net: refactor onSlaveClose in Server.close | Claudio Rodriguez | 2017-04-18 | 1 | -8/+6 |
* | net: rename internal functions for readability | Joyee Cheung | 2017-04-02 | 1 | -30/+43 |
* | net: refactor net module to module.exports | Claudio Rodriguez | 2017-03-26 | 1 | -32/+34 |
* | net: avoid using forEach | James M Snell | 2017-03-17 | 1 | -6/+5 |