summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compiler: g++try_Python3_on_macOScclauss2019-09-101-0/+2
* fixup! try Python3.6 on macOScclauss2019-09-102-18/+22
* fixup! try Python3.6 on macOScclauss2019-09-101-2/+2
* fixup! try Python3.6 on macOScclauss2019-09-101-1/+1
* fixup! try Python3.6 on macOScclauss2019-09-101-2/+6
* build: try Python3.6 on macOScclauss2019-09-101-11/+13
* doc: space around listsNick Schonning2019-09-0932-16/+249
* build: add comment to .travis.yml on how to test Py3cclauss2019-09-091-0/+4
* worker: make terminate() resolve for unref’ed WorkersAnna Henningsen2019-09-092-0/+18
* test: improve test-worker-message-port-message-before-closeAnna Henningsen2019-09-091-2/+2
* worker: prevent event loop starvation through MessagePortsAnna Henningsen2019-09-093-0/+63
* test: disable core dumps before running crash testBen Noordhuis2019-09-081-34/+26
* doc: exitedAfterDisconnect value can be falseNimit Aggarwal2019-09-091-1/+3
* n-api: delete callback bundle via referenceGabriel Schulhof2019-09-081-18/+6
* doc: remove wrong escapesXhmikosR2019-09-087-78/+78
* build: update minimum AIX OS levelMichael Dawson2019-09-081-1/+1
* test: permit test-signalwrap to work without test runnerRich Trott2019-09-081-2/+7
* http2: do not crash on stream listener removal w/ destroyed sessionAnna Henningsen2019-09-072-4/+39
* doc: update N-API version matrixGabriel Schulhof2019-09-071-8/+9
* src: make ELDHistogram a HandleWrapAnna Henningsen2019-09-076-34/+33
* tools: apply more stringent blank-line linting for markdown filesRich Trott2019-09-073-5/+18
* doc: prepare markdown files for more stringent blank-line lintingRich Trott2019-09-074-5/+0
* perf_hooks: ignore duplicated entries in observerKirill Fomichev2019-09-072-0/+7
* perf_hooks: remove GC callbacks on zero observers countKirill Fomichev2019-09-072-16/+34
* doc: simplify wording in n-api docMichael Dawson2019-09-061-6/+6
* http2: send out pending data earlierAnna Henningsen2019-09-061-1/+4
* doc: update release guide with notes for major releasesJames M Snell2019-09-061-0/+94
* esm: make dynamic import work in the REPLBradley Farias2019-09-062-1/+37
* src: check microtasks before running themShelley Vohr2019-09-052-2/+4
* worker: make transfer list behave like web MessagePortAnna Henningsen2019-09-065-77/+238
* doc: indent ordered list child contentNick Schonning2019-09-063-151/+153
* doc: fix unsafe writable stream code exampleChetan Karande2019-09-051-6/+26
* doc: async_hooks.createHook promiseResolve optionBen Noordhuis2019-09-061-0/+2
* perf_hooks: import http2 only onceKirill Fomichev2019-09-051-1/+2
* doc: change urls directly from 'http' to 'https'Maledong2019-09-055-12/+12
* build,win: fix Python detection on localized OSJoão Reis2019-09-052-8/+11
* tools: delete v8_external_snapshot.gypiUjjwal Sharma2019-09-064-244/+11
* n-api: mark version 5 N-APIs as stableGabriel Schulhof2019-09-058-23/+17
* tools: fix GYP ninja generator for Python 3Michaël Zasso2019-09-051-3/+4
* src: fix ValidateDSAParameters when fips is enabledDaniel Bevenius2019-09-051-3/+3
* 2019-09-04, Version 12.10.0 (Current)Ruben Bridgewater2019-09-045-12/+113
* http2: do not start reading after write if new write is on wireAnna Henningsen2019-09-042-1/+52
* doc: use consistent indenting for unordered list itemsNick Schonning2019-09-0314-278/+278
* doc: start unorded lists at start of lineNick Schonning2019-09-0313-715/+718
* doc: change the 'txt' to 'console' for a commandMaledong2019-09-0310-15/+15
* gyp: make StringIO work in ninja.pyChristian Clauss2019-09-031-1/+4
* policy: minor perf opts and cleanupBradley Farias2019-09-037-82/+131
* test: remove flaky status for test-statwatcherRich Trott2019-09-031-4/+0
* build: remove experimental Python 3 testsChristian Clauss2019-09-031-28/+0
* stream: make finished call the callback if the stream is closedRobert Nagy2019-09-034-30/+266