Age | Commit message (Expand) | Author | Files | Lines |
2020-01-31 | quic: update quicly to v0.0.10-vpp |  MathiasRaoul | 1 | -1/+1 |
2020-01-15 | quic: add FEATURE.yaml |  Aloys Augustin | 1 | -0/+10 |
2020-01-14 | tests: fix worker thread initialization |  Paul Vinciguerra | 1 | -4/+7 |
2020-01-06 | quic: call quic_send_packets only once per ctx |  Aloys Augustin | 1 | -3/+7 |
2020-01-02 | session: fix listener global endpoint lookup |  Florin Coras | 1 | -1/+1 |
2019-12-19 | quic: fix accept failure |  Nathan Skrzypczak | 1 | -23/+23 |
2019-12-18 | quic: Hotfix crypto context on migrate |  Nathan Skrzypczak | 1 | -0/+17 |
2019-12-17 | quic: Implement crypto contexts |  Nathan Skrzypczak | 2 | -76/+241 |
2019-12-17 | quic: update quicly to v0.0.8-vpp |  MathiasRaoul | 2 | -6/+8 |
2019-12-11 | quic: Add support for unidirectional streams |  Nathan Skrzypczak | 1 | -5/+14 |
2019-12-11 | quic: Use per thread next_cid |  Nathan Skrzypczak | 2 | -8/+10 |
2019-12-11 | quic: Add aggregated quicly stats |  Nathan Skrzypczak | 1 | -67/+186 |
2019-12-11 | quic: add more detailed statistics |  MathiasRaoul | 2 | -0/+67 |
2019-12-10 | quic: removing quicly_send call from quic_accept_connection |  MathiasRaoul | 1 | -9/+21 |
2019-12-06 | quic: update quicly to v0.0.7-vpp |  MathiasRaoul | 1 | -8/+23 |
2019-12-05 | tests: quic enable per testcase timeout overrides |  Paul Vinciguerra | 1 | -3/+8 |
2019-12-04 | quic: fix stream tx_fifo race condition |  Nathan Skrzypczak | 2 | -27/+61 |
2019-12-04 | quic: clean accept/connect error codepath |  Nathan Skrzypczak | 1 | -48/+51 |
2019-12-04 | quic: refactor connection search fn |  Nathan Skrzypczak | 1 | -27/+31 |
2019-12-04 | quic: add conn-timeout config option |  Nathan Skrzypczak | 2 | -8/+12 |
2019-12-04 | quic: fix import typo |  Nathan Skrzypczak | 1 | -1/+1 |
2019-11-26 | quic: Refactor for crypto contexts |  Nathan Skrzypczak | 4 | -165/+168 |
2019-11-22 | quic: Refactor quic rx callback for offload |  Nathan Skrzypczak | 2 | -111/+147 |
2019-11-22 | quic: Remove qctx opening pool |  Nathan Skrzypczak | 2 | -34/+15 |
2019-11-20 | quic: Increase logging |  Nathan Skrzypczak | 1 | -29/+40 |
2019-11-19 | quic: handle duplicate packet from quicly |  Dave Wallace | 1 | -2/+15 |
2019-11-07 | quic: Add support for ckpair & crypto engine |  Nathan Skrzypczak | 2 | -20/+49 |
2019-11-06 | docs: add spellcheck to 'make docs' sphinx docs |  Paul Vinciguerra | 1 | -1/+1 |
2019-11-06 | quic: free qctx after udp cleanup |  Nathan Skrzypczak | 1 | -22/+58 |
2019-11-05 | misc: Fix python scripts shebang line |  Renato Botelho do Couto | 1 | -1/+1 |
2019-11-04 | quic: enhance error reporting |  Dave Wallace | 2 | -6/+24 |
2019-11-04 | quic: remove redundant function calls |  Dave Wallace | 1 | -2/+0 |
2019-11-01 | quic: fifo size is u32 |  Dave Wallace | 3 | -18/+32 |
2019-10-31 | quic: fix wrong error checking |  Dave Wallace | 1 | -6/+1 |
2019-10-31 | quic: disable failing test |  Florin Coras | 1 | -0/+1 |
2019-10-30 | quic: fix quicly fifo size mismatch |  Dave Wallace | 1 | -3/+13 |
2019-10-30 | quic: fix typos |  Paul Vinciguerra | 1 | -4/+4 |
2019-10-22 | tests: quic add big stream extended tests |  Dave Wallace | 1 | -10/+65 |
2019-10-22 | tests: enable vpp_echo to run in gdb |  Dave Wallace | 1 | -7/+22 |
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 |