Age | Commit message (Expand) | Author | Files | Lines |
2022-09-29 | api: deprecate vl_msg_api_set_handlers |  Damjan Marion | 1 | -5/+12 |
2022-09-26 | api: replace print functions wth format |  Damjan Marion | 1 | -7/+5 |
2022-09-15 | vcl: add hugepage for vcl configure and svm |  Junfeng Wang | 1 | -1/+2 |
2021-12-14 | api: verify message size on receipt |  Klement Sekera | 1 | -1/+6 |
2021-09-28 | api: API trace improvements |  Filip Tehlar | 1 | -4/+5 |
2021-07-27 | vcl: configure the cert-key pair from app |  Sivaprasad Tummala | 1 | -4/+4 |
2021-07-12 | session: api cleanup |  Filip Tehlar | 1 | -29/+42 |
2021-07-06 | vcl: print current app state for timeout |  wanghanlin | 1 | -2/+2 |
2021-04-08 | vcl: use per worker mem bapi context |  Florin Coras | 1 | -0/+1 |
2021-01-28 | svm vcl: add helper fn that discovers mqs in segment |  Florin Coras | 1 | -5/+7 |
2021-01-25 | svm: add custom q implementation for mq |  Florin Coras | 1 | -2/+2 |
2021-01-07 | vcl session: switch to generic cert key apis |  Florin Coras | 1 | -75/+55 |
2021-01-06 | vcl: allow all workers to block on api |  Florin Coras | 1 | -29/+50 |
2020-12-29 | svm: allow mq attachments at random offsets |  Florin Coras | 1 | -6/+10 |
2020-11-19 | vcl: stop tracking vpp event queues and thread index |  Florin Coras | 1 | -2/+0 |
2020-11-09 | vcl: remove support for shm api connections |  Florin Coras | 1 | -35/+18 |
2020-10-14 | vcl: app_name format type error |  jiangxiaoming | 1 | -1/+1 |
2020-09-16 | vcl: refactor bapi client index for sapi reuse |  Florin Coras | 1 | -9/+9 |
2020-09-14 | vcl: add support for app socket api |  Florin Coras | 1 | -6/+15 |
2020-09-14 | vcl: cleanup bapi and wrk registration |  Florin Coras | 1 | -55/+294 |
2020-06-15 | vcl: move helper functions out of header file |  Florin Coras | 1 | -2/+3 |
2020-04-03 | session: improve error reporting |  Florin Coras | 1 | -1/+1 |
2020-04-03 | session: remove obsolete apis |  Florin Coras | 1 | -1/+1 |
2020-03-05 | session: API cleanup |  Jakub Grajciar | 1 | -14/+36 |
2019-12-21 | session: move add/del segment msg to mq |  Florin Coras | 1 | -82/+0 |
2019-12-12 | vcl: fix disconnect from binary api |  Florin Coras | 1 | -1/+2 |
2019-12-11 | vcl: separate binary api connections per thread worker |  Florin Coras | 1 | -7/+17 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-10-22 | vcl: add config option for preferred tls engine |  Florin Coras | 1 | -1/+4 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS |  Nathan Skrzypczak | 1 | -1/+1 |
2019-08-30 | vcl: initialize ctrl_mq in workers |  Florin Coras | 1 | -1/+2 |
2019-08-27 | session: move ctrl messages from bapi to mq |  Florin Coras | 1 | -145/+14 |
2019-08-05 | vcl: fix bapi disconnect with socket transport |  Florin Coras | 1 | -0/+11 |
2019-07-19 | session: Use parent_handle instead of transport_opts |  Nathan Skrzypczak | 1 | -1/+1 |
2019-07-02 | vcl: handle fd rcv msg error |  Florin Coras | 1 | -4/+12 |
2019-05-16 | Add transport_opts to connect_sock bapi |  Nathan Skrzypczak | 1 | -0/+1 |
2019-04-25 | session: cleanup segment manager and fifo segment |  Florin Coras | 1 | -6/+6 |
2019-03-20 | vcl: mark app state as failed if attach fails |  Florin Coras | 1 | -8/+11 |
2019-03-15 | vcl: cleanup debug messages |  Florin Coras | 1 | -1/+1 |
2019-03-06 | session: use vpp to switch io events for ct sessions |  Florin Coras | 1 | -36/+0 |
2019-03-04 | vcl: remove unused fields and structures |  Florin Coras | 1 | -2/+0 |
2019-03-02 | session: remove deprecated binary apis |  Florin Coras | 1 | -11/+7 |
2019-03-01 | session: refactor local connects |  Florin Coras | 1 | -1/+1 |
2019-02-21 | vcl/session: send unlisten over message queue |  Florin Coras | 1 | -5/+5 |
2019-02-05 | sock api: allow to start client with no rx_thread |  Tomasz Kulasek | 1 | -1/+1 |
2019-01-30 | vls: support passive listeners |  Florin Coras | 1 | -2/+1 |
2019-01-05 | vcl/session: add api for changing session app worker |  Florin Coras | 1 | -15/+0 |
2019-01-04 | Add TLS support for VCL |  Ping Yu | 1 | -0/+64 |
2018-12-13 | tcp: validate seq for handshake ack |  Florin Coras | 1 | -0/+1 |
2018-12-04 | vcl: cleanup children that use _exit() |  Florin Coras | 1 | -8/+29 |