summaryrefslogtreecommitdiff
path: root/src/quic
AgeCommit message (Expand)Author
2020-12-03src: use transferred consistentlyDaniel Bevenius
2020-11-23src: fix label indentationRich Trott
2020-10-07crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-07crypto: move node_crypto files to src/cryptoJames M Snell
2020-09-25quic: fix typo in code commentIkko Ashimine
2020-08-21quic: use qlog fin flagJames M Snell
2020-08-21quic: fixups after ngtcp2/nghttp3 updateJames M Snell
2020-08-17quic: use net.BlockList for limiting access to a QuicSocketJames 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-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-07src: fix linter failuresAnna Henningsen
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-07-31quic: use OpenSSL built-in cert and hostname validationJames M Snell
2020-07-28quic: fix build for macOSgengjiawen
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: extensive refactoring of QuicStream lifecycleJames M Snell
2020-07-15quic: fixup closing/draining period timingJames M Snell
2020-07-16quic: clear clang warninggengjiawen
2020-07-16http2: add support for sensitive headersAnna Henningsen
2020-07-14src,doc,test: remove String::New default parameterAnna Henningsen
2020-07-14src: refactor TimerWrap lifetime managementAnna Henningsen
2020-07-14src: remove user_data from TimerWrapAnna Henningsen
2020-07-10quic: set destroyed at timestamps for duration calculationJames M Snell
2020-07-09quic: remove no longer valid CHECKJames 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: unref timers againAnna Henningsen
2020-07-09quic: additional minor cleanups in node_quic_session.hJames M Snell
2020-07-05quic: use TimerWrap for idle and retransmit timersJames M Snell
2020-07-05quic: add missing memory tracker fieldsJames M Snell
2020-07-05quic: cleanup timers if they haven't been alreadyJames M Snell
2020-07-05quic: fixup lint issuesJames M Snell
2020-07-05quic: refactor qlog handlingJames M Snell
2020-07-05quic: remove onSessionDestroy callbackJames M Snell
2020-07-05quic: refactor QuicSession shared state to use AliasedStructJames M Snell
2020-07-05quic: refactor QuicSession close/destroy flowJames M Snell
2020-07-05quic: additional cleanups on the c++ sideJames M Snell
2020-07-05quic: refactor native object flags for better readabilityJames M Snell
2020-07-05quic: continued refactoring for quic_stream/quic_sessionJames M Snell