Age | Commit message (Expand) | Author | Files | Lines |
2020-05-05 | tests: add test description to quic tests | Dave Wallace | 1 | -0/+24 |
2020-04-10 | quic: fix clean stream close | Aloys Augustin | 2 | -9/+26 |
2020-04-04 | session tls: support tls descheduling | Florin Coras | 1 | -1/+1 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -9/+11 |
2020-04-03 | session udp: fix transport flags and migration | Florin Coras | 1 | -4/+4 |
2020-04-01 | session udp: support connect on listeners | Florin Coras | 1 | -1/+1 |
2020-03-30 | session udp: flag for connected udp | Florin Coras | 1 | -2/+4 |
2020-03-27 | quic: Check quicly version tag at compile time | MathiasRaoul | 2 | -27/+33 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -0/+2 |
2020-03-24 | quic: disable vnet_crypto and batching if no crypto engines are loaded | MathiasRaoul | 3 | -11/+33 |
2020-03-05 | session: API cleanup | Jakub Grajciar | 1 | -2/+2 |
2020-02-25 | svm: refactor fifo | Florin Coras | 1 | -17/+2 |
2020-02-07 | tests: skip extended quic tests under development | Dave Wallace | 1 | -4/+21 |
2020-02-07 | quic: update config values for large stream tests | Dave Wallace | 1 | -84/+88 |
2020-02-07 | quic: fix coverity warning | MathiasRaoul | 1 | -2/+1 |
2020-02-06 | quic: fix coverity warning | MathiasRaoul | 1 | -2/+2 |
2020-01-31 | quic: quicly crypto offloading | MathiasRaoul | 4 | -57/+579 |
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 |