summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-12lib: deprecate fd usage for fs.truncate(Sync)r1cebank
2017-10-12src: add internalBindings for binding isolationBradley Farias
2017-10-12repl: remove unused err argumentJon Moss
2017-10-11repl: remove internal frames from runtime errorsLance Ball
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-10-10net: change assert to conform to other filesJames Hodgskiss
2017-10-10url: using util._extend for improving profermaceWeijia Wang
2017-10-09crypto: make createXYZ inlineableMatteo Collina
2017-10-07test: http2 client destroy tests in one fileTrivikram Kamat
2017-10-06http2: near full http1 compatibility, add testsAnatoli Papirovski
2017-10-04errors: make `code` and `name` properties settableJohn-David Dalton
2017-10-04errors: make properties mutableRich Trott
2017-10-04util: use faster -0 checkBrian White
2017-10-03async_hooks: fix reference in code commentBrian White
2017-10-02inspector: reimplement JS bindingTimothy Gu
2017-10-02module: add inspector to builtinLibsTimothy Gu
2017-10-02doc: fix unassigned deprecation codeJames M Snell
2017-10-02http2: refactor method arguments to avoid boolsJames M Snell
2017-10-02zlib: migrate to internal/errorsJames M Snell
2017-10-02path: deprecate internal _makeLong, replaceJames M Snell
2017-10-01http2: setting shuttingDown=true after validationTrivikram Kamat
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-10-01stream: fix disparity between buffer and the countjlvivero
2017-10-01tls: improve TLSSocket & Server performanceAnatoli Papirovski
2017-10-01crypto: remove useless if statementWeijia Wang
2017-10-01repl: fix deprecation codeRuben Bridgewater
2017-10-01stream: fix todoRuben Bridgewater
2017-10-01stream: migrate to internal/errorsRuben Bridgewater
2017-10-01stream: remove dead codeRuben Bridgewater
2017-10-01tty: require readline at top of fileBryan English
2017-10-01http2: adjust error emit in core, add testsAnatoli Papirovski
2017-09-30child_process: fix memory leak in .fork()Ben Noordhuis
2017-09-29timers: warn on overflowed timeout durationJeremiah Senkpiel
2017-09-28https: convert to using internal/errorsRami Moshe
2017-09-28errors,tools: ASCIIbetical instead of alphabeticalRefael Ackermann
2017-09-28http2: make --expose-http2 flag a non-opJames M Snell
2017-09-28repl: deprecate turnOffEditorModeLance Ball
2017-09-27http: client keep-alive for UNIX domain socketsBryan English
2017-09-27crypto: expose ECDH classBryan English
2017-09-27url: change variable name to be more descriptiveYang-Kichang
2017-09-26path: fix normalize paths ending with two dotsMichaƫl Zasso
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-25http2: fix compat stream read handling, add testsAnatoli Papirovski
2017-09-24errors: replace `.split()` with `.replace()`Rich Trott
2017-09-24errors: refactor `invalidArgType()`Rich Trott
2017-09-24http2: remove unused onTimeout, add timeout testsAnatoli Papirovski
2017-09-24tls,doc: fix unallocated deprecation codeJames M Snell
2017-09-23async_hooks: support promise resolve hookAnna Henningsen
2017-09-22module: deprecate Module._debugJackson Tian
2017-09-22tls: prefer path over port in connectBryan English