Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-12module: custom --conditions flag optionGuy Bedford
2020-08-11src: prefer C++ empty() in boolean expressionsTobias Nießen
2020-08-11net: introduce net.BlockListJames M Snell
2020-08-11quic: prefer modernize-make-uniquegengjiawen
2020-08-10quic: use the SocketAddressLRU to track validation statusJames M Snell
2020-08-10quic: use SocketAddressLRU to track known SocketAddress infoJames M Snell
2020-08-10src: add SocketAddressLRU UtilityJames M Snell
2020-08-07n-api: fix use-after-free with napi_remove_async_cleanup_hookAnna Henningsen
2020-08-07src: spin shutdown loop while immediates are pendingAnna Henningsen
2020-08-07src: fix `size` underflow in CallbackQueueAnna Henningsen
2020-08-07deps: update to uvwasi 0.0.10cjihrig
2020-08-07src: fix linter failuresAnna Henningsen
2020-08-07crypto: add OP flag constants added in OpenSSL v1.1.1Mateusz Krawczuk
2020-08-07n-api,src: provide asynchronous cleanup hooksAnna Henningsen
2020-08-03module: unflag Top-Level AwaitMyles Borins
2020-08-03quic: use QuicCallbackScope consistently for QuicSessionJames M Snell
2020-08-03quic: introduce QuicCallbackScopeJames M Snell
2020-08-03quic: refactor clientHelloJames M Snell
2020-08-03async_hooks: fix id assignment in fast-path promise hookAndrey Pechkurov
2020-08-03async_hooks: execute destroy hooks earlierGerhard Stoebich
2020-08-02http: reset headers timeout on headers completeRobert Nagy
2020-08-01n-api: support type-tagging objectsGabriel Schulhof
2020-07-31n-api: simplify bigint-from-word creationGabriel Schulhof
2020-07-31quic: use OpenSSL built-in cert and hostname validationJames M Snell
2020-07-31src: fix unused namespace member in node_utilAndrey Pechkurov
2020-07-28util: print External address from inspectunknown
2020-07-28async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov
2020-07-28quic: fix build for macOSgengjiawen
2020-07-27quic: refactor ocsp to use async function rather than event/callbackJames M Snell
2020-07-27http2: avoid unnecessary buffer resizeDenys Otrishko
2020-07-25src: skip weak references for memory trackingAnna Henningsen
2020-07-25src: prefer internal fields in ModuleWrapAnna Henningsen
2020-07-24n-api: run all finalizers via SetImmediate()Gabriel Schulhof
2020-07-23src: remove unused variable in node_file.ccsapics
2020-07-23quic: use async _construct for QuicStreamJames M Snell
2020-07-23quic: extensive refactoring of QuicStream lifecycleJames M Snell
2020-07-22worker: make MessagePort inherit from EventTargetAnna Henningsen
2020-07-22zlib: switch to lazy init for zlib streamsAndrey Pechkurov
2020-07-22src: do not crash if ToggleAsyncHook fails during terminationAnna Henningsen
2020-07-21src: guard against nullptr deref in TimerWrapHandle::StopAnna Henningsen
2020-07-21src: allow preventing SetPromiseRejectCallbackShelley Vohr
2020-07-21dgram: add IPv6 scope id suffix to received udp6 dgramsPekka Nikander
2020-07-20src: add callback scope for native immediatesAnna Henningsen
2020-07-20src: allow setting a dir for all diagnostic outputAshCripps
2020-07-19src: avoid strcmp in SecureContext::InitTobias Nießen
2020-07-19tls: remove setMaxSendFragment guardsTobias Nießen
2020-07-19src: refactor CertCbDone to avoid goto statementTobias Nießen
2020-07-18src: snapshot nodeJoyee Cheung
2020-07-18bootstrap: build fast APIs in pre-executionJoyee Cheung
2020-07-18src: reset zero fill toggle at pre-executionJoyee Cheung