aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-24report: roll extra loop iteration in `PrintNativeStack()`Anna Henningsen
2019-01-24src: remove unnecessary `filename` variableAnna Henningsen
2019-01-24report: remove `internalBinding('config').hasReport`Anna Henningsen
2019-01-25test: clarify the path relativeness of WPT runner classesJoyee Cheung
2019-01-25test: run html/webappapis/microtask-queuing WPTJoyee Cheung
2019-01-25test: pull html/webappapis/microtask-queuing WPTJoyee Cheung
2019-01-24src: remove using v8::Function in node_os.cccjihrig
2019-01-24crypto: add crypto modules to cannotUseCacheDaniel Bevenius
2019-01-23child_process: truncate output when maxBuffer is exceededJeremiah Senkpiel
2019-01-23test: add stdio checks to cp-exec-maxBufferJeremiah Senkpiel
2019-01-23build: remove AIX/ppc (32bit) dead codeRefael Ackermann
2019-01-23process: fix call process.reallyExit, vs., bindingBenjamin Coe
2019-01-23report: remove `InitializeReport()`Anna Henningsen
2019-01-23events: show inspected error in uncaught 'error' messageAnna Henningsen
2019-01-23http2: allow fully synchronous `_final()`Anna Henningsen
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-23process: clarify the pre- and post-condition of esm setupJoyee Cheung
2019-01-23test: revoke flaky designation for testsGireesh Punathil
2019-01-22test: remove potential race condition in https renegotiation testRich Trott
2019-01-23os: implement os.release() using uv_os_uname()cjihrig
2019-01-23build: make install.py python 3 compatiableSakthipriyan Vairamani (thefourtheye)
2019-01-23src: restrict unloading addons to Worker threadsAnna Henningsen
2019-01-23n-api: change #ifdef to #if in node_api_typesDaniel Bevenius
2019-01-22test: replace common.PORT with `0` in https renegotiation testRich Trott
2019-01-22doc: running coverage for individual suitesBenjamin Coe
2019-01-22report: simplify rlimit to JSON logiccjihrig
2019-01-22report: simplify option checkingcjihrig
2019-01-22report: use uv_pid_t instead of custom PID_TYPEcjihrig
2019-01-22report: remove unnecessary includescjihrig
2019-01-22report: remove unnecessary intermediate variablecjihrig
2019-01-22src: pass along errors from `--security-reverts`Anna Henningsen
2019-01-22test: assert on client and server side seperatelySam Roberts
2019-01-22tls: workaround handshakedone in renegotiationShigeki Ohtsu
2019-01-22tls: make ossl 1.1.1 cipher list throw errorSam Roberts
2019-01-22deps: update archs files for OpenSSL-1.1.1aSam Roberts
2019-01-22doc: fix assembler requirement for OpenSSL-1.1.1Shigeki Ohtsu
2019-01-22deps: fix for non GNU assembler in AIXShigeki Ohtsu
2019-01-22deps: add only avx2 configs for OpenSSL-1.1.1Shigeki Ohtsu
2019-01-22deps: add s390 asm rules for OpenSSL-1.1.1Shigeki Ohtsu
2019-01-22deps: fix MacOS and Win build for OpenSSL-1.1.1Shigeki Ohtsu
2019-01-22deps: fix gyp/gypi for openssl-1.1.1Shigeki Ohtsu
2019-01-22deps: upgrade openssl sources to 1.1.1aSam Roberts
2019-01-22build: remove erroneous duplicate declaration from node_inspector.gypiRefael Ackermann
2019-01-22build: do not lint python scripts under test/fixturesJoyee Cheung
2019-01-21n-api: mark thread-safe function as stableGabriel Schulhof
2019-01-22test,worker: verify that `.terminate()` breaks microtask queueAnna Henningsen
2019-01-22http: make ClientRequest#setTimeout() noop at endTim De Pauw
2019-01-21doc: use correct placeholder for policy docsAnna Henningsen
2019-01-21src: remove outdated `Neuter()` call in `node_buffer.cc`Anna Henningsen
2019-01-21doc: hyperlink reference to process.nextTickSam Roberts