Age | Commit message (Expand) | Author | Files | Lines |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -5/+5 |
2020-01-08 | tls: improve connection formating | Florin Coras | 1 | -13/+43 |
2020-01-03 | tls: add features.yaml | Florin Coras | 1 | -0/+14 |
2020-01-02 | session: fix listener global endpoint lookup | Florin Coras | 1 | -1/+1 |
2019-11-18 | session: extra checks in session validation | Srikanth Akula | 1 | -2/+2 |
2019-10-30 | tls: fifo size is u32 | Dave Wallace | 1 | -3/+10 |
2019-10-30 | tls: fix on tcp connection reset | Zeyu Zhang | 1 | -2/+10 |
2019-10-12 | tls: allow disconnects from main thread | Florin Coras | 1 | -1/+4 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS | Nathan Skrzypczak | 2 | -12/+12 |
2019-10-09 | session: Add certificate store | Nathan Skrzypczak | 2 | -0/+3 |
2019-08-09 | tls: mark as no lookup transport | Florin Coras | 1 | -0/+2 |
2019-08-09 | tls: handle transport reset | Florin Coras | 1 | -1/+6 |
2019-08-08 | tls: fix close with data | Florin Coras | 2 | -1/+20 |
2019-07-27 | session: define connection id length | Florin Coras | 1 | -4/+5 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 1 | -1/+1 |
2019-07-24 | tls: handle engine listen failure | Florin Coras | 1 | -1/+12 |
2019-07-12 | tls quic: reduce default segment sizes | Aloys Augustin | 1 | -1/+1 |
2019-07-12 | session: add thread index to all formatters | Aloys Augustin | 1 | -0/+2 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -3/+5 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 1 | -2/+3 |
2019-05-07 | add TLS endpoint function | Yu Ping | 1 | -0/+26 |
2019-04-18 | tls: allow engines to customize close | Florin Coras | 2 | -18/+26 |
2019-04-02 | session: use app cb function wrappers | Florin Coras | 1 | -7/+3 |
2019-03-25 | tls: make first segment and fifo size configurable | Florin Coras | 2 | -5/+14 |
2019-03-11 | tls: fixes and improvements | Florin Coras | 1 | -27/+32 |
2019-03-07 | session/tls: remove unused t_app_index field | Florin Coras | 1 | -2/+0 |
2019-03-07 | session: use transport custom tx for app transports | Florin Coras | 1 | -12/+13 |
2019-03-07 | session: cleanup instances of deprecated io evts | Florin Coras | 1 | -5/+5 |
2019-02-20 | tls: add vcl test | Florin Coras | 1 | -0/+5 |
2019-02-18 | tls: fix openssl/mbedtls use of app_wrk index | Florin Coras | 2 | -15/+15 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 1 | -31/+16 |
2019-02-11 | session: cleanup application interface | Florin Coras | 2 | -6/+8 |
2019-02-09 | tls: move test certificates to separate header file | Florin Coras | 2 | -9/+88 |
2019-02-09 | session: refactor listen logic | Florin Coras | 2 | -5/+6 |
2019-02-06 | transport: cleanup | Florin Coras | 1 | -3/+3 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 2 | -38/+38 |
2019-01-17 | tls: preallocate app sessions on connect/accept | Florin Coras | 2 | -10/+22 |
2019-01-03 | Fix an issue in tls.c | Ping Yu | 1 | -1/+3 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 1 | -2/+2 |
2018-11-30 | session: segment handle in accept/connect notifications | Florin Coras | 1 | -2/+2 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -2/+2 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 1 | -5/+5 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -5/+5 |
2018-10-18 | tls: fix connection failures/interrupts at scale (VPP-1464) | Florin Coras | 1 | -12/+18 |
2018-10-16 | tls: fix multi threaded medium scale test (VPP-1457) | Florin Coras | 1 | -1/+4 |
2018-10-02 | tls: fix disconnects for sessions with pending data | Florin Coras | 2 | -13/+59 |
2018-09-15 | tls: use application interface apis | Florin Coras | 1 | -15/+23 |
2018-09-10 | session: lock app worker mq for io events | Florin Coras | 1 | -1/+1 |
2018-09-08 | session: detect namespace for transport apps | Florin Coras | 1 | -0/+1 |
2018-09-07 | session: fix reentrant listens | Florin Coras | 1 | -8/+9 |