summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-09-03policy: minor perf opts and cleanupBradley Farias
2019-09-03test: remove flaky status for test-statwatcherRich Trott
2019-09-03build: remove experimental Python 3 testsChristian Clauss
2019-09-03stream: make finished call the callback if the stream is closedRobert Nagy
2019-09-03tools: update ESLint to 6.3.0cjihrig
2019-09-02build,win: accept Python 3 if 2 is not availableJoão Reis
2019-09-02build,win: find Python in paths with spacesJoão Reis
2019-09-02lib: add ASCII fast path to getStringWidth()Anna Henningsen
2019-09-02tools: use 'from io import StringIO' in ninja.pycclauss