aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-14/+0
2024-01-19build: disable plugins which require openssl if openssl is not availableDamjan Marion1-0/+5
2023-12-22quic: seed random generator during initFilip Tehlar1-0/+8
2023-09-13quic: fix quic sessions state updatesFlorin Coras1-11/+5
2023-09-04session: fix allocation of proxy fifosFlorin Coras1-0/+1
2023-08-09session: async rx event notificationsFlorin Coras1-5/+2
2023-08-02quic: fix closing of streamsFlorin Coras1-3/+1
2023-03-08quic: use tx instead of builtin_tx event with timersFlorin Coras1-3/+2
2022-12-21quic: fix quic plugin with openssl 3.xDave Wallace2-0/+14
2022-12-14vcl: enable gso for 'sendmsg' in LDP mode.Dou Chao1-0/+1
2022-12-02quic: update to quicly v0.1.4Dave Wallace2-23/+28
2022-10-31quic: use safe pool reallocFlorin Coras1-1/+2
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-2/+0
2022-07-12quic: fix coverity warningFlorin Coras1-1/+2
2022-06-17quic:fix crash rx_fifo full or growfanxb1-0/+16
2022-02-15quic: fix quic_config_fn cfg cmd parse errorfanxb1-3/+3
2022-02-10session: use transport endpoint cfg for listenFlorin Coras1-1/+2
2021-08-03quic: do not update crypto keys from workersAloys Augustin3-20/+59
2021-06-18session: udp accept session state should be updated by appjxm1-0/+1
2021-05-21bfd: use vnet cryptoKlement Sekera1-1/+1
2021-05-21quic: add extended vcl testFlorin Coras1-1/+1
2021-05-21quic: fix timer updateFlorin Coras1-1/+3
2021-05-21quic: init crypto context on streamsFlorin Coras1-3/+2
2021-05-21quic: make sure aead crypto context matches quiclyFlorin Coras1-1/+2
2021-05-19quic: fix memory leak & crash on connection deleteDave Wallace1-2/+8
2021-05-13tests: move test source to vpp/testDave Wallace1-554/+0
2021-05-11quic: alloc ctx on udp threadFlorin Coras1-9/+10
2021-05-07session: connects seg manager is always firstFlorin Coras1-3/+0
2021-05-03quic: fix coverity warningFlorin Coras1-2/+2
2021-05-03quic: improve udp dgram writeFlorin Coras1-10/+7
2021-04-30build: declare some CMake variables as advancedDamjan Marion1-5/+5
2021-04-30quic: report number of packets sent on custom txFlorin Coras1-14/+8
2021-04-23tls quic: improve error reportingFlorin Coras1-6/+6
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras1-6/+17
2021-04-22quic: update quicly to v0.1.3Mathias Raoul2-1/+5
2021-04-12tests: support attaching to existing vppKlement Sekera1-1/+1
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion1-12/+11
2021-03-20tests: add support for worker awarenessKlement Sekera1-1/+1
2021-02-15quic: Coverity fixNathan Skrzypczak1-1/+1
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+4
2021-02-01quic: clean setup_cipher functionMathias Raoul1-10/+11
2021-01-22quic: quicly v0.1.2 updateMathias Raoul6-601/+366
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-10/+10
2020-11-25session: add startup option to poll in mainFlorin Coras1-2/+2
2020-09-28quic: Fix protip #47 / unformat (input_line)Nathan Skrzypczak1-19/+41
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras1-1/+2
2020-09-11quic: Clean quic_crypto_setup_cipherNathan Skrzypczak1-16/+13
2020-09-11quic: fix coverity warningAloys Augustin1-1/+1
2020-05-05tests: add test description to quic testsDave Wallace1-0/+24
2020-04-10quic: fix clean stream closeAloys Augustin2-9/+26