aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic/quic.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-17quic: Implement crypto contextsNathan Skrzypczak1-68/+229
2019-12-17quic: update quicly to v0.0.8-vppMathiasRaoul1-0/+1
2019-12-11quic: Add support for unidirectional streamsNathan Skrzypczak1-5/+14
2019-12-11quic: Use per thread next_cidNathan Skrzypczak1-7/+9
2019-12-11quic: Add aggregated quicly statsNathan Skrzypczak1-67/+186
2019-12-11quic: add more detailed statisticsMathiasRaoul1-0/+61
2019-12-10quic: removing quicly_send call from quic_accept_connectionMathiasRaoul1-9/+21
2019-12-04quic: fix stream tx_fifo race conditionNathan Skrzypczak1-27/+48
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 Skrzypczak1-8/+10
2019-12-04quic: fix import typoNathan Skrzypczak1-1/+1
2019-11-26quic: Refactor for crypto contextsNathan Skrzypczak1-154/+113
2019-11-22quic: Refactor quic rx callback for offloadNathan Skrzypczak1-111/+127
2019-11-22quic: Remove qctx opening poolNathan Skrzypczak1-33/+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 Skrzypczak1-19/+46
2019-11-06quic: free qctx after udp cleanupNathan Skrzypczak1-22/+58
2019-11-04quic: enhance error reportingDave Wallace1-6/+19
2019-11-04quic: remove redundant function callsDave Wallace1-2/+0
2019-11-01quic: fifo size is u32Dave Wallace1-10/+27
2019-10-31quic: fix wrong error checkingDave Wallace1-6/+1
2019-10-30quic: fix quicly fifo size mismatchDave Wallace1-3/+13
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak1-1/+1
2019-10-09session: Add certificate storeNathan Skrzypczak1-9/+9
2019-10-08hsa: make vpp_echo use mq instead of bapiNathan Skrzypczak1-1/+1
2019-10-08session: add is_migrating flagNathan Skrzypczak1-49/+37
2019-10-07quic: fix wrong condition in update_fifo_sizeMathiasRaoul1-1/+1
2019-10-07quic: Refactor naming & clibsNathan Skrzypczak1-277/+194
2019-10-04quic: make quic fifo size configurable via cliMathiasRaoul1-5/+79
2019-10-04quic: update quicly to v0.0.5MathiasRaoul1-49/+12
2019-10-01quic: Create custom event loggerMathiasRaoul1-2/+39
2019-10-01quic: Add Tx, Rx and packet drop countersMathiasRaoul1-0/+34
2019-10-01quic: add cli command for statsMathiasRaoul1-0/+47
2019-09-18quic : refactor function namingMathiasRaoul1-1/+1
2019-09-12quic: fix use-after-freeBenoît Ganne1-1/+6
2019-09-11quic: fix non-null terminated hostname stringBenoît Ganne1-9/+5
2019-09-06quic: fix server opening stream immediatelyAloys Augustin1-3/+18
2019-09-02quic: disable quic plugin by defaultAloys Augustin1-0/+1
2019-08-19quic: fix rx_callback refactoringNathan Skrzypczak1-1/+1
2019-08-16quic: quic_app_rx_callback refactor.Mathias Raoul1-117/+167
2019-08-09quic: handle session migration notificationsAloys Augustin1-63/+38
2019-08-06quic: Add missing session_migrate_callbackNathan Skrzypczak1-0/+7
2019-08-05quic: fix memset 0 picotls depends onNathan Skrzypczak1-0/+1
2019-08-02quic: Improve quic echo connect threadingNathan Skrzypczak1-7/+8
2019-08-02quic: fix connection move with multiple workersAloys Augustin1-13/+35
2019-08-01quic: Improve quicly_ctx handling & crypto ctxNathan Skrzypczak1-135/+131
2019-07-30quic: fix cert loadingNathan Skrzypczak1-2/+9
2019-07-30quic: cleanup and refactorisationAloys Augustin1-503/+56