summaryrefslogtreecommitdiff
path: root/src/quic
Commit message (Expand)AuthorAgeFilesLines
* quic: fix typo in endpoint.hTobias Nießen2023-05-081-1/+1
* quic: address recent coverity warningMichael Dawson2023-05-041-1/+1
* src: fix typo in comment in quic/sessionticket.ccTobias Nießen2023-04-281-1/+1
* quic: add additional QUIC implementationJames M Snell2023-04-269-14/+2000
* quic: add more QUIC implementationJames M Snell2023-04-177-8/+1476
* quic: add more QUIC implJames M Snell2023-04-097-0/+1007
* quic: add additional quic implementation utilitiesJames M Snell2023-03-316-0/+801
* quic: do not dereference shared_ptr after moveTobias Nießen2023-03-291-4/+4
* quic: add multiple internal utilitiesJames M Snell2023-03-286-0/+901
* quic: remove quicJames M Snell2021-01-3022-13167/+0
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-032-20/+3
* src: use transferred consistentlyDaniel Bevenius2020-12-031-1/+1
* src: fix label indentationRich Trott2020-11-231-1/+1
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-072-1/+3
* crypto: move node_crypto files to src/cryptoJames M Snell2020-10-074-4/+4
* quic: fix typo in code commentIkko Ashimine2020-09-251-1/+1
* quic: use qlog fin flagJames M Snell2020-08-212-8/+6
* quic: fixups after ngtcp2/nghttp3 updateJames M Snell2020-08-214-16/+47
* quic: use net.BlockList for limiting access to a QuicSocketJames M Snell2020-08-173-1/+15
* 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
* 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: fix linter failuresAnna Henningsen2020-08-073-4/+0
* 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
* quic: use OpenSSL built-in cert and hostname validationJames M Snell2020-07-314-257/+20
* quic: fix build for macOSgengjiawen2020-07-281-2/+2
* quic: refactor ocsp to use async function rather than event/callbackJames M Snell2020-07-272-3/+9
* quic: use async _construct for QuicStreamJames M Snell2020-07-232-1/+2
* quic: extensive refactoring of QuicStream lifecycleJames M Snell2020-07-2312-534/+566
* quic: fixup closing/draining period timingJames M Snell2020-07-153-85/+84
* quic: clear clang warninggengjiawen2020-07-161-1/+1
* http2: add support for sensitive headersAnna Henningsen2020-07-161-1/+0
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-12/+3
* src: refactor TimerWrap lifetime managementAnna Henningsen2020-07-141-2/+2
* src: remove user_data from TimerWrapAnna Henningsen2020-07-141-2/+2
* quic: set destroyed at timestamps for duration calculationJames M Snell2020-07-103-0/+3
* quic: remove no longer valid CHECKJames M Snell2020-07-091-5/+0
* quic: cleanup QuicSocketFlags, used shared state structJames M Snell2020-07-094-97/+55
* quic: use getter/setter for stateless reset toggleJames M Snell2020-07-093-7/+8
* quic: unref timers againAnna Henningsen2020-07-091-0/+3
* quic: additional minor cleanups in node_quic_session.hJames M Snell2020-07-091-18/+21