summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-14src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen
2018-06-13doc: move Italo A. Casas to Release EmeritusMyles Borins
2018-06-13esm: ensure require.main for CJS top-level loadsGuy Bedford
2018-06-13deps: patch V8 to 6.7.288.46Myles Borins
2018-06-13lib: rename checkIsArrayBufferView()Ben Noordhuis
2018-06-13lib: replace checkUint() with validateInt32()Ben Noordhuis
2018-06-13build: expose openssl scrypt functions to addonsBen Noordhuis
2018-06-13crypto: drop Math.pow(), use static exponentationBen Noordhuis
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-13crypto: DRY type checkingBen Noordhuis
2018-06-13worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen
2018-06-13src: unify native symbol inspection codeAnna Henningsen
2018-06-13meta: remove CODEOWNERSRich Trott
2018-06-12doc: trim deprecation level definition textRich Trott
2018-06-12test: add regression test for nghttp2 CVE-2018-1000168James M Snell
2018-06-12deps: update to nghttp2 1.32.0James M Snell
2018-06-12http2: fixup http2stream cleanup and other nitsJames M Snell
2018-06-12src: re-add `Realloc()` shrink after reading stream dataAnna Henningsen
2018-06-12test: add tls write error regression testShigeki Ohtsu
2018-06-12tls: fix SSL write error handlingAnna Henningsen
2018-06-122018-06-12, Version 10.4.1 (Current)Evan Lucas
2018-06-122018-06-12, Version 9.11.2 (Maintenance)Evan Lucas
2018-06-122018-06-12, Version 8.11.3 (LTS)Evan Lucas
2018-06-122018-06-12, Version 6.14.3 (LTS)Evan Lucas
2018-06-11doc: fix reference to workerData in worker_threadsJeremiah Senkpiel
2018-06-11test: add workerdata-sharedarraybuffer testJeremiah Senkpiel
2018-06-11test: mark test-inspector-port-zero-cluster flakyRich Trott
2018-06-11build: install markdown linter for travisRichard Lau
2018-06-12Revert "src: restore stdio on program exit"Evan Lucas
2018-06-12src: reset TTY mode before cleaning up resourcesAnna Henningsen
2018-06-11build: build addon tests in parallelAnna Henningsen
2018-06-11tools: add option to use custom template with js2c.pyShelley Vohr
2018-06-11src: fix http2 typosAnatoli Papirovski
2018-06-11http2: safer Http2Session destructorAnatoli Papirovski
2018-06-11test: add crypto check to test-http2-debugDaniel Bevenius
2018-06-10http: remove a pair of outdated commentsMark S. Everitt
2018-06-10test: remove string literals from assert.strictEqual() callsJames Kylstra
2018-06-10test: move inspector-stress-http to sequentialRich Trott
2018-06-10tools: add BigInt to globalsNikolai Vavilov
2018-06-10deps: patch V8 to 6.7.288.45Michaƫl Zasso
2018-06-09deps,npm: float node-gyp patch on npmRich Trott
2018-06-09test: check gc does not resurrect the loopAnatoli Papirovski
2018-06-09src: do not persist fs_poll handle in stat_watcherAnatoli Papirovski
2018-06-09src: do not persist timer handle in cares_wrapAnatoli Papirovski
2018-06-09build: fix configure script for double-digitsMisty De Meo
2018-06-09doc: fix type in stream docAliaksei Tuzik
2018-06-08build: stop distclean from deleting v8 filesUjjwal Sharma
2018-06-08test: improve assert error messagesHristijan Gjorgjievski