Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-09-06 | session: support multiple worker binds | Florin Coras | 1 | -8/+8 |
2018-08-29 | Fix race condition in tls half open ctx get/put | Ping Yu | 1 | -4/+5 |
2018-08-28 | tls: fix handling of failed connects | Florin Coras | 1 | -8/+11 |
2018-08-24 | session: add support for multiple app workers | Florin Coras | 1 | -32/+49 |
2018-08-17 | optimize init_server to reduce session overhead | Ping Yu | 2 | -0/+12 |
2018-08-16 | Fix a segment fault issue in TLS | Ping Yu | 1 | -2/+3 |
2018-07-19 | Add a new communication channel between VPP and openssl engine | Ping Yu | 1 | -1/+1 |
2018-07-17 | session: use msg queue for events | Florin Coras | 1 | -50/+2 |
2018-06-15 | TLS async support | Ping Yu | 1 | -0/+1 |
2018-04-16 | session: use generic session pool for listeners | Florin Coras | 1 | -8/+5 |
2018-03-29 | No need for this routine to be global | Dave Barach | 1 | -1/+1 |
2018-03-23 | session: allow builtin apps to register names | Florin Coras | 1 | -2/+3 |
2018-03-19 | session: fix coverity warnings | Florin Coras | 1 | -1/+2 |