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-10-202020-10-20, Version 15.0.0 (Current)Beth Griggs
2020-10-04doc: fix typos in quic.mdLuigi Pinca
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-08doc: fix incorrectly marked Buffer in quic.mdRich Trott
2020-08-28doc,quic: simplify "make use of" to "use" in quic.mdRich Trott
2020-08-17quic: use net.BlockList for limiting access to a QuicSocketJames M Snell
2020-08-17quic: add natRebinding argument to docsJames M Snell
2020-08-13doc: fix headings in quic.mdAnna Henningsen
2020-08-10quic: use the SocketAddressLRU to track validation statusJames M Snell
2020-08-05doc: use _can_ to describe actions in quic.mdRich Trott
2020-08-05doc: use _can_ to describe actions in quic.mdRich Trott
2020-08-03quic: refactor clientHelloJames M Snell
2020-07-27quic: refactor ocsp to use async function rather than event/callbackJames M Snell
2020-07-23quic: use async _construct for QuicStreamJames M Snell
2020-07-23quic: documentation updatesJames 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-23doc: use sentence-case in quic.md headersRich Trott
2020-07-16quic: fixup quic.mdJames M Snell
2020-07-16quic: implement QuicSession close as promiseJames 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: fix endpointClose error handling, documentJames M Snell
2020-07-16quic: restrict addEndpoint to before QuicSocket bindJames 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: use Number instead of BigInt for more statsJames M Snell
2020-07-10quic: use less specific error codesJames M Snell
2020-07-09quic: cleanup QuicSocketFlags, used shared state structJames 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 error handling for busy eventJames M Snell
2020-07-09quic: handle errors thrown / rejections in the session eventJames M Snell
2020-07-06quic: refactor qlog handlingJames M Snell
2020-06-24quic: updates to implement for h3-29James M Snell
2020-06-23doc: use a single space between sentencesRich Trott
2020-06-22quic: refactor and improve ipv6OnlyJames M Snell
2020-06-16quic: initial QUIC implementationJames M Snell