Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-25net: fix timeout with null handleAnatoli Papirovski
2017-10-24zlib: gracefully set windowBits from 8 to 9Myles Borins
2017-10-24child_process: add windowsHide optioncjihrig
2017-10-24http2: multiple style and performance updatesJames M Snell
2017-10-24http2: allow port 80 in http2.connectAnatoli Papirovski
2017-10-24http: do not blindly destroy UNIX domain socketsLuigi Pinca
2017-10-24http2: support generic `Duplex` streamsAnna Henningsen
2017-10-24tty,doc: add type-check to isattyBryan English
2017-10-24http2: small fixes to http2 coreAnatoli Papirovski
2017-10-24http2: remove unnecessary asserts in coreAnatoli Papirovski
2017-10-24http2: cleanup access via Symbols in coreAnatoli Papirovski
2017-10-24http2: slightly simplify stream destroyAnatoli Papirovski
2017-10-24module: fix main resolution and not found updatesGuy Bedford
2017-10-24tools: enable additional eslint rulesAnatoli Papirovski
2017-10-24lib: fix extraneous space in module.jsAnatoli Papirovski
2017-10-24http2: simplify te header validation, add testTrivikram Kamat
2017-10-24async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-24fs: account for buffer alloc failure in readFileAnna Henningsen
2017-10-24timers: fix eventloop blockzhangzifa
2017-10-23tls: properly track writeQueueSize during writesAnatoli Papirovski
2017-10-23net: fix timeouts during long writesAnatoli Papirovski
2017-10-23crypto: expose ECDH classBryan English
2017-10-23errors: make `code` and `name` properties settableJohn-David Dalton
2017-10-23errors: make properties mutableRich Trott
2017-10-23lib: faster type checks for some typesTimothy Gu
2017-10-23inspector: reimplement JS bindingTimothy Gu
2017-10-23module: add inspector to builtinLibsTimothy Gu
2017-10-18fs: remove no-longer-relevant commentBryan English
2017-10-18doc: Update a typo in module.js' commentsOrta
2017-10-18module: minor performance improvement243083df
2017-10-18module: allow loading files with % in the nameGuy Bedford
2017-10-18src: add internalBindings for binding isolationBradley Farias
2017-10-18repl: remove unused err argumentJon Moss
2017-10-18module: resolve and instantiate loader pipeline hooksguybedford
2017-10-18net: change assert to conform to other filesJames Hodgskiss
2017-10-18url: using util._extend for improving profermaceWeijia Wang
2017-10-11test: http2 client destroy tests in one fileTrivikram Kamat
2017-10-11http2: near full http1 compatibility, add testsAnatoli Papirovski
2017-10-11util: use faster -0 checkBrian White
2017-10-11async_hooks: fix reference in code commentBrian White
2017-10-11http2: refactor method arguments to avoid boolsJames M Snell
2017-10-11http2: setting shuttingDown=true after validationTrivikram Kamat
2017-10-11stream: fix disparity between buffer and the countjlvivero
2017-10-11stream: fix todoRuben Bridgewater
2017-10-11tty: require readline at top of fileBryan English
2017-10-11http2: adjust error emit in core, add testsAnatoli Papirovski
2017-10-11dgram: refactor SO_RCVBUF and SO_SNDBUF methodscjihrig
2017-10-11dgram: support for setting socket buffer sizeDamien O'Reilly
2017-10-04http: client keep-alive for UNIX domain socketsBryan English
2017-10-04async_hooks: consistent internal namingAndreas Madsen