aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic/quic.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09quic: echo thread can handle multiple sessionsNathan Skrzypczak1-1/+11
2019-07-09quic: fix passive disconnect handling & refactorNathan Skrzypczak1-508/+676
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 Skrzypczak1-56/+102
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 Skrzypczak1-34/+63
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak1-25/+10
2019-05-23fix show session verbose crash with quic transportDave Wallace1-2/+48
2019-05-15Add QUIC human readable error logsNathan Skrzypczak1-7/+56
2019-05-14QUIC multi thread updateAloys Augustin1-248/+290
2019-05-06Add QUIC multistream supportNathan Skrzypczak1-269/+681
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-3/+3
2019-04-25session: use teps in accept/connect notificationsFlorin Coras1-10/+9
2019-04-24Add get_endpoint in transport vftAloys Augustin1-0/+36
2019-04-16QUIC: Initial multi stream supportAloys Augustin1-283/+421
2019-04-10quic: add dummy accepted cbFlorin Coras1-1/+8
2019-04-06quic: support addition of fifo segmentsFlorin Coras1-1/+2
2019-04-05quic: update app ns on connectFlorin Coras1-0/+1
2019-04-02session: use app cb function wrappersFlorin Coras1-6/+3
2019-03-29Integrate first QUIC protocol implementationNathan Skrzypczak1-0/+1592