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-29perf_hooks: add idleTime and event loop utilTrevor Norris
2020-08-27n-api: re-implement async env cleanup hooksGabriel Schulhof
2020-08-26src,doc: fix wording to refer to context, not environmentTurner Jabbour
2020-08-26src,doc: fix grammar due to missing 'is'Turner Jabbour
2020-08-26src,doc: rephrase for clarityTurner Jabbour
2020-08-26module: drop `-u` alias for `--conditions`Richard Lau
2020-08-24src: fix abort on uv_loop_init() failureBen Noordhuis
2020-08-23src: usage of modernize-use-equals-defaultYash Ladha
2020-08-23tls: enable renegotiation when using BoringSSLJeremy Rose
2020-08-21quic: use qlog fin flagJames M Snell
2020-08-21quic: fixups after ngtcp2/nghttp3 updateJames M Snell
2020-08-21src: add Update(const sockaddr*) variantJames M Snell
2020-08-21n-api: handle weak no-finalizer refs correctlyGabriel Schulhof
2020-08-20process: correctly parse Unicode in NODE_OPTIONSBartosz Sosnowski
2020-08-17worker: do not crash when JSTransferable lists untransferable valueAnna Henningsen
2020-08-17quic: use net.BlockList for limiting access to a QuicSocketJames M Snell
2020-08-17src: allow instances of net.BlockList to be created internallyJames M Snell
2020-08-17quic: consolidate stats collecting in QuicSessionJames M Snell
2020-08-17quic: clarify TODO statementsJames M Snell
2020-08-17quic: resolve InitializeSecureContext TODO commentJames M Snell
2020-08-17quic: fixup session ticket app data todo commentsJames M Snell
2020-08-17quic: fixup set_socket, fix skipped testJames M Snell
2020-08-17quic: resolve some minor TODOsJames M Snell
2020-08-17quic: resolve minor TODO in QuicSocketJames M Snell
2020-08-17http2: use and support non-empty DATA frame with END_STREAM flagCarlos Lopez
2020-08-14crypto: avoid unitializing ECDH objects on errorTobias Nießen
2020-08-12worker: fix --abort-on-uncaught-exception handlingAnna Henningsen
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