summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-30doc: fixed a typo in process.mdHarendra Singh
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-30doc: documenting a bit more FreeBSD caseDavid Carlier
2019-11-30doc,n-api: mark napi_detach_arraybuffer as experimentallegendecas
2019-11-30http2: fix session memory accounting after pausingMichael Lehenbauer
2019-11-30tools: enforce blank line between functionsRich Trott
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-30lib: replace Date.now function by primordial DateNowTchoupinax
2019-11-30src: clean up node_file.hAnna Henningsen
2019-11-30src: remove unused variable in node_dir.ccgengjiawen
2019-11-30test:refactor createHook testJeny
2019-11-29buffer: fix 6-byte writeUIntBE() range checkBrian White
2019-11-30dns: use length for building TXT stringAnna Henningsen
2019-11-30test: port worker + buffer test to N-APIAnna Henningsen
2019-11-30n-api: detach external ArrayBuffers on env exitAnna Henningsen
2019-11-30buffer: release buffers with free callbacks on env exitAnna Henningsen
2019-11-30doc: add missing 'added' versions to module.builtinModulesThomas Watson
2019-11-30doc: fix worker.resourceLimits indentationDaniel Nalborczyk
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