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-25net: fix timeout with null handleAnatoli Papirovski
2017-10-25test: make test-v8-serdes work without stdinAnna Henningsen
2017-10-25test: call toLowerCase on the resolved moduleDaniel Bevenius
2017-10-25test: allow for different nsswitch.conf settingsDaniel Bevenius
2017-10-25test: add missing assertioncjihrig
2017-10-25doc: fix spelling in v8.8.0 changelogMyles Borins
2017-10-25doc: remove loader hooks from unsupported featuresTeppei Sato
2017-10-25doc: fix wrong URLJon Moss
2017-10-25doc: fix typo in changelog for 8.8.0Alec Perkins
2017-10-25doc: fix missing newline characterDaijiro Wachi
2017-10-25doc: fix doc stylesDaijiro Wachi
2017-10-25doc: add recommendations for first timersRefael Ackermann
2017-10-25doc: fix typo in zlib.mdLuigi Pinca
2017-10-25Working on v8.8.1Myles Borins
2017-10-242017-10-24, Node.js Version 8.8.0 (Current)v8.8.0Myles Borins
2017-10-24zlib: gracefully set windowBits from 8 to 9Myles Borins
2017-10-24src: combine loops in CopyJsStringArray()cjihrig
2017-10-24src: increase usage of context in spawn_sync.cccjihrig
2017-10-24src: increase usage of context in process_wrap.cccjihrig
2017-10-24child_process: add windowsHide optioncjihrig
2017-10-24doc: replace undocumented encoding aliasesVse Mozhet Byt
2017-10-24doc: async_hooks grammar nitsJon Moss
2017-10-24doc: link to async_hooks destroy callback properlyJon Moss
2017-10-24test: fix flaky test-make-docRich Trott
2017-10-24meta: update comments for module versionMyles Borins
2017-10-24test: http2 add timeout no callback test caseTrivikram Kamat
2017-10-24test: http2 session operations after destroyTrivikram Kamat
2017-10-24test: consolidate http2 tests in one fileTrivikram Kamat
2017-10-24test: add tests for ERR_HTTP2_FRAME_ERRORRuxandra Fediuc
2017-10-24doc: fix some linksVse Mozhet Byt
2017-10-24test: improve coverage for 'internal/errors'Ruxandra Fediuc
2017-10-24doc: replace methods used in the example codeDamian
2017-10-24http2: multiple style and performance updatesJames M Snell
2017-10-24benchmark: improve http2 benchmark configsJames 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-24test: add `makeDuplexPair()` helperAnna Henningsen
2017-10-24src: turn JS stream into a full duplexAnna Henningsen
2017-10-24src: allow top-level calls into JSStreamAnna Henningsen
2017-10-24doc: fix http2 example with rstWithCancelc0b
2017-10-24tty,doc: add type-check to isattyBryan English
2017-10-24test: handle blank shells in test-os.jsGibson Fahnestock
2017-10-24build: use bin override if no `python` in PATHBradley T. Hughes
2017-10-24src: operator[] checks bounds in debug modegitHubTracey
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-24test: increase enoughTestMem to 1.75 GbRich Trott