aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic
AgeCommit message (Expand)AuthorFilesLines
2019-10-27quic: fix wrong condition in update_fifo_sizeMathiasRaoul1-1/+1
2019-10-18quic: make quic fifo size configurable via cliMathiasRaoul2-6/+83
2019-10-11quic: Create custom event loggerMathiasRaoul1-2/+39
2019-10-11quic: Add Tx, Rx and packet drop countersMathiasRaoul3-0/+66
2019-10-11quic: add cli command for statsMathiasRaoul1-0/+47
2019-10-03tests: add quic plugin qclose/sclose testsDave Wallace1-25/+197
2019-09-30quic : refactor function namingMathiasRaoul3-56/+51
2019-09-30quic: fix use-after-freeBenoît Ganne1-1/+6
2019-09-30quic: fix non-null terminated hostname stringBenoît Ganne1-9/+5
2019-09-30quic: fix server opening stream immediatelyAloys Augustin2-4/+19
2019-09-28quic: disable quic plugin by defaultAloys Augustin2-0/+5
2019-09-27quic: enable stable quic testsDave Wallace1-5/+0
2019-09-23quic: fix rx_callback refactoringNathan Skrzypczak1-1/+1
2019-09-20hsa: Refactor quic_echo to allow other protocolsNathan Skrzypczak1-2/+2
2019-09-20quic: quic_app_rx_callback refactor.Mathias Raoul1-117/+167
2019-09-04quic: handle session migration notificationsAloys Augustin1-63/+38
2019-08-23tests: move plugin tests to src/plugins/*/testDave Wallace1-0/+248
2019-08-06quic: Add missing session_migrate_callbackNathan Skrzypczak1-0/+7
2019-08-05docs: Add more quic plugin documentationNathan Skrzypczak2-38/+127
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 Skrzypczak2-135/+148
2019-07-30quic: fix cert loadingNathan Skrzypczak3-12/+17
2019-07-30quic: cleanup and refactorisationAloys Augustin7-525/+634
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-1/+1
2019-07-23quic: Refactor connections closing and deletionAloys Augustin2-21/+81
2019-07-22quic: update quicly libraryAloys Augustin1-4/+4
2019-07-19session: Use parent_handle instead of transport_optsNathan Skrzypczak1-11/+13
2019-07-17quic: Add back stream connect conditionNathan Skrzypczak1-1/+1
2019-07-15quic: integrate vpp crypto api for quic packets encryptionMathias Raoul4-0/+403
2019-07-12quic: fix show session verboseAloys Augustin1-29/+23
2019-07-12tls quic: reduce default segment sizesAloys Augustin1-2/+2
2019-07-12session: add thread index to all formattersAloys Augustin1-2/+4
2019-07-09quic: echo thread can handle multiple sessionsNathan Skrzypczak1-1/+11
2019-07-09quic: fix passive disconnect handling & refactorNathan Skrzypczak2-532/+727
2019-07-03quic: fifo notifications fixAloys Augustin1-0/+5
2019-06-29svm: rename fifo tx notifications to reflect useFlorin Coras1-7/+7
2019-06-28quic : Use TX event for app read notificationNathan Skrzypczak2-58/+103
2019-06-27session: Add transport vft protocol optionsNathan Skrzypczak1-2/+4
2019-06-24quic: server create streams test caseDave Wallace1-1/+1
2019-06-20quic: remove session flags identifying Q/S sessionsNathan Skrzypczak1-8/+3
2019-06-18quic: fix handling of stream reset & closeNathan Skrzypczak2-36/+65
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak2-26/+10
2019-05-23fix show session verbose crash with quic transportDave Wallace1-2/+48
2019-05-21docs: add quic subpage to user docsVratko Polak1-1/+1
2019-05-21QUIC: Add initial documentationAloys Augustin1-0/+38
2019-05-15Add QUIC human readable error logsNathan Skrzypczak1-7/+56
2019-05-14QUIC multi thread updateAloys Augustin2-253/+299
2019-05-06Add QUIC multistream supportNathan Skrzypczak2-290/+696