Age | Commit message (Expand) | Author | Files | Lines |
2024-11-19 | api: support api clients with real-time scheduling |  Florin Coras | 1 | -7/+44 |
2024-05-07 | api: add to_net parameter to endian messages |  Ole Troan | 2 | -5/+5 |
2024-05-07 | api: upgrade cjson and fix realloc |  Ole Troan | 1 | -0/+1 |
2024-04-24 | api: Add FreeBSD specific mechanisms for unix sockets |  Tom Jones | 1 | -0/+22 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 4 | -34/+0 |
2024-02-02 | vlib api: move wrkr rpc flushing to vlib |  Florin Coras | 2 | -14/+0 |
2024-01-29 | api: provide api definition over api |  Ole Troan | 2 | -5/+50 |
2023-09-13 | api: fix vlibmemory coverity warning CID-300152 |  Dave Wallace | 1 | -0/+4 |
2023-09-06 | api: fix mp-safe mark for some messages and add more |  Vladislav Grishenko | 2 | -1/+7 |
2023-07-06 | api: memclnt - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+4 |
2023-04-20 | api: fix trace_plugin_msg_ids segv in trace dump |  Matthew Smith | 2 | -1/+2 |
2023-01-27 | api: keep AddressSanitizer happy |  Benoît Ganne | 1 | -10/+11 |
2023-01-27 | api: keep AddressSanitizer happy |  Benoît Ganne | 2 | -6/+8 |
2023-01-04 | vapi: add vapi_stop_rx_thread() |  Matthew Smith | 2 | -4/+10 |
2022-12-07 | api: avoid sigpipe for unruly api client |  Ole Troan | 1 | -1/+7 |
2022-09-29 | api: deprecate vl_msg_api_set_handlers |  Damjan Marion | 4 | -22/+60 |
2022-09-26 | api: replace print functions wth format |  Damjan Marion | 6 | -91/+46 |
2022-09-26 | api: keep api common code in vlibapi |  Damjan Marion | 6 | -976/+5 |
2022-08-30 | vlib: fix coverity 274750, part 2 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-17 | vlib: fix coverity 274750 |  Andrew Yourtchenko | 1 | -1/+4 |
2022-05-19 | api: refactor api data storage |  Damjan Marion | 7 | -127/+87 |
2022-05-11 | api: revert the changes to atexit for shared memory client |  Andrew Yourtchenko | 1 | -1/+1 |
2022-05-02 | vapi: support api clients within vpp process |  Ole Troan | 2 | -2/+103 |
2022-04-15 | api: fix infinite loop in show api dump CLI |  Andrew Yourtchenko | 1 | -1/+1 |
2022-04-05 | vppinfra: refactor address sanitizer |  Damjan Marion | 4 | -7/+7 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 4 | -12/+12 |
2022-03-23 | api: better segregate client and server code |  Benoît Ganne | 2 | -5/+144 |
2022-03-16 | vpp: binary-api CLI weak linking workaround |  Damjan Marion | 1 | -1/+1 |
2022-03-04 | api: harden api trace parsing |  Benoît Ganne | 1 | -23/+22 |
2022-03-01 | vat2: include src/vlibmemory/vlib.api messages |  Dave Wallace | 1 | -0/+3 |
2021-12-16 | api: Fix reaper functions for socket clients |  Neale Ranns | 1 | -1/+2 |
2021-12-14 | api: verify message size on receipt |  Klement Sekera | 4 | -31/+58 |
2021-10-27 | api: fix buffer overflow in vl_msg_replay_json |  Benoît Ganne | 1 | -0/+4 |
2021-10-18 | interface: add api test file |  Filip Tehlar | 5 | -64/+43 |
2021-10-12 | api: cli coverity fixes |  Florin Coras | 1 | -2/+2 |
2021-10-11 | api: set missing handlers |  Filip Tehlar | 1 | -0/+3 |
2021-09-28 | api: API trace improvements |  Filip Tehlar | 8 | -155/+485 |
2021-09-28 | misc: vpe.api messages dynamically allocated |  Ole Troan | 2 | -1/+9 |
2021-09-27 | misc: api move continued |  Florin Coras | 3 | -0/+61 |
2021-09-27 | misc: move part of vpe apis to vlibmemory |  Florin Coras | 5 | -601/+1674 |
2021-07-14 | api: fix memory error in multi-thread environment |  Xiaoming Jiang | 1 | -1/+7 |
2021-06-22 | api: asan: use vec_set_len() so ASan can keep track of buffer len |  Benoît Ganne | 1 | -6/+6 |
2021-06-16 | api: remove custom dump |  Filip Tehlar | 1 | -32/+3 |
2021-05-26 | api: socket client connect set to blocking |  Florin Coras | 1 | -1/+1 |
2021-03-26 | vlib: split vlib_main_t into global and per-thread |  Damjan Marion | 1 | -2/+3 |
2021-03-26 | vlib: introduce vlib_get_elog_main() |  Damjan Marion | 1 | -11/+16 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 1 | -2/+2 |
2021-03-19 | api: Avoid the usage of the freed registration by the API calls |  Andrew Yourtchenko | 1 | -23/+51 |
2021-03-03 | api: fix crash when cf removed |  wanghanlin | 1 | -2/+16 |
2021-01-20 | vlib: fix build with musl |  Nathan Moos | 1 | -0/+1 |