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
AgeCommit message (Expand)Author
2017-10-24http2: multiple style and performance updatesJames M Snell
2017-10-24http2: allow port 80 in http2.connectAnatoli Papirovski
2017-10-24http2: support generic `Duplex` streamsAnna Henningsen
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-24http2: simplify te header validation, add testTrivikram Kamat
2017-10-24async_hooks: skip runtime checks when disabledAndreas Madsen
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-23module: add inspector to builtinLibsTimothy Gu
2017-10-18module: allow loading files with % in the nameGuy Bedford
2017-10-18src: add internalBindings for binding isolationBradley Farias
2017-10-18module: resolve and instantiate loader pipeline hooksguybedford
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-11http2: refactor method arguments to avoid boolsJames M Snell
2017-10-11http2: setting shuttingDown=true after validationTrivikram Kamat
2017-10-11http2: adjust error emit in core, add testsAnatoli Papirovski
2017-10-04async_hooks: consistent internal namingAndreas Madsen
2017-09-25http2: fix compat stream read handling, add testsAnatoli Papirovski
2017-09-25http2: remove unused onTimeout, add timeout testsAnatoli Papirovski
2017-09-25http2: small fixes to compatibility layerAnatoli Papirovski
2017-09-25errors: remove duplicate error definitionJon Moss
2017-09-25errors: eliminate circular dependency on assertJames M Snell
2017-09-25errors,tools: alphabetize-errors lint ruleJon Moss
2017-09-21assert: improve AssertionError in case of "Errors"Ruben Bridgewater
2017-09-21lib: improve lazy requiresRuben Bridgewater
2017-09-21inspector: break in eval scriptEugene Ostroukhov
2017-09-21util: add fast internal array join methodRuben Bridgewater
2017-09-21http2: add tests for push stream error handlingAnatoli Papirovski
2017-09-20errors: fix ERR_MODULE_RESOLUTION_LEGACY messageTobias Nießen
2017-09-20lib,src: fix consistent spacing inside bracesJames M Snell
2017-09-20http2: fix subsequent end calls to not throwAnatoli Papirovski
2017-09-20http2: correct behaviour for enablePush unpackAnatoli Papirovski
2017-09-20http2: cleanup of h2 compat layer, add testsAnatoli Papirovski
2017-09-20http2: improve http2 coverageJames M Snell
2017-09-20http2: custom promisify for http2.connectJames M Snell
2017-09-20http2: emit close event if request abortedAnatoli Papirovski
2017-09-20lib: refactor console startupRuben Bridgewater
2017-09-20http2: expand list of known headersAnatoli Papirovski
2017-09-14errors: backport ERR_INVALID_PROTOCOL to v8.xMyles Borins
2017-09-12http2: fix refs to status 205, add testsAnatoli Papirovski
2017-09-12http2: store headersSent after stream destroyedAnatoli Papirovski
2017-09-12module: Allow runMain to be ESMBradley Farias