Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-12-28 | vlib: add missing file template descriptions | Paul Vinciguerra | 1 | -0/+2 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 3 | -13/+13 |
2020-10-21 | svm: fix ASAN annotations for external chunks | Benoît Ganne | 1 | -0/+5 |
2020-09-30 | svm: harmonize ssvm names | Florin Coras | 2 | -3/+3 |
2020-08-18 | api: retry sending fd on EAGAIN | Florin Coras | 1 | -1/+2 |
2020-07-19 | api: call api reaper callbacks for socket clients | Dave Barach | 2 | -5/+7 |
2020-06-17 | docs: add more FEATURE.yaml documentation | Dave Barach | 1 | -0/+13 |
2020-05-27 | dhcp: vat support for the dhcp_client_dump API | Dave Barach | 2 | -0/+12 |
2020-05-25 | api: add new stream message convention | Ole Troan | 1 | -0/+22 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
2020-05-12 | api: use malloc for rx thread arg instead of heap | Florin Coras | 1 | -2/+2 |
2020-04-22 | api: 'api trace' CLI consumes a line of input | Neale Ranns | 1 | -16/+22 |
2020-04-22 | misc: asan: do not poison memory after munmap() | Benoît Ganne | 1 | -5/+0 |
2020-02-12 | api: do not truncate api dump file size | Benoît Ganne | 1 | -1/+1 |
2020-02-11 | misc: fix coverity warnings | Dave Barach | 1 | -2/+4 |
2020-02-05 | api: fix vl_api_clnt_node process stack overflow | Chenmin Sun | 1 | -0/+1 |
2020-01-23 | api: mark api_trace_command_fn thread-safe | Dave Barach | 1 | -1/+20 |
2019-12-17 | misc: address sanitizer: fix instrumentation | Benoît Ganne | 1 | -0/+8 |
2019-12-12 | vcl: fix disconnect from binary api | Florin Coras | 1 | -1/+1 |
2019-12-11 | vcl: separate binary api connections per thread worker | Florin Coras | 1 | -4/+27 |
2019-12-11 | api: Use vl_msg_push/pop_heap | Nathan Skrzypczak | 3 | -55/+26 |
2019-12-10 | api: pass api and client main to rx thread | Florin Coras | 2 | -1/+28 |
2019-12-10 | api: multiple connections per process | Dave Barach | 8 | -88/+105 |
2019-12-09 | api: fix sock reg passing on read event | Florin Coras | 3 | -26/+24 |
2019-12-07 | vlib: use explicit types in api | Ole Troan | 1 | -1/+1 |
2019-12-06 | api: avoid swapping vlib_rp before barrier sync | Florin Coras | 3 | -61/+46 |