Age | Commit message (Expand) | Author | Files | Lines |
2022-12-02 | session: move connects to first worker |  Florin Coras | 1 | -1/+1 |
2022-09-15 | vcl: add hugepage for vcl configure and svm |  Junfeng Wang | 1 | -0/+2 |
2022-07-06 | misc: pass NULL instead of 0 for pointer in variadic functions |  Andreas Schultz | 1 | -1/+1 |
2022-04-18 | session: add support for listen proxies |  Florin Coras | 1 | -4/+9 |
2022-01-22 | session: separate transports from apps in show cli |  Florin Coras | 1 | -11/+11 |
2021-11-18 | session: improve wrk mq segment allocation |  Florin Coras | 1 | -3/+3 |
2021-10-13 | session: app name should format with %v |  Xiaoming Jiang | 1 | -1/+1 |
2021-09-21 | session: implement app_ns deletion |  Nathan Skrzypczak | 1 | -12/+29 |
2021-08-30 | session: close app wrk socket on delete |  Florin Coras | 1 | -0/+2 |
2021-07-19 | session: option to use memfd segs for builtin apps |  Florin Coras | 1 | -32/+33 |
2021-07-08 | session: allow listen in any fib if default namespace |  Florin Coras | 1 | -3/+3 |
2021-05-14 | session: switch ct to vc and track half-opens |  Florin Coras | 1 | -2/+2 |
2021-05-12 | session: return connect session handle to app |  Florin Coras | 1 | -2/+4 |
2021-05-12 | session: support half-close connection |  liuyacan | 1 | -0/+21 |
2021-05-07 | session: connects seg manager is always first |  Florin Coras | 1 | -4/+4 |
2021-05-03 | session: lookup listener with iface address |  liuyacan | 1 | -0/+26 |
2021-04-22 | vcl session: refactor passing of crypto context |  Florin Coras | 1 | -1/+1 |
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 |