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
AgeCommit message (Expand)Author
2020-09-05quic: fix error message on invalid connection IDRich Trott
2020-09-04quic: remove unused function argumentsRich Trott
2020-09-03quic: remove undefined variableRich Trott
2020-08-17quic: use net.BlockList for limiting access to a QuicSocketJames M Snell
2020-08-17quic: check setSocket natRebinding argument, extend testJames M Snell
2020-08-17quic: fixup set_socket, fix skipped testJames M Snell
2020-08-17quic: limit push check to http/3James M Snell
2020-08-17quic: resolve some minor TODOsJames M Snell
2020-08-16quic: use AbortController with correct name/messageAnna Henningsen
2020-08-10quic: use the SocketAddressLRU to track validation statusJames M Snell
2020-08-10quic: cleanup some outstanding todo itemsJames M Snell
2020-08-03quic: use QuicCallbackScope consistently for QuicSessionJames M Snell
2020-08-03quic: refactor clientHelloJames M Snell
2020-07-27quic: refactor ocsp to use async function rather than event/callbackJames M Snell
2020-07-27quic: remove no-longer relevant TODO statementsJames M Snell
2020-07-27quic: remove extraneous unused debug propertyJames M Snell
2020-07-23quic: use async _construct for QuicStreamJames M Snell
2020-07-23quic: extensive refactoring of QuicStream lifecycleJames M Snell
2020-07-23quic: remove unneeded quicstream.aborted and fixup docsJames M Snell
2020-07-23quic: remove stream pending codeJames M Snell
2020-07-23quic: simplify QuicStream construction logicJames M Snell
2020-07-23quic: convert openStream to PromiseJames M Snell
2020-07-16quic: properly pass readable/writable constructor optionsJames M Snell
2020-07-16quic: implement QuicSession close as promiseJames M Snell
2020-07-16quic: cleanup QuicClientSession constructorJames M Snell
2020-07-16quic: use promisified dns lookupJames M Snell
2020-07-16quic: eliminate "ready"/"not ready" states for QuicSessionJames M Snell
2020-07-16quic: implement QuicSocket Promise API, part 2James M Snell
2020-07-16quic: implement QuicSocket Promise API, part 1James M Snell
2020-07-16quic: implement QuicEndpoint Promise APIJames M Snell
2020-07-16quic: handle unhandled rejections on QuicSessionJames M Snell
2020-07-16quic: fixup kEndpointCloseJames M Snell
2020-07-16quic: fix endpointClose error handling, documentJames M Snell
2020-07-16quic: restrict addEndpoint to before QuicSocket bindJames M Snell
2020-07-16quic: use a getter for stream optionsJames M Snell
2020-07-16quic: clarifying code commentsJames M Snell
2020-07-16quic: minor reduction in code duplicationJames M Snell
2020-07-16quic: replace ipv6Only option with `'udp6-only'` typeJames M Snell
2020-07-10quic: set destroyed at timestamps for duration calculationJames M Snell
2020-07-10quic: use Number instead of BigInt for more statsJames M Snell
2020-07-10quic: use less specific error codesJames M Snell
2020-07-09quic: proper custom inspect for QuicStreamJames M Snell
2020-07-09quic: proper custom inspect for QuicSessionJames M Snell
2020-07-09quic: proper custom inspect for QuicSocketJames M Snell
2020-07-09quic: proper custom inspect for QuicEndpointJames M Snell
2020-07-09quic: cleanup QuicSocketFlags, used shared state structJames M Snell
2020-07-09quic: use getter/setter for stateless reset toggleJames M Snell
2020-07-09quic: use Number() instead of bigint for QuicSocket statsJames M Snell
2020-07-09quic: refactor/improve/document QuicSocket listening eventJames M Snell
2020-07-09quic: refactor/improve QuicSocket ready event handlingJames M Snell