Age | Commit message (Expand) | Author | Files | Lines |
2020-09-18 | session: fix vpp exit abnormal due to application as a proxy server with ldp | fanyf | 1 | -1/+9 |
2020-09-14 | session: add unix socket api for app attachment | Florin Coras | 1 | -13/+18 |
2020-08-31 | session: format app_ns_name with %v rather than %s | jiangxiaoming | 1 | -1/+1 |
2020-07-13 | session: fix application_lookup_name fail due to app_by_name default hash typ... | jiangxiaoming | 1 | -0/+1 |
2020-05-04 | session: add option to preallocate fifo headers | Florin Coras | 1 | -0/+5 |
2020-04-07 | session: add more session errors | Florin Coras | 1 | -16/+18 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -4/+3 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 1 | -0/+2 |
2020-02-25 | session: basic fifo-tuning-logic | Ryujiro Shibuya | 1 | -0/+2 |
2020-02-25 | session svm: tracking segment memory usage | Ryujiro Shibuya | 1 | -2/+5 |
2020-01-02 | session: fix listener global endpoint lookup | Florin Coras | 1 | -4/+12 |
2019-12-11 | session: Add mq debug cli | Nathan Skrzypczak | 1 | -8/+61 |
2019-11-26 | quic: Refactor for crypto contexts | Nathan Skrzypczak | 1 | -2/+0 |
2019-11-07 | session: Add crypto context | Nathan Skrzypczak | 1 | -7/+57 |
2019-10-21 | session: support registration of custom crypto engines | Florin Coras | 1 | -0/+13 |
2019-10-10 | session: fix typos & cert_key store init | Nathan Skrzypczak | 1 | -5/+2 |
2019-10-09 | session: Add certificate store | Nathan Skrzypczak | 1 | -14/+138 |
2019-10-01 | session: fix use-after-free | Benoît Ganne | 1 | -1/+1 |
2019-08-27 | session: move ctrl messages from bapi to mq | Florin Coras | 1 | -0/+6 |
2019-07-08 | session: add flag to disable session lookup | Nathan Skrzypczak | 1 | -1/+2 |
2019-06-12 | session: use session handles as app listener handles | Florin Coras | 1 | -48/+18 |
2019-05-16 | Add transport_opts to connect_sock bapi | Nathan Skrzypczak | 1 | -4/+3 |
2019-05-09 | session: segment manager fixes | Florin Coras | 1 | -1/+1 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 1 | -8/+8 |
2019-04-10 | session: binary api app names as vectors | Florin Coras | 1 | -2/+2 |
2019-04-05 | session: fix app name formatting | Florin Coras | 1 | -2/+2 |
2019-03-18 | session: add session flags | Florin Coras | 1 | -1/+1 |
2019-03-08 | session: reorganize session fields | Florin Coras | 1 | -5/+6 |
2019-03-04 | session: remove svm_segment_index from session struct | Florin Coras | 1 | -2/+1 |
2019-03-04 | session: eventfd for mq only for bapi socket transport | Florin Coras | 1 | -6/+8 |
2019-03-02 | session: remove deprecated binary apis | Florin Coras | 1 | -6/+0 |
2019-03-02 | session: fix unlisten with invalid handles | Florin Coras | 1 | -2/+12 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 1 | -2/+2 |
2019-03-01 | session: refactor local connects | Florin Coras | 1 | -192/+38 |
2019-02-27 | session: refactor local/cut-through listens | Florin Coras | 1 | -61/+52 |
2019-02-23 | session: separate local session logic | Florin Coras | 1 | -33/+3 |
2019-02-20 | session: fix local sessions disconnects | Florin Coras | 1 | -1/+18 |
2019-02-20 | tls: add vcl test | Florin Coras | 1 | -7/+1 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 1 | -1/+5 |
2019-02-18 | tcp: harden for high scale scenarios | Florin Coras | 1 | -0/+1 |
2019-02-11 | session: cleanup application interface | Florin Coras | 1 | -46/+433 |
2019-02-09 | session: refactor listen logic | Florin Coras | 1 | -338/+262 |
2019-02-05 | session: cleanup part 2 | Florin Coras | 1 | -1125/+39 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -55/+52 |
2019-01-24 | session/vcl: support worker ownership change for listeners | Florin Coras | 1 | -0/+29 |
2019-01-05 | vcl/session: add api for changing session app worker | Florin Coras | 1 | -0/+50 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 1 | -6/+6 |
2018-12-04 | vcl: cleanup children that use _exit() | Florin Coras | 1 | -0/+2 |
2018-11-30 | vcl: wait for segments with segment handle | Florin Coras | 1 | -1/+6 |
2018-11-30 | session: segment handle in accept/connect notifications | Florin Coras | 1 | -6/+13 |