aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic
AgeCommit message (Expand)AuthorFilesLines
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
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 Augustin2-302/+459
2019-04-10quic: add dummy accepted cbFlorin Coras2-2/+9
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 Skrzypczak3-0/+1753