summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: link libatomic on mac and linuxfix-atomic-linkageGus Caplan2019-06-181-0/+3
* http2: refactor ping + settings object lifetime managementAnna Henningsen2019-06-175-55/+111
* process: hide NodeEnvironmentFlagsSet's `add` functionRuben Bridgewater2019-06-171-1/+3
* test: make sure test function resolves in test-worker-debugAnna Henningsen2019-06-171-2/+2
* doc: revise intro sentence for assertRich Trott2019-06-171-2/+2
* tls: remove unnecessary set of DEFAULT_MAX_VERSIONDaniel Bevenius2019-06-171-2/+0
* worker: refactor `worker.terminate()`Anna Henningsen2019-06-177-23/+50
* n-api: define ECMAScript-compliant accessors on napi_define_classlegendecas2019-06-174-38/+67
* n-api: define ECMAScript-compliant accessors on napi_define_propertieslegendecas2019-06-172-22/+64
* test: add eval ESM module testsEvgenii Shchepotev2019-06-171-0/+45
* https: do not automatically use invalid servernameSam Roberts2019-06-173-2/+16
* deps: update archs files for OpenSSL-1.1.1cSam Roberts2019-06-17237-24445/+24426
* deps: upgrade openssl sources to 1.1.1cSam Roberts2019-06-17196-2656/+38803
* deps: updated openssl upgrade instructionsSam Roberts2019-06-171-37/+3
* fs: document the Date conversion in Stats objectsJoyee Cheung2019-06-171-0/+6
* build: fix cctest target for --without-reportRichard Lau2019-06-171-1/+3
* util: use average bias while grouping arraysRuben Bridgewater2019-06-172-9/+8
* util: improve .inspect() array groupingRuben Bridgewater2019-06-172-120/+134
* test: fix NODE_OPTIONS feature checkRichard Lau2019-06-171-1/+1
* doc: improve assert strict-mode textRich Trott2019-06-161-7/+5
* build: guard test-doc recipe with node_use_opensslDaniel Bevenius2019-06-171-2/+6
* process: refactor unhandled rejection handlingJoyee Cheung2019-06-171-22/+57
* lib: correct error.errno to always be numericJoyee Cheung2019-06-1719-65/+98
* build: turn on custom V8 snapshot by defaultJoyee Cheung2019-06-171-7/+5
* tools: assert that the snapshot can be rehashed in node_mksnapshotJoyee Cheung2019-06-171-0/+1
* doc: clarify commit message format in pull-requests.mdrexagod2019-06-161-8/+3
* test: move --cpu-prof tests to sequentialJoyee Cheung2019-06-1611-0/+0
* perf_hooks,trace_events: use stricter equalitycjihrig2019-06-162-2/+2
* src: fix compiler warning in node_worker.ccDaniel Bevenius2019-06-161-0/+2
* report: add cpu info to report outputChristopher Hiller2019-06-153-2/+57
* module: prevent race condition while combining import and requireRuben Bridgewater2019-06-151-0/+10
* doc,test: test documentation consistency for NODE_OPTIONSRichard Lau2019-06-142-0/+88
* doc: add missing options allowed in NODE_OPTIONSRichard Lau2019-06-141-10/+17
* build: unbreak --with-intl=system-icu buildBen Noordhuis2019-06-141-7/+0
* build: fix icu-i18n pkg-config version checkBen Noordhuis2019-06-141-1/+1
* build: don't swallow pkg-config warningsBen Noordhuis2019-06-141-3/+5
* test: skip `test-worker-prof` as flaky for allMilad Farazmand2019-06-141-1/+1
* test: add addon tests for `RegisterSignalHandler()`Anna Henningsen2019-06-144-0/+108
* src: forbid reset_handler for SIGSEGV handlingAnna Henningsen2019-06-142-8/+14
* src: reset SIGSEGV handler before crashingAnna Henningsen2019-06-143-0/+36
* src: do not use posix feature macro in node.hAnna Henningsen2019-06-141-4/+6
* doc: document behavior of family:0 in dns.lookup()cjihrig2019-06-141-4/+6
* n-api: defer Buffer finalizer with SetImmediateAnna Henningsen2019-06-143-24/+43
* src: fix off-by-one error in native SetImmediateAnna Henningsen2019-06-141-0/+5
* doc: pass path in URL constructorDaniel Nalborczyk2019-06-141-4/+2
* test: remove FIB environment variable from cpu-prof.jsRich Trott2019-06-133-16/+11
* test: remove unused `output` argument for `getFrames()`Rich Trott2019-06-133-6/+5
* test: document cpu-prof moduleRich Trott2019-06-131-0/+42
* doc: update kernel and glibc reqs for PPCleMichael Dawson2019-06-131-3/+3
* doc,n-api: fix typoRichard Lau2019-06-131-1/+1