Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | session: track detached listener segment managers | Florin Coras | 1 | -0/+7 |
2020-04-17 | session tcp: track half open in app wrk | Florin Coras | 1 | -0/+10 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -2/+2 |
2020-02-25 | session: basic fifo-tuning-logic | Ryujiro Shibuya | 1 | -0/+3 |
2019-12-17 | quic: Implement crypto contexts | Nathan Skrzypczak | 1 | -1/+0 |
2019-11-26 | quic: Refactor for crypto contexts | Nathan Skrzypczak | 1 | -0/+3 |
2019-11-07 | session: Add crypto context | Nathan Skrzypczak | 1 | -0/+2 |
2019-10-21 | session: support registration of custom crypto engines | Florin Coras | 1 | -0/+8 |
2019-10-09 | session: Add certificate store | Nathan Skrzypczak | 1 | -10/+8 |
2019-08-27 | session: move ctrl messages from bapi to mq | Florin Coras | 1 | -0/+9 |
2019-08-01 | session: session pool migration notification | Florin Coras | 1 | -0/+2 |
2019-07-15 | session: allow transports to generate closed notifications | Florin Coras | 1 | -0/+2 |
2019-07-09 | session: notify app of session and transport cleanup | Florin Coras | 1 | -0/+2 |
2019-06-12 | session: use session handles as app listener handles | Florin Coras | 1 | -4/+29 |
2019-05-08 | session: send tx events when data is dequeued | Florin Coras | 1 | -0/+1 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 1 | -4/+4 |
2019-04-02 | session: use app cb function wrappers | Florin Coras | 1 | -0/+1 |
2019-03-29 | Integrate first QUIC protocol implementation | Nathan Skrzypczak | 1 | -1/+3 |
2019-03-11 | tls: fixes and improvements | Florin Coras | 1 | -0/+2 |
2019-03-08 | session: reorganize session fields | Florin Coras | 1 | -1/+0 |
2019-03-02 | session: remove deprecated binary apis | Florin Coras | 1 | -1/+0 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 1 | -1/+0 |
2019-03-01 | session: refactor local connects | Florin Coras | 1 | -20/+4 |
2019-02-27 | session: refactor local/cut-through listens | Florin Coras | 1 | -6/+1 |
2019-02-23 | session: separate local session logic | Florin Coras | 1 | -47/+5 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 1 | -0/+5 |
2019-02-11 | session: cleanup application interface | Florin Coras | 1 | -43/+3 |
2019-02-09 | session: refactor listen logic | Florin Coras | 1 | -18/+21 |
2019-02-06 | transport: cleanup | Florin Coras | 1 | -1/+1 |
2019-02-05 | session: cleanup part 3 | Florin Coras | 1 | -44/+0 |
2019-02-05 | session: cleanup part 2 | Florin Coras | 1 | -53/+59 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -15/+14 |
2019-01-05 | vcl/session: add api for changing session app worker | Florin Coras | 1 | -0/+3 |
2018-11-30 | session: segment handle in accept/connect notifications | Florin Coras | 1 | -5/+5 |
2018-11-21 | session: improve app cli | Florin Coras | 1 | -1/+1 |
2018-11-21 | session: cleanup use of api_client_index | Florin Coras | 1 | -9/+2 |
2018-11-18 | vcl/session: apps with process workers | Florin Coras | 1 | -2/+8 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 1 | -2/+2 |
2018-10-04 | udp_echo: fix cut-through server mode | Florin Coras | 1 | -12/+12 |
2018-09-06 | session: support multiple worker binds | Florin Coras | 1 | -28/+67 |
2018-08-28 | vcl/session: use mq for bind replies | Florin Coras | 1 | -0/+3 |
2018-08-24 | session: add support for multiple app workers | Florin Coras | 1 | -89/+154 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 1 | -2/+2 |
2018-07-17 | session: use msg queue for events | Florin Coras | 1 | -1/+6 |
2018-06-28 | vcl: move binary api and cfg to separate files | Florin Coras | 1 | -1/+0 |
2018-03-25 | session: fix local session disconnects | Florin Coras | 1 | -0/+2 |
2018-03-23 | session: allow builtin apps to register names | Florin Coras | 1 | -1/+5 |
2018-03-15 | tls: add openssl engine | Florin Coras | 1 | -0/+3 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -8/+24 |
2018-02-15 | session: avoid session handle conflict with vcl | Florin Coras | 1 | -2/+13 |