Age | Commit message (Expand) | Author | Files | Lines |
2024-10-25 | session: support of multiple extended configs |  Matus Fabian | 1 | -4/+8 |
2024-06-10 | quic: initialize ooo lookup on fifos |  Florin Coras | 1 | -0/+10 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -14/+0 |
2024-01-19 | build: disable plugins which require openssl if openssl is not available |  Damjan Marion | 1 | -0/+5 |
2023-12-22 | quic: seed random generator during init |  Filip Tehlar | 1 | -0/+8 |
2023-09-13 | quic: fix quic sessions state updates |  Florin Coras | 1 | -11/+5 |
2023-09-04 | session: fix allocation of proxy fifos |  Florin Coras | 1 | -0/+1 |
2023-08-09 | session: async rx event notifications |  Florin Coras | 1 | -5/+2 |
2023-08-02 | quic: fix closing of streams |  Florin Coras | 1 | -3/+1 |
2023-03-08 | quic: use tx instead of builtin_tx event with timers |  Florin Coras | 1 | -3/+2 |
2022-12-21 | quic: fix quic plugin with openssl 3.x |  Dave Wallace | 2 | -0/+14 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. |  Dou Chao | 1 | -0/+1 |
2022-12-02 | quic: update to quicly v0.1.4 |  Dave Wallace | 2 | -23/+28 |
2022-10-31 | quic: use safe pool realloc |  Florin Coras | 1 | -1/+2 |
2022-10-12 | misc: fix issues reported by clang-15 |  Damjan Marion | 1 | -2/+0 |
2022-07-12 | quic: fix coverity warning |  Florin Coras | 1 | -1/+2 |
2022-06-17 | quic:fix crash rx_fifo full or grow |  fanxb | 1 | -0/+16 |
2022-02-15 | quic: fix quic_config_fn cfg cmd parse error |  fanxb | 1 | -3/+3 |
2022-02-10 | session: use transport endpoint cfg for listen |  Florin Coras | 1 | -1/+2 |
2021-08-03 | quic: do not update crypto keys from workers |  Aloys Augustin | 3 | -20/+59 |
2021-06-18 | session: udp accept session state should be updated by app |  jxm | 1 | -0/+1 |
2021-05-21 | bfd: use vnet crypto |  Klement Sekera | 1 | -1/+1 |
2021-05-21 | quic: add extended vcl test |  Florin Coras | 1 | -1/+1 |
2021-05-21 | quic: fix timer update |  Florin Coras | 1 | -1/+3 |
2021-05-21 | quic: init crypto context on streams |  Florin Coras | 1 | -3/+2 |
2021-05-21 | quic: make sure aead crypto context matches quicly |  Florin Coras | 1 | -1/+2 |
2021-05-19 | quic: fix memory leak & crash on connection delete |  Dave Wallace | 1 | -2/+8 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 1 | -554/+0 |
2021-05-11 | quic: alloc ctx on udp thread |  Florin Coras | 1 | -9/+10 |
2021-05-07 | session: connects seg manager is always first |  Florin Coras | 1 | -3/+0 |
2021-05-03 | quic: fix coverity warning |  Florin Coras | 1 | -2/+2 |
2021-05-03 | quic: improve udp dgram write |  Florin Coras | 1 | -10/+7 |
2021-04-30 | build: declare some CMake variables as advanced |  Damjan Marion | 1 | -5/+5 |
2021-04-30 | quic: report number of packets sent on custom tx |  Florin Coras | 1 | -14/+8 |
2021-04-23 | tls quic: improve error reporting |  Florin Coras | 1 | -6/+6 |
2021-04-22 | vcl session: refactor passing of crypto context |  Florin Coras | 1 | -6/+17 |
2021-04-22 | quic: update quicly to v0.1.3 |  Mathias Raoul | 2 | -1/+5 |
2021-04-12 | tests: support attaching to existing vpp |  Klement Sekera | 1 | -1/+1 |
2021-03-26 | vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly |  Damjan Marion | 1 | -12/+11 |
2021-03-20 | tests: add support for worker awareness |  Klement Sekera | 1 | -1/+1 |
2021-02-15 | quic: Coverity fix |  Nathan Skrzypczak | 1 | -1/+1 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration |  Andrew Yourtchenko | 1 | -0/+4 |
2021-02-01 | quic: clean setup_cipher function |  Mathias Raoul | 1 | -10/+11 |
2021-01-22 | quic: quicly v0.1.2 update |  Mathias Raoul | 6 | -601/+366 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -10/+10 |
2020-11-25 | session: add startup option to poll in main |  Florin Coras | 1 | -2/+2 |
2020-09-28 | quic: Fix protip #47 / unformat (input_line) |  Nathan Skrzypczak | 1 | -19/+41 |
2020-09-24 | session tcp udp tls quic: improve cli formatting |  Florin Coras | 1 | -1/+2 |
2020-09-11 | quic: Clean quic_crypto_setup_cipher |  Nathan Skrzypczak | 1 | -16/+13 |
2020-09-11 | quic: fix coverity warning |  Aloys Augustin | 1 | -1/+1 |