summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-12tools: python3 compat for inspector code generatorBen Noordhuis
2019-09-12stream: simplify isUint8Array helperAnna Henningsen
2019-09-12doc: add documentation for stream readableFlowingChetan Karande
2019-09-12deps: upgrade to libuv 1.32.0cjihrig
2019-09-12test: unmark test-worker-prof as flakyAnna Henningsen
2019-09-11src,lib: expose memory file mapping flagJoão Reis
2019-09-11worker: mark as stableAnna Henningsen
2019-09-11build: find Python 3 or Python 2 in configurecclauss
2019-09-10build: improve `make coverage`Anna Henningsen
2019-09-10doc: indent child list items for remark-lintNick Schonning
2019-09-09doc: space around listsNick Schonning
2019-09-09build: add comment to .travis.yml on how to test Py3cclauss
2019-09-09worker: make terminate() resolve for unref’ed WorkersAnna Henningsen
2019-09-09test: improve test-worker-message-port-message-before-closeAnna Henningsen
2019-09-09worker: prevent event loop starvation through MessagePortsAnna Henningsen
2019-09-08test: disable core dumps before running crash testBen Noordhuis
2019-09-09doc: exitedAfterDisconnect value can be falseNimit Aggarwal
2019-09-08n-api: delete callback bundle via referenceGabriel Schulhof
2019-09-08doc: remove wrong escapesXhmikosR
2019-09-08build: update minimum AIX OS levelMichael Dawson
2019-09-08test: permit test-signalwrap to work without test runnerRich Trott
2019-09-07http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen
2019-09-07doc: update N-API version matrixGabriel Schulhof
2019-09-07src: make ELDHistogram a HandleWrapAnna Henningsen
2019-09-07tools: apply more stringent blank-line linting for markdown filesRich Trott
2019-09-07doc: prepare markdown files for more stringent blank-line lintingRich Trott
2019-09-07perf_hooks: ignore duplicated entries in observerKirill Fomichev
2019-09-07perf_hooks: remove GC callbacks on zero observers countKirill Fomichev
2019-09-06doc: simplify wording in n-api docMichael Dawson
2019-09-06http2: send out pending data earlierAnna Henningsen
2019-09-06doc: update release guide with notes for major releasesJames M Snell
2019-09-06esm: make dynamic import work in the REPLBradley Farias
2019-09-05src: check microtasks before running themShelley Vohr
2019-09-06worker: make transfer list behave like web MessagePortAnna Henningsen
2019-09-06doc: indent ordered list child contentNick Schonning
2019-09-05doc: fix unsafe writable stream code exampleChetan Karande
2019-09-06doc: async_hooks.createHook promiseResolve optionBen Noordhuis
2019-09-05perf_hooks: import http2 only onceKirill Fomichev
2019-09-05doc: change urls directly from 'http' to 'https'Maledong
2019-09-05build,win: fix Python detection on localized OSJoão Reis
2019-09-06tools: delete v8_external_snapshot.gypiUjjwal Sharma
2019-09-05n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-09-05tools: fix GYP ninja generator for Python 3Michaël Zasso
2019-09-05src: fix ValidateDSAParameters when fips is enabledDaniel Bevenius
2019-09-042019-09-04, Version 12.10.0 (Current)Ruben Bridgewater
2019-09-04http2: do not start reading after write if new write is on wireAnna Henningsen
2019-09-03doc: use consistent indenting for unordered list itemsNick Schonning
2019-09-03doc: start unorded lists at start of lineNick Schonning
2019-09-03doc: change the 'txt' to 'console' for a commandMaledong
2019-09-03gyp: make StringIO work in ninja.pyChristian Clauss