Age | Commit message (Expand) | Author | Files | Lines |
2021-04-06 | session: basic support for interrupt mode |  Florin Coras | 1 | -0/+3 |
2021-04-01 | session: always clean rx mqs on app detach |  Florin Coras | 1 | -4/+3 |
2021-03-29 | svm session vcl: per app rx message queues |  Florin Coras | 1 | -3/+291 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 1 | -1/+1 |
2021-01-07 | vcl session: switch to generic cert key apis |  Florin Coras | 1 | -23/+5 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -20/+20 |
2020-11-09 | session: remove support for shm bapi attachment |  Florin Coras | 1 | -14/+3 |
2020-09-30 | session: init size and watermarks on all seg managers |  Florin Coras | 1 | -1/+1 |
2020-09-30 | svm session: use new clib mem apis for segments |  Florin Coras | 1 | -5/+2 |
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 |