summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* perf_hooks: add idleTime and event loop utilTrevor Norris2020-08-293-0/+10
* n-api: re-implement async env cleanup hooksGabriel Schulhof2020-08-273-20/+48
* src,doc: fix wording to refer to context, not environmentTurner Jabbour2020-08-261-1/+1
* src,doc: fix grammar due to missing 'is'Turner Jabbour2020-08-261-1/+1
* src,doc: rephrase for clarityTurner Jabbour2020-08-261-1/+1
* module: drop `-u` alias for `--conditions`Richard Lau2020-08-261-1/+0
* src: fix abort on uv_loop_init() failureBen Noordhuis2020-08-241-1/+9
* src: usage of modernize-use-equals-defaultYash Ladha2020-08-231-2/+2
* tls: enable renegotiation when using BoringSSLJeremy Rose2020-08-221-0/+6
* quic: use qlog fin flagJames M Snell2020-08-212-8/+6
* quic: fixups after ngtcp2/nghttp3 updateJames M Snell2020-08-214-16/+47
* src: add Update(const sockaddr*) variantJames M Snell2020-08-212-0/+6
* n-api: handle weak no-finalizer refs correctlyGabriel Schulhof2020-08-211-2/+4
* process: correctly parse Unicode in NODE_OPTIONSBartosz Sosnowski2020-08-201-2/+14
* worker: do not crash when JSTransferable lists untransferable valueAnna Henningsen2020-08-171-5/+7
* quic: use net.BlockList for limiting access to a QuicSocketJames M Snell2020-08-173-1/+15
* src: allow instances of net.BlockList to be created internallyJames M Snell2020-08-173-0/+17
* quic: consolidate stats collecting in QuicSessionJames M Snell2020-08-173-22/+15
* quic: clarify TODO statementsJames M Snell2020-08-171-0/+10
* quic: resolve InitializeSecureContext TODO commentJames M Snell2020-08-171-2/+0
* quic: fixup session ticket app data todo commentsJames M Snell2020-08-171-11/+8
* quic: fixup set_socket, fix skipped testJames M Snell2020-08-171-19/+25
* quic: resolve some minor TODOsJames M Snell2020-08-171-4/+5
* quic: resolve minor TODO in QuicSocketJames M Snell2020-08-171-9/+2
* http2: use and support non-empty DATA frame with END_STREAM flagCarlos Lopez2020-08-171-6/+7
* crypto: avoid unitializing ECDH objects on errorTobias Nießen2020-08-141-7/+9
* worker: fix --abort-on-uncaught-exception handlingAnna Henningsen2020-08-112-1/+2
* module: custom --conditions flag optionGuy Bedford2020-08-112-0/+6
* src: prefer C++ empty() in boolean expressionsTobias Nießen2020-08-116-12/+12
* net: introduce net.BlockListJames M Snell2020-08-114-2/+765
* quic: prefer modernize-make-uniquegengjiawen2020-08-111-3/+4
* quic: use the SocketAddressLRU to track validation statusJames M Snell2020-08-103-15/+18
* quic: use SocketAddressLRU to track known SocketAddress infoJames M Snell2020-08-103-60/+45
* src: add SocketAddressLRU UtilityJames M Snell2020-08-102-0/+103
* n-api: fix use-after-free with napi_remove_async_cleanup_hookAnna Henningsen2020-08-071-0/+6
* src: spin shutdown loop while immediates are pendingAnna Henningsen2020-08-071-1/+4
* src: fix `size` underflow in CallbackQueueAnna Henningsen2020-08-071-1/+1
* deps: update to uvwasi 0.0.10cjihrig2020-08-071-2/+4
* src: fix linter failuresAnna Henningsen2020-08-076-9/+3
* crypto: add OP flag constants added in OpenSSL v1.1.1Mateusz Krawczuk2020-08-071-0/+20
* n-api,src: provide asynchronous cleanup hooksAnna Henningsen2020-08-075-2/+130
* module: unflag Top-Level AwaitMyles Borins2020-08-033-2/+10
* quic: use QuicCallbackScope consistently for QuicSessionJames M Snell2020-08-031-91/+186
* quic: introduce QuicCallbackScopeJames M Snell2020-08-033-35/+100
* quic: refactor clientHelloJames M Snell2020-08-033-55/+59
* async_hooks: fix id assignment in fast-path promise hookAndrey Pechkurov2020-08-031-38/+44
* async_hooks: execute destroy hooks earlierGerhard Stoebich2020-08-021-0/+12
* http: reset headers timeout on headers completeRobert Nagy2020-08-021-0/+1
* n-api: support type-tagging objectsGabriel Schulhof2020-07-315-0/+119
* n-api: simplify bigint-from-word creationGabriel Schulhof2020-07-311-7/+4