summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-26repl: improve doc for disabling REPL history on WindowsSamuel D. Leslie
2019-01-26doc: fix keyObject.symmetricSize to be keyObject.symmetricKeySizeFilip Skokan
2019-01-25doc: add metadata to report docsRichard Lau
2019-01-25doc: fix 11.8.0 changelogMyles Borins
2019-01-25doc: clarify what dns.setResolvers() affectsSam Roberts
2019-01-25doc: link nextTick docs to the nextTick guideSam Roberts
2019-01-25os: implement os.type() using uv_os_uname()cjihrig
2019-01-25src,test: fix JSON escaping in node-reportDenys Otrishko
2019-01-25src: remove has_experimental_policy optionAnna Henningsen
2019-01-25lib: refactor policy code for readabilityAnna Henningsen
2019-01-24test: remove common.isOSXMojaveRich Trott
2019-01-24doc: simplify process.binding() deprecation messageRich Trott
2019-01-242019-01-24, Version 11.8.0 (Current)Myles Borins
2019-01-24test: remove known_issues/test-cluster-bind-privileged-portRich Trott
2019-01-24doc: add note regarding pushing release tagsMyles Borins
2019-01-24test: fix pummel/test-execRich Trott
2019-01-24report: use `uv_handle_type_name()` to get handle typeAnna Henningsen
2019-01-24report: downgrade reinterpret_cast to static_castAnna Henningsen
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