summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 2021-09-22, Version 16.10.0 (Current)v16.10.0v16.10.0-proposalBeth Griggs2021-09-221-3/+3
* src: add --no-global-search-paths cli optionCheng Zhao2021-09-223-1/+8
* src: add option to disable global search pathsCheng Zhao2021-09-225-1/+19
* src: remove unnecessary comment and add a CHECK in crypto_tls.ccDarshan Sen2021-09-221-8/+1
* src: register zlib external references for snapshotJoyee Cheung2021-09-222-0/+19
* worker: avoid potential deadlock on NearHeapLimitSantiago Gimeno2021-09-222-5/+15
* src: fix -Wunreachable-code-return errorShelley Vohr2021-09-222-2/+0
* src: add option to disable loading native addonsDominic Elm2021-09-228-1/+28
* crypto: fix RSA-PSS default saltLengthTobias Nießen2021-09-211-2/+7
* crypto: fix default MGF1 hash for OpenSSL 3Tobias Nießen2021-09-211-2/+11
* src: use Isolate::TryGetCurrent where appropriateAnna Henningsen2021-09-214-4/+4
* src: make napi_create_reference accept symbolJckXia2021-09-211-3/+3
* src: fix C4805 MSVC warningMichaël Zasso2021-09-211-1/+1
* src: register external references of PipeWrap for snapshotJoyee Cheung2021-09-213-1/+18
* src: register external references of TTYWrap for snapshotJoyee Cheung2021-09-213-0/+13
* src: register external references of TCPWrap for snapshotJoyee Cheung2021-09-213-1/+24
* src: register external references of SignalWrap for snapshotJoyee Cheung2021-09-212-0/+10
* src: register missing process methods external referencesJoyee Cheung2021-09-211-0/+5
* src: register missing stream wrap external referencesJoyee Cheung2021-09-211-0/+4
* src: register external references of BaseObject for snapshotJoyee Cheung2021-09-213-7/+14
* src: register external references of node-report for snapshotJoyee Cheung2021-09-212-0/+22
* src: register external references of dtrace for snapshotJoyee Cheung2021-09-212-10/+30
* Working on v16.9.2Richard Lau2021-09-101-2/+2
* 2021-09-10, Version 16.9.1 (Current)v16.9.1v16.9.1-proposalRichard Lau2021-09-101-1/+1
* Working on v16.9.1Michaël Zasso2021-09-071-2/+2
* 2021-09-07, Version 16.9.0 (Current)v16.9.0v16.9.0-proposalMichaël Zasso2021-09-061-3/+3
* src: remove usage of AllocatedBuffer from src/node_buffer.ccDarshan Sen2021-09-061-17/+57
* crypto: fix regression in RSA-PSS keygenTobias Nießen2021-09-061-2/+3
* crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen2021-09-062-4/+81
* crypto: fix rsa-pss one-shot sign/verify error handlingFilip Skokan2021-09-061-0/+3
* crypto: fix JWK RSA-PSS SubtleCrypto.exportKeyFilip Skokan2021-09-061-6/+14
* src: remove extra semicolons outside fnsShelley Vohr2021-09-061-2/+2
* Working on v16.8.1Michaël Zasso2021-08-251-2/+2
* 2021-08-25, Version 16.8.0 (Current)v16.8.0v16.8.0-proposalMichaël Zasso2021-08-251-3/+3
* src: return Maybe<bool> from InitializeContextRuntime()Darshan Sen2021-08-234-36/+95
* src: call overload ctor from the original ctorDarshan Sen2021-08-221-7/+2
* src: add a constructor overload for CallbackScopeDarshan Sen2021-08-224-4/+15
* build: add option to hide console windowCheng Zhao2021-08-225-1/+16
* Working on v16.7.1Danielle Adams2021-08-171-2/+2
* 2021-08-17, Version 16.7.0 (Current)v16.7.0Danielle Adams2021-08-161-3/+3
* src: fix TextDecoder final flush size calculationJames M Snell2021-08-161-2/+15
* src: fix crash in AfterGetAddrInfoAnna Henningsen2021-08-161-5/+13
* url,buffer: implement URL.createObjectURLJames M Snell2021-08-167-8/+225
* src: fix align in cares_wrap.hLuan2021-08-161-4/+4
* dns: add "tries" option to Resolve optionsLuan Devecchi2021-08-162-6/+20
* node-api: handle pending exception in cb wrapperMichael Dawson2021-08-161-2/+6
* src: add cosmetic space character to `async_wrap.h` fileJuan José Arboleda2021-08-161-1/+1
* async_hooks: merge resource_symbol with owner_symbolDarshan Sen2021-08-162-3/+2
* Working on v16.6.3Beth Griggs2021-08-111-2/+2
* 2021-08-11, Version 16.6.2 (Current)v16.6.2Beth Griggs2021-08-111-1/+1