summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-30doc: fix worker.resourceLimits typeDaniel Nalborczyk
2019-11-30doc: avoid proposal syntax in code exampleAlex Zherdev
2019-11-30doc: address nits for src/README.mdAnna Henningsen
2019-11-30lib: replace ArrayBuffer.isView by primordial ArrayBufferVincent Dhennin
2019-11-30doc: revise socket.connect() noteRich Trott
2019-11-30deps: patch V8 to 7.9.317.25Myles Borins
2019-11-30build: use Node.js instead of Node in configureTobias Nießen
2019-11-30crypto: automatically manage memory for ECDSA_SIGTobias Nießen
2019-11-30util: fix .format() not always calling toString when it should beRuben Bridgewater
2019-11-30src: inline SetSNICallbackAnna Henningsen
2019-11-30src: use BaseObjectPtr to store SNI contextAnna Henningsen
2019-11-30tls: add memory tracking support to SSLWrapAnna Henningsen
2019-11-29child_process: document kill() return valuecjihrig
2019-11-29http: set socket.server unconditionallyAnna Henningsen
2019-11-29deps: update llhttp to 2.0.1Fedor Indutny
2019-11-29deps: V8: backport 93f189f19a03Michaël Zasso
2019-11-29test: revert 6d022c13Anna Henningsen
2019-11-29deps: V8: cherry-pick ca5b0ecAnna Henningsen
2019-11-28test: move test-https-server-consumed-timeout to parallelRich Trott
2019-11-28test: remove unnecessary common.platformTimeout() callRich Trott
2019-11-28test: do not skip test-http-server-consumed-timeoutRich Trott
2019-11-28test: remove unused function argument from http testRich Trott
2019-11-29src: use uv_async_t for WeakRefsAnna Henningsen
2019-11-29tls: allow empty subject even with altNames definedJason Macgowan
2019-11-28inspector: properly shut down uv_async_tAnna Henningsen
2019-11-28src: cleanup unused headersAlexandre Ferrando
2019-11-28module: fix specifier resolution algorithmRongjian Zhang
2019-11-28src: run native immediates during Environment cleanupAnna Henningsen
2019-11-28src: no SetImmediate from destructor in stream_pipe codeAnna Henningsen
2019-11-28src: add more `can_call_into_js()` guardsAnna Henningsen
2019-11-28src: keep object alive in stream_pipe codeAnna Henningsen
2019-11-28src,doc: fix broken linkscjihrig
2019-11-28n-api: implement napi_is_detached_arraybufferDenys Otrishko
2019-11-27test: add logging in case of infinite loopRich Trott
2019-11-27test: remove destructuring from test-inspector-contextsRich Trott
2019-11-27test: check for session.post() errors in test-insepctor-contextRich Trott
2019-11-27test: add mustCall() to test-inspector-contextsRich Trott
2019-11-28test: add regression test for signal handler removal in exitAnna Henningsen
2019-11-28util: fix inspection of errors with tampered name or stack propertyRuben Bridgewater
2019-11-28n-api: add missed nullptr check in napi_has_own_propertyDenys Otrishko
2019-11-28tty: truecolor check moved before 256 checkDuncan Healy
2019-11-28http2: make maximum tolerated rejected streams configurableDenys Otrishko
2019-11-28test: update and harden http2-reset-floodDenys Otrishko
2019-11-28http2: allow to configure maximum tolerated invalid framesDenys Otrishko
2019-11-28http2: replace direct array usage with struct for js_fields_Denys Otrishko
2019-11-28crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen
2019-11-27fs: add ENFILE to rimraf retry logiccjihrig
2019-11-27fs: add retryDelay option to rimrafcjihrig
2019-11-27fs: remove rimraf's emfileWait optioncjihrig
2019-11-27fs: make rimraf default to 0 retriescjihrig