| Commit message (Expand) | Author | Age | Files | Lines |
| * | http,stream: add writableEnded | Robert Nagy | 2019-08-17 | 1 | -3/+13 |
| * | stream: add writableFinished | zero1five | 2019-06-25 | 1 | -0/+10 |
| * | lib: enforce the use of Object from primordials | Michaƫl Zasso | 2019-04-12 | 1 | -0/+2 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -2/+2 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -1/+1 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -1/+1 |
| * | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -4/+4 |
| * | lib: use ES6 class inheritance style | Ruben Bridgewater | 2018-12-05 | 1 | -0/+1 |
| * | lib: remove `inherits()` usage | Ruben Bridgewater | 2018-12-05 | 1 | -2/+1 |
| * | stream: only check options once in Duplex ctor | Daniel Bevenius | 2018-04-28 | 1 | -8/+10 |
| * | net,stream: remove DuplexBase | Luigi Pinca | 2018-04-06 | 1 | -4/+22 |
| * | stream: make Duplex inherits from DuplexBase | Luigi Pinca | 2018-03-07 | 1 | -22/+4 |
| * | stream: updated streams error handling | Mathias Buus | 2018-03-06 | 1 | -7/+0 |
| * | stream: add no-half-open enforcer only if needed | Luigi Pinca | 2018-03-04 | 1 | -6/+5 |
| * | stream: rm {writeable/readable}State.length | Calvin Metcalf | 2017-12-18 | 1 | -1/+15 |
| * | stream: add flow and buffer properties to streams | Calvin Metcalf | 2017-12-15 | 1 | -0/+10 |
| * | stream: remove usage of *State.highWaterMark | Calvin Metcalf | 2017-11-15 | 1 | -5/+18 |
| * | stream: add destroy and _destroy methods. | Matteo Collina | 2017-05-22 | 1 | -0/+30 |
| * | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
| * | node: allow multiple arguments passed to nextTick | Trevor Norris | 2015-04-15 | 1 | -1/+5 |
| * | lib: use const to define constants | cjihrig | 2015-01-21 | 1 | -3/+4 |
| * | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -21/+0 |
| * | lib: turn on strict mode | Ben Noordhuis | 2014-11-22 | 1 | -0/+2 |
| * | lib: improved forEach object performance | Majid Arif Siddiqui | 2014-09-05 | 1 | -2/+4 |
| * | stdio: Set readable/writable flags properly | isaacs | 2013-01-17 | 1 | -0/+6 |
| * | streams2: Fix duplex no-half-open logic | isaacs | 2012-12-13 | 1 | -24/+3 |
| * | streams2: ctor guards on Stream classes | isaacs | 2012-12-13 | 1 | -0/+3 |
| * | streams2: The new stream base classes | isaacs | 2012-12-13 | 1 | -0/+81 |