summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: wip be more agressive in Python lintingstricter-Python-lintingChristian Clauss2019-10-011-1/+1
* doc: fix type of atime/mtimeTATSUNO Yasuhiro2019-09-301-4/+4
* src: rename --loader to --experimental-loaderAlex Aubuchon2019-09-3017-28/+32
* test: fix flaky test-cluster-net-listen-ipv6only-noneRich Trott2019-09-301-11/+10
* doc: clarify fs.symlink() usageSimon A. Eugster2019-09-301-11/+21
* stream: always invoke callback before emitting errorRobert Nagy2019-09-307-20/+116
* deps: enable unit data in small-icuMichaël Zasso2019-09-302-1/+1
* module: pass full URL to loader for top-level loadGuy Bedford2019-09-292-3/+3
* doc: clarify pipeline stream cleanupRobert Nagy2019-09-291-0/+4
* test: simplify force-context-aware testcjihrig2019-09-292-13/+4
* tls: simplify setSecureContext() option parsingcjihrig2019-09-291-8/+2
* stream: remove ambiguous codeRobert Nagy2019-09-291-6/+4
* doc: sync security policy with nodejs.orgSam Roberts2019-09-281-26/+64
* module: move cjs type check behind flagGuy Bedford2019-09-282-1/+2
* build: include deps/v8/test/torque in source tarballRichard Lau2019-09-281-1/+2
* Revert "stream: invoke callback before emitting error always"Richard Lau2019-09-288-122/+28
* build,win: goto lint only after defining node_exeJoão Reis2019-09-271-5/+4
* worker: fix process._fatalException return typeRuben Bridgewater2019-09-272-19/+46
* tls: add option for private keys for OpenSSL enginesAnton Gerasimov2019-09-279-3/+314
* stream: invoke callback before emitting error alwaysRobert Nagy2019-09-278-28/+122
* doc: fix output in inspector HeapProfile exampleKirill Fomichev2019-09-271-1/+1
* doc: add KeyObject to type for crypto.createDecipheriv() argumentexoego2019-09-271-1/+1
* doc: clarify description of `readable.push()` methodimhype2019-09-271-2/+2
* doc: clarify stream errors while reading and writingRobert Nagy2019-09-271-18/+18
* doc: specify `display=fallback` for Google FontsXhmikosR2019-09-261-1/+1
* doc: fix some recent nitsVse Mozhet Byt2019-09-264-17/+18
* doc: fix 404 linksXhmikosR2019-09-264-4/+4
* doc: remove align from tablesXhmikosR2019-09-262-2/+2
* src: fix asan build for gcc/clangDavid Carlier2019-09-251-0/+3
* http2: optimize the altsvc Max bytes limit, define and use constantsrickyes2019-09-251-2/+3
* src: fix compiler warning in inspector_profiler.ccDaniel Bevenius2019-09-261-1/+1
* 2019-09-24, Version 12.11.0 (Current)Ruben Bridgewater2019-09-268-9/+186
* crypto: use byteLength in timingSafeEqualTobias Nießen2019-09-253-3/+17
* doc,http: indicate callback is optional for message.setTimeout()Trivikram Kamat2019-09-241-1/+1
* test: --force-context-aware cli flagShelley Vohr2019-09-246-1/+36
* src: add buildflag to force context-aware addonsShelley Vohr2019-09-246-0/+29
* doc: document that iv may be null when using createCipheriv()Ruben Bridgewater2019-09-241-2/+2
* doc: update AUTHORS listAnna Henningsen2019-09-242-4/+176
* tools: make mailmap processing for author list case-insensitiveAnna Henningsen2019-09-241-1/+8
* worker: keep allocators for transferred SAB instances alive longerAnna Henningsen2019-09-245-0/+51
* src: try showing stack traces when process._fatalException is not setJoyee Cheung2019-09-241-0/+2
* src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung2019-09-243-0/+28
* events: improve performance of EventEmitter.emitMatteo Collina2019-09-241-2/+3
* console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater2019-09-232-6/+34
* tls: add option to override signature algorithmsAnton Gerasimov2019-09-236-1/+220
* stream: add test for multiple .push(null)Chetan Karande2019-09-241-0/+13
* stream: cleanup use of internal ended stateChetan Karande2019-09-243-4/+4
* tools: cleanup getnodeversion.py for readabilityChristian Clauss2019-09-231-15/+15
* deps: patch V8 to 7.7.299.11Michaël Zasso2019-09-234-6/+6
* bootstrap: add exception handling for profiler bootstrapShobhit Chittora2019-09-233-2/+41