aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic
AgeCommit message (Expand)AuthorFilesLines
2020-01-15quic: add FEATURE.yamlAloys Augustin1-0/+10
2020-01-14tests: fix worker thread initializationPaul Vinciguerra1-4/+7
2020-01-06quic: call quic_send_packets only once per ctxAloys Augustin1-3/+7
2020-01-02session: fix listener global endpoint lookupFlorin Coras1-1/+1
2019-12-19quic: fix accept failureNathan Skrzypczak1-23/+23
2019-12-18quic: Hotfix crypto context on migrateNathan Skrzypczak1-0/+17
2019-12-17quic: Implement crypto contextsNathan Skrzypczak2-76/+241
2019-12-17quic: update quicly to v0.0.8-vppMathiasRaoul2-6/+8
2019-12-11quic: Add support for unidirectional streamsNathan Skrzypczak1-5/+14
2019-12-11quic: Use per thread next_cidNathan Skrzypczak2-8/+10
2019-12-11quic: Add aggregated quicly statsNathan Skrzypczak1-67/+186
2019-12-11quic: add more detailed statisticsMathiasRaoul2-0/+67
2019-12-10quic: removing quicly_send call from quic_accept_connectionMathiasRaoul1-9/+21
2019-12-06quic: update quicly to v0.0.7-vppMathiasRaoul1-8/+23
2019-12-05tests: quic enable per testcase timeout overridesPaul Vinciguerra1-3/+8
2019-12-04quic: fix stream tx_fifo race conditionNathan Skrzypczak2-27/+61
2019-12-04quic: clean accept/connect error codepathNathan Skrzypczak1-48/+51
2019-12-04quic: refactor connection search fnNathan Skrzypczak1-27/+31
2019-12-04quic: add conn-timeout config optionNathan Skrzypczak2-8/+12
2019-12-04quic: fix import typoNathan Skrzypczak1-1/+1
2019-11-26quic: Refactor for crypto contextsNathan Skrzypczak4-165/+168
2019-11-22quic: Refactor quic rx callback for offloadNathan Skrzypczak2-111/+147
2019-11-22quic: Remove qctx opening poolNathan Skrzypczak2-34/+15
2019-11-20quic: Increase loggingNathan Skrzypczak1-29/+40
2019-11-19quic: handle duplicate packet from quiclyDave Wallace1-2/+15
2019-11-07quic: Add support for ckpair & crypto engineNathan Skrzypczak2-20/+49
2019-11-06docs: add spellcheck to 'make docs' sphinx docsPaul Vinciguerra1-1/+1
2019-11-06quic: free qctx after udp cleanupNathan Skrzypczak1-22/+58
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-11-04quic: enhance error reportingDave Wallace2-6/+24
2019-11-04quic: remove redundant function callsDave Wallace1-2/+0
2019-11-01quic: fifo size is u32Dave Wallace3-18/+32
2019-10-31quic: fix wrong error checkingDave Wallace1-6/+1
2019-10-31quic: disable failing testFlorin Coras1-0/+1
2019-10-30quic: fix quicly fifo size mismatchDave Wallace1-3/+13
2019-10-30quic: fix typosPaul Vinciguerra1-4/+4
2019-10-22tests: quic add big stream extended testsDave Wallace1-10/+65
2019-10-22tests: enable vpp_echo to run in gdbDave Wallace1-7/+22
2019-10-21quic: Add PICOTLS_INCLUDE_DIR var to CMakeLists.Mathias Raoul1-0/+6
2019-10-11hsa: vpp_echo refactor quic nclients argDave Wallace1-2/+2
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak1-1/+1
2019-10-09session: Add certificate storeNathan Skrzypczak2-10/+11
2019-10-09hsa: fix vpp_echo session closeDave Wallace1-37/+47
2019-10-08hsa: make vpp_echo use mq instead of bapiNathan Skrzypczak2-7/+1
2019-10-08session: add is_migrating flagNathan Skrzypczak2-49/+38
2019-10-07quic: fix wrong condition in update_fifo_sizeMathiasRaoul1-1/+1
2019-10-07quic: Refactor naming & clibsNathan Skrzypczak2-277/+209
2019-10-04quic: make quic fifo size configurable via cliMathiasRaoul2-6/+83
2019-10-04quic: update quicly to v0.0.5MathiasRaoul1-49/+12
2019-10-01quic: Create custom event loggerMathiasRaoul1-2/+39