summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: upgrade to libuv 1.37.0libuvcjihrig2020-04-199-21/+48
* deps: upgrade to libuv 1.36.0cjihrig2020-04-1958-1199/+997
* doc: synch SECURITY.md with websiteRich Trott2020-04-191-2/+1
* n-api: detect deadlocks in thread-safe functionGabriel Schulhof2020-04-197-10/+125
* src: remove validation of unreachable codeJuan José Arboleda2020-04-191-4/+0
* fs: remove unnecessary else statementJesus Hernandez2020-04-191-5/+2
* lib: remove unnecesary else blockDavid Daza2020-04-181-3/+2
* stream: close iterator in Readable.fromVadzim Zieńka2020-04-182-1/+229
* stream: inline unbuffered _writeRobert Nagy2020-04-181-1/+6
* stream: simplify Writable.end()Robert Nagy2020-04-181-20/+13
* doc: add `tsc-agenda` to onboarding labels listRich Trott2020-04-181-0/+2
* test: changed function to arrow functionNimit2020-04-181-4/+4
* src: elevate v8 namespacesNimit2020-04-182-3/+4
* tools: decrease timeout in test.pyAnna Henningsen2020-04-181-1/+1
* src: remove redundant v8::HeapSnapshot namespaceJuan José Arboleda2020-04-171-1/+1
* doc: add N-API version 6 to tableMichael Dawson2020-04-171-9/+10
* doc: add juanarbol as collaboratorJuan José Arboleda2020-04-171-0/+2
* module: remove experimental modules warningGuy Bedford2020-04-1710-33/+4
* doc: missing bracketsWilliam Bonawentura2020-04-171-1/+1
* module: fix memory leak when require error occursQinhui Chen2020-04-172-3/+7
* src: remove unused using in node_worker.ccDaniel Bevenius2020-04-171-2/+0
* doc: improve consistency in usage of NULLMichael Dawson2020-04-161-8/+8
* build: remove .git folders when testing V8Richard Lau2020-04-161-0/+1
* Revert "n-api: detect deadlocks in thread-safe function"Gabriel Schulhof2020-04-167-100/+10
* test: replace console.log/error() with debuglogdaemon10242020-04-161-8/+9
* stream: improve comments regarding end() errorsRobert Nagy2020-04-161-10/+7
* stream: update comment to indicate unused APIRobert Nagy2020-04-161-4/+2
* test: only detect uname on supported osXu Meng2020-04-162-13/+30
* stream: simplify Transform stream implementationRobert Nagy2020-04-154-114/+56
* doc: update cross compiler machine for Linux armv7Richard Lau2020-04-151-1/+1
* doc: update Centos/RHEL releases use devtoolset-8Richard Lau2020-04-151-6/+6
* doc: remove SmartOS from official binariesRichard Lau2020-04-151-1/+0
* worker: mention argument name in type check messageAnna Henningsen2020-04-152-3/+3
* doc: improve net docsRobert Nagy2020-04-151-9/+12
* fs: use finished over destroy w/ cbRobert Nagy2020-04-151-2/+3
* test: mark cpu-prof-dir-worker flaky on allSam Roberts2020-04-141-0/+2
* http: refactor agent 'free' handlerRobert Nagy2020-04-151-48/+49
* src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen2020-04-153-2/+27
* process: suggest --trace-warnings when printing warningAnna Henningsen2020-04-1514-4/+26
* test: replace equal with strictEqualJesus Hernandez2020-04-151-8/+8
* test: add net regression testRobert Nagy2020-04-141-0/+26
* 2020-04-14, Version 13.13.0 (Current)Michaël Zasso2020-04-149-12/+235
* test: mark test-worker-prof flaky on armSam Roberts2020-04-141-0/+2
* test: mark test-http2-reset-flood flaky on allSam Roberts2020-04-141-2/+2
* doc: note that signatures of binary may be from subkeysReşat SABIQ2020-04-141-1/+1
* test: cover node entry type in perf_hooksJulian Duque2020-04-141-1/+3
* src: ignore GCC -Wcast-function-type for v8.hDaniel Bevenius2020-04-142-0/+14
* lib: created isValidCallback helperYash Ladha2020-04-142-11/+12
* build: add configure flag to build V8 with DCHECKsAnna Henningsen2020-04-141-0/+7
* doc: add transform stream destroy() return valuecjihrig2020-04-131-0/+1