Age | Commit message (Expand) | Author | Files | Lines |
2019-10-21 | quic: Add PICOTLS_INCLUDE_DIR var to CMakeLists. | Mathias Raoul | 1 | -0/+6 |
2019-10-11 | hsa: vpp_echo refactor quic nclients arg | Dave Wallace | 1 | -2/+2 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS | Nathan Skrzypczak | 1 | -1/+1 |
2019-10-09 | session: Add certificate store | Nathan Skrzypczak | 2 | -10/+11 |
2019-10-09 | hsa: fix vpp_echo session close | Dave Wallace | 1 | -37/+47 |
2019-10-08 | hsa: make vpp_echo use mq instead of bapi | Nathan Skrzypczak | 2 | -7/+1 |
2019-10-08 | session: add is_migrating flag | Nathan Skrzypczak | 2 | -49/+38 |
2019-10-07 | quic: fix wrong condition in update_fifo_size | MathiasRaoul | 1 | -1/+1 |
2019-10-07 | quic: Refactor naming & clibs | Nathan Skrzypczak | 2 | -277/+209 |
2019-10-04 | quic: make quic fifo size configurable via cli | MathiasRaoul | 2 | -6/+83 |
2019-10-04 | quic: update quicly to v0.0.5 | MathiasRaoul | 1 | -49/+12 |
2019-10-01 | quic: Create custom event logger | MathiasRaoul | 1 | -2/+39 |
2019-10-01 | quic: Add Tx, Rx and packet drop counters | MathiasRaoul | 3 | -0/+66 |
2019-10-01 | quic: add cli command for stats | MathiasRaoul | 1 | -0/+47 |
2019-09-27 | tests: add quic plugin qclose/sclose tests | Dave Wallace | 1 | -25/+197 |
2019-09-18 | quic : refactor function naming | MathiasRaoul | 3 | -56/+51 |
2019-09-12 | quic: fix use-after-free | Benoît Ganne | 1 | -1/+6 |
2019-09-11 | quic: fix non-null terminated hostname string | Benoît Ganne | 1 | -9/+5 |
2019-09-06 | quic: fix server opening stream immediately | Aloys Augustin | 2 | -4/+19 |
2019-09-02 | quic: disable quic plugin by default | Aloys Augustin | 2 | -0/+5 |
2019-08-28 | quic: enable stable quic tests | Dave Wallace | 1 | -5/+0 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | Dave Wallace | 1 | -0/+248 |
2019-08-19 | quic: fix rx_callback refactoring | Nathan Skrzypczak | 1 | -1/+1 |
2019-08-16 | quic: quic_app_rx_callback refactor. | Mathias Raoul | 1 | -117/+167 |
2019-08-09 | quic: handle session migration notifications | Aloys Augustin | 1 | -63/+38 |
2019-08-06 | quic: Add missing session_migrate_callback | Nathan Skrzypczak | 1 | -0/+7 |
2019-08-05 | docs: Add more quic plugin documentation | Nathan Skrzypczak | 2 | -38/+127 |
2019-08-05 | quic: fix memset 0 picotls depends on | Nathan Skrzypczak | 1 | -0/+1 |
2019-08-02 | quic: Improve quic echo connect threading | Nathan Skrzypczak | 1 | -7/+8 |
2019-08-02 | quic: fix connection move with multiple workers | Aloys Augustin | 1 | -13/+35 |
2019-08-01 | quic: Improve quicly_ctx handling & crypto ctx | Nathan Skrzypczak | 2 | -135/+148 |
2019-07-30 | quic: fix cert loading | Nathan Skrzypczak | 3 | -12/+17 |
2019-07-30 | quic: cleanup and refactorisation | Aloys Augustin | 7 | -525/+634 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 1 | -1/+1 |
2019-07-23 | quic: Refactor connections closing and deletion | Aloys Augustin | 2 | -21/+81 |
2019-07-22 | quic: update quicly library | Aloys Augustin | 1 | -4/+4 |
2019-07-19 | session: Use parent_handle instead of transport_opts | Nathan Skrzypczak | 1 | -11/+13 |
2019-07-17 | quic: Add back stream connect condition | Nathan Skrzypczak | 1 | -1/+1 |
2019-07-15 | quic: integrate vpp crypto api for quic packets encryption | Mathias Raoul | 4 | -0/+403 |
2019-07-12 | quic: fix show session verbose | Aloys Augustin | 1 | -29/+23 |
2019-07-12 | tls quic: reduce default segment sizes | Aloys Augustin | 1 | -2/+2 |
2019-07-12 | session: add thread index to all formatters | Aloys Augustin | 1 | -2/+4 |
2019-07-09 | quic: echo thread can handle multiple sessions | Nathan Skrzypczak | 1 | -1/+11 |
2019-07-09 | quic: fix passive disconnect handling & refactor | Nathan Skrzypczak | 2 | -532/+727 |
2019-07-03 | quic: fifo notifications fix | Aloys Augustin | 1 | -0/+5 |
2019-06-29 | svm: rename fifo tx notifications to reflect use | Florin Coras | 1 | -7/+7 |
2019-06-28 | quic : Use TX event for app read notification | Nathan Skrzypczak | 2 | -58/+103 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -2/+4 |
2019-06-24 | quic: server create streams test case | Dave Wallace | 1 | -1/+1 |
2019-06-20 | quic: remove session flags identifying Q/S sessions | Nathan Skrzypczak | 1 | -8/+3 |