summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-01-24, Version 11.8.0 (Current)v11.8.0v11.8.0-proposalMyles Borins2019-01-247-18/+376
* report: use `uv_handle_type_name()` to get handle typeAnna Henningsen2019-01-241-58/+7
* report: downgrade reinterpret_cast to static_castAnna Henningsen2019-01-241-1/+1
* report: roll extra loop iteration in `PrintNativeStack()`Anna Henningsen2019-01-241-5/+1
* src: remove unnecessary `filename` variableAnna Henningsen2019-01-241-3/+2
* report: remove `internalBinding('config').hasReport`Anna Henningsen2019-01-242-137/+132
* doc: add note regarding pushing release tagsMyles Borins2019-01-241-0/+3
* test: fix pummel/test-execRich Trott2019-01-241-1/+1
* test: clarify the path relativeness of WPT runner classesJoyee Cheung2019-01-241-4/+9
* test: run html/webappapis/microtask-queuing WPTJoyee Cheung2019-01-242-0/+21
* test: pull html/webappapis/microtask-queuing WPTJoyee Cheung2019-01-245-0/+104
* src: remove using v8::Function in node_os.cccjihrig2019-01-241-1/+0
* crypto: add crypto modules to cannotUseCacheDaniel Bevenius2019-01-241-0/+2
* child_process: truncate output when maxBuffer is exceededJeremiah Senkpiel2019-01-243-16/+45
* test: add stdio checks to cp-exec-maxBufferJeremiah Senkpiel2019-01-241-12/+35
* build: remove AIX/ppc (32bit) dead codeRefael Ackermann2019-01-242-71/+27
* report: remove `InitializeReport()`Anna Henningsen2019-01-243-21/+3
* os: implement os.release() using uv_os_uname()cjihrig2019-01-241-33/+5
* n-api: change #ifdef to #if in node_api_typesDaniel Bevenius2019-01-241-2/+2
* report: simplify rlimit to JSON logiccjihrig2019-01-241-24/+8
* report: simplify option checkingcjihrig2019-01-241-7/+23
* report: use uv_pid_t instead of custom PID_TYPEcjihrig2019-01-242-5/+2
* report: remove unnecessary includescjihrig2019-01-241-5/+0
* report: remove unnecessary intermediate variablecjihrig2019-01-241-2/+1
* n-api: mark thread-safe function as stableGabriel Schulhof2019-01-247-24/+23
* doc: use correct placeholder for policy docsAnna Henningsen2019-01-242-2/+2
* src: remove outdated `Neuter()` call in `node_buffer.cc`Anna Henningsen2019-01-241-5/+0
* deps: upgrade to libuv 1.25.0cjihrig2019-01-2438-360/+779
* src: silence compiler warning in node_report.ccDaniel Bevenius2019-01-241-1/+1
* test: add node-report testsLakshmiSwethaG2019-01-2413-1/+484
* doc: add node-report documentationVipin Menon2019-01-246-0/+720
* src: merge into coreGireesh Punathil2019-01-2416-2/+1995
* worker: enable passing command line flagsYael Hermon2019-01-2411-9/+167
* policy: manifest with subresource integrity checksBradley Farias2019-01-2416-5/+779
* doc: running coverage for individual suitesBenjamin Coe2019-01-231-3/+4
* test: switch to native v8 coverageBenjamin Coe2019-01-237-89/+40
* events: show inspected error in uncaught 'error' messageAnna Henningsen2019-01-232-2/+24
* http2: allow fully synchronous `_final()`Anna Henningsen2019-01-234-6/+15
* console: refactor inspector console extension installationJoyee Cheung2019-01-239-90/+67
* process: clarify the pre- and post-condition of esm setupJoyee Cheung2019-01-232-23/+30
* test: revoke flaky designation for testsGireesh Punathil2019-01-232-17/+0
* test: remove potential race condition in https renegotiation testRich Trott2019-01-231-4/+0
* build: make install.py python 3 compatiableSakthipriyan Vairamani (thefourtheye)2019-01-231-4/+9
* process: fix call process.reallyExit, vs., bindingBenjamin Coe2019-01-232-1/+21
* src: restrict unloading addons to Worker threadsAnna Henningsen2019-01-233-6/+32
* test: replace common.PORT with `0` in https renegotiation testRich Trott2019-01-231-2/+3
* src: pass along errors from `--security-reverts`Anna Henningsen2019-01-233-5/+26
* build: remove erroneous duplicate declaration from node_inspector.gypiRefael Ackermann2019-01-231-2/+0
* build: do not lint python scripts under test/fixturesJoyee Cheung2019-01-231-1/+1
* test,worker: verify that `.terminate()` breaks microtask queueAnna Henningsen2019-01-231-0/+19