summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-10-01, Version 12.11.1 (Current)v12.11.1v12.11.1-proposalMichaël Zasso2019-10-013-2/+50
* src: rename --loader to --experimental-loaderAlex Aubuchon2019-10-0117-28/+32
* test: fix flaky test-cluster-net-listen-ipv6only-noneRich Trott2019-10-011-11/+10
* deps: enable unit data in small-icuMichaël Zasso2019-10-012-1/+1
* module: pass full URL to loader for top-level loadGuy Bedford2019-10-012-3/+3
* tls: simplify setSecureContext() option parsingcjihrig2019-10-011-8/+2
* doc: sync security policy with nodejs.orgSam Roberts2019-10-011-26/+64
* build: include deps/v8/test/torque in source tarballRichard Lau2019-10-011-1/+2
* build,win: goto lint only after defining node_exeJoão Reis2019-10-011-5/+4
* worker: fix process._fatalException return typeRuben Bridgewater2019-10-012-19/+46
* doc: fix output in inspector HeapProfile exampleKirill Fomichev2019-10-011-1/+1
* doc: add KeyObject to type for crypto.createDecipheriv() argumentexoego2019-10-011-1/+1
* doc: clarify description of `readable.push()` methodimhype2019-10-011-2/+2
* doc: clarify stream errors while reading and writingRobert Nagy2019-10-011-18/+18
* doc: specify `display=fallback` for Google FontsXhmikosR2019-10-011-1/+1
* doc: fix some recent nitsVse Mozhet Byt2019-10-014-17/+18
* doc: fix 404 linksXhmikosR2019-10-014-4/+4
* doc: remove align from tablesXhmikosR2019-10-012-2/+2
* src: fix asan build for gcc/clangDavid Carlier2019-10-011-0/+3
* http2: optimize the altsvc Max bytes limit, define and use constantsrickyes2019-10-011-2/+3
* src: fix compiler warning in inspector_profiler.ccDaniel Bevenius2019-10-011-1/+1
* crypto: use byteLength in timingSafeEqualTobias Nießen2019-10-013-3/+17
* doc,http: indicate callback is optional for message.setTimeout()Trivikram Kamat2019-10-011-1/+1
* doc: document that iv may be null when using createCipheriv()Ruben Bridgewater2019-10-011-2/+2
* worker: keep allocators for transferred SAB instances alive longerAnna Henningsen2019-10-015-0/+51
* doc: update AUTHORS listAnna Henningsen2019-10-012-4/+176
* tools: make mailmap processing for author list case-insensitiveAnna Henningsen2019-10-011-1/+8
* src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung2019-10-013-0/+28
* src: try showing stack traces when process._fatalException is not setJoyee Cheung2019-10-011-0/+2
* doc: clarify pipeline stream cleanupRobert Nagy2019-10-011-0/+4
* doc: clarify fs.symlink() usageSimon A. Eugster2019-10-011-11/+21
* module: move cjs type check behind flagGuy Bedford2019-10-012-1/+2
* doc: fix type of atime/mtimeTATSUNO Yasuhiro2019-10-011-4/+4
* Working on v12.11.0Ruben Bridgewater2019-09-261-2/+2
* 2019-09-24, Version 12.11.0 (Current)v12.11.0v12.11.0-proposalRuben Bridgewater2019-09-259-12/+189
* util: include reference anchor for circular structuresRuben Bridgewater2019-09-254-7/+65
* test: fix race condition in test-worker-process-cwd.jsRuben Bridgewater2019-09-251-21/+43
* doc: update N-API version matrixGabriel Schulhof2019-09-251-8/+9
* events: improve performance of EventEmitter.emitMatteo Collina2019-09-251-2/+3
* console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater2019-09-252-6/+34
* tls: add option to override signature algorithmsAnton Gerasimov2019-09-256-1/+220
* stream: add test for multiple .push(null)Chetan Karande2019-09-251-0/+13
* stream: cleanup use of internal ended stateChetan Karande2019-09-253-4/+4
* tools: cleanup getnodeversion.py for readabilityChristian Clauss2019-09-251-15/+15
* deps: patch V8 to 7.7.299.11Michaël Zasso2019-09-254-6/+6
* bootstrap: add exception handling for profiler bootstrapShobhit Chittora2019-09-253-2/+41
* src: perform check before running in runMicrotasks()Jeremy Apthorp2019-09-251-1/+1
* stream: make _write() optional when _writev() is implementedRobert Nagy2019-09-253-6/+26
* doc: add code example to process.throwDeprecation propertyJuan José Arboleda2019-09-251-4/+21
* stream: apply special logic in removeListener for readable.off()Robert Nagy2019-09-252-0/+3