summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add test for cjs execution stallingrunmainguybedford2018-06-152-3/+29
* module: cleaner runMain separation for experimental modulesguybedford2018-06-151-14/+13
* deps: float ea7abee from openssl / CVE-2018-0732Rod Vagg2018-06-151-1/+6
* doc: make Deprecation cycle explanation more briefRich Trott2018-06-141-4/+4
* inspector: stop dragging platform pointerEugene Ostroukhov2018-06-147-37/+26
* src: add node_process.ccJames M Snell2018-06-144-544/+568
* doc: clarify async execute callback usageMichael Dawson2018-06-141-1/+13
* tools: add BigInt64Array and BigUint64Array to globalsJoyee Cheung2018-06-141-0/+2
* test: add test to check colorMode type of ConsoleMasashi Hirano2018-06-141-0/+24
* deps: Upgrade node-inspect to 1.11.5Jan Krems2018-06-146-7/+68
* doc: move 5 collaborators to emeritus statusRich Trott2018-06-141-10/+10
* test: removing unnecessary parameter from assert calldjmgit2018-06-141-2/+2
* lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen2018-06-144-141/+67
* test: improve statwatcher async_hooks testAnna Henningsen2018-06-141-15/+33
* n-api: name CallbackBundle function fieldsAnna Henningsen2018-06-141-18/+11
* doc: update NODE_OPTIONS section in cli.mdVse Mozhet Byt2018-06-142-3/+12
* src: use `%zx` in printf for size_tAnna Henningsen2018-06-141-1/+1
* v8: replace Buffer with FastBuffer in deserializeUjjwal Sharma2018-06-142-1/+9
* doc: add build wg info to releases.mdJon Moss2018-06-131-0/+20
* src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen2018-06-146-16/+75
* doc: move Italo A. Casas to Release EmeritusMyles Borins2018-06-131-3/+2
* esm: ensure require.main for CJS top-level loadsGuy Bedford2018-06-134-12/+14
* deps: patch V8 to 6.7.288.46Myles Borins2018-06-134-1/+72
* lib: rename checkIsArrayBufferView()Ben Noordhuis2018-06-134-15/+16
* lib: replace checkUint() with validateInt32()Ben Noordhuis2018-06-135-31/+36
* build: expose openssl scrypt functions to addonsBen Noordhuis2018-06-131-1/+1
* crypto: drop Math.pow(), use static exponentationBen Noordhuis2018-06-131-1/+1
* crypto: refactor randomBytes()Ben Noordhuis2018-06-134-211/+65
* crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis2018-06-136-180/+121
* crypto: add scrypt() and scryptSync() methodsBen Noordhuis2018-06-1313-57/+617
* crypto: DRY type checkingBen Noordhuis2018-06-133-24/+26
* worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen2018-06-1311-15/+262
* src: unify native symbol inspection codeAnna Henningsen2018-06-135-94/+199
* meta: remove CODEOWNERSRich Trott2018-06-131-88/+0
* doc: trim deprecation level definition textRich Trott2018-06-121-19/+15
* test: add regression test for nghttp2 CVE-2018-1000168James M Snell2018-06-122-0/+49
* deps: update to nghttp2 1.32.0James M Snell2018-06-126-50/+126
* http2: fixup http2stream cleanup and other nitsJames M Snell2018-06-122-4/+6
* src: re-add `Realloc()` shrink after reading stream dataAnna Henningsen2018-06-122-1/+43
* test: add tls write error regression testShigeki Ohtsu2018-06-122-0/+231
* tls: fix SSL write error handlingAnna Henningsen2018-06-122-1/+4
* 2018-06-12, Version 10.4.1 (Current)Evan Lucas2018-06-122-1/+33
* 2018-06-12, Version 9.11.2 (Maintenance)Evan Lucas2018-06-122-4/+30
* 2018-06-12, Version 8.11.3 (LTS)Evan Lucas2018-06-122-4/+26
* 2018-06-12, Version 6.14.3 (LTS)Evan Lucas2018-06-122-1/+15
* doc: fix reference to workerData in worker_threadsJeremiah Senkpiel2018-06-111-1/+1
* test: add workerdata-sharedarraybuffer testJeremiah Senkpiel2018-06-111-0/+32
* test: mark test-inspector-port-zero-cluster flakyRich Trott2018-06-111-3/+4
* build: install markdown linter for travisRichard Lau2018-06-111-0/+2
* Revert "src: restore stdio on program exit"Evan Lucas2018-06-121-94/+6