summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Working on v14.18.1Michaël Zasso2021-09-281-2/+2
* 2021-09-28, Version 14.18.0 'Fermium' (LTS)v14.18.0v14.18.0-proposalMichaël Zasso2021-09-071-3/+3
* build: add option to hide console windowCheng Zhao2021-09-045-1/+16
* src: fix TextDecoder final flush size calculationJames M Snell2021-09-041-2/+15
* node-api: handle pending exception in cb wrapperMichael Dawson2021-09-041-2/+6
* src: add cosmetic space character to `async_wrap.h` fileJuan José Arboleda2021-09-041-1/+1
* src: print native module id on native module not foundlegendecas2021-09-041-1/+4
* src: close HandleWraps instead of deleting them in OnGCCollect()Anna Henningsen2021-09-042-2/+11
* debugger: validate sec-websocket-accept response headerChris Opperwall2021-09-041-0/+1
* deps: extract gtest source files to deps/googletestlegendecas2021-09-042-89/+0
* process: add api to enable source-maps programmaticallylegendecas2021-09-041-3/+4
* src: remove unused guards around node-api referencelegendecas2021-09-042-4/+0
* debugger: indicate server is endingRich Trott2021-09-041-1/+5
* node-api: cctest on v8impl::Referencelegendecas2021-09-047-331/+489
* inspector: move inspector async hooks to environmentJoyee Cheung2021-09-043-14/+15
* doc: use ASCII order for md refsAntoine du Hamel2021-09-041-1/+1
* src,zlib: tighten up Z_*_WINDOWBITS macrosXadillaX2021-09-042-5/+3
* src: fix crash in AfterGetAddrInfoAnna Henningsen2021-09-041-5/+13
* src: call overload ctor from the original ctorDarshan Sen2021-09-041-7/+2
* src: add a constructor overload for CallbackScopeDarshan Sen2021-09-044-4/+15
* src: fix align in cares_wrap.hLuan2021-09-041-4/+4
* dns: add "tries" option to Resolve optionsLuan Devecchi2021-09-042-6/+20
* src: allow to negate boolean CLI flagsMichaël Zasso2021-09-046-25/+61
* dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong2021-09-042-0/+8
* report: generates report on threads with no isolateslegendecas2021-09-032-15/+14
* src: fix fatal errors when a current isolate not existlegendecas2021-09-031-0/+6
* node-api: rtn pending excep on napi_new_instancelegendecas2021-09-031-1/+1
* async_hooks: eliminate native PromiseHookStephen Belanger2021-08-311-284/+0
* src: remove more extra semis from member fnsShelley Vohr2021-08-312-4/+4
* buffer: avoid creating the backing store in the threadJames M Snell2021-08-311-2/+2
* src: use BaseObject::kInteralFieldCount in BlobJoyee Cheung2021-08-311-1/+2
* buffer: introduce BlobJames M Snell2021-08-315-0/+461
* buffer: add base64url encoding optionFilip Skokan2021-08-317-15/+86
* perf_hooks: introduce createHistogramJames M Snell2021-08-319-265/+469
* node-api: allow retrieval of add-on file nameGabriel Schulhof2021-08-313-6/+47
* src: add --heapsnapshot-near-heap-limit optionJoyee Cheung2021-08-3112-21/+204
* http2: add support for sensitive headersAnna Henningsen2021-08-314-9/+23
* v8: implement v8.stopCoverage()Joyee Cheung2021-08-312-0/+21
* v8: implement v8.takeCoverage()Joyee Cheung2021-08-312-80/+128
* src: compare IPv4 addresses in host byte ordercjihrig2021-08-311-2/+4
* net: allow net.BlockList to use net.SocketAddress objectsJames M Snell2021-08-312-107/+75
* src: move node_binding to modern THROW_ERR*James M Snell2021-08-312-20/+22
* net: add SocketAddress classJames M Snell2021-08-314-0/+201
* net: make net.BlockList cloneableJames M Snell2021-08-314-39/+170
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-08-3133-258/+82
* src: allow instances of net.BlockList to be created internallyJames M Snell2021-08-313-0/+17
* net: introduce net.BlockListJames M Snell2021-08-314-2/+765
* src: add SocketAddressLRU UtilityJames M Snell2021-08-312-0/+103
* cli: add -C alias for --conditions flagGuy Bedford2021-08-311-0/+1
* fs: allow `position` parameter to be a `BigInt` in read and readSyncraisinten2021-08-311-2/+5