aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/client
AgeCommit message (Expand)AuthorFilesLines
2024-04-02api: fix rx timeout thread busy loop after reconnectVladislav Grishenko1-0/+2
2023-05-19stats: fix memory leak in stat_segment_dump_r()Duncan Eastoe1-0/+2
2023-04-17stats: check if stats vector entry is emptyOle Troan1-0/+5
2023-03-02stats: expose symlink to stats clientOle Troan2-4/+6
2022-12-05stats: return empty vector rather than NULL if stat_segment_dump_r() is run o...Andrew Yourtchenko1-0/+9
2022-11-29stats: fix the memory leak in stat_client.cAndrew Yourtchenko1-0/+2
2022-10-12misc: fix issues reported by clang-15Damjan Marion1-2/+0
2022-03-31stats: convert error counters to normal countersDamjan Marion2-22/+1
2022-03-09stats: refactorDamjan Marion2-20/+19
2022-02-01stats: vpp_get_stats crashes in stat_segment_data_freeSteven Luong1-0/+1
2021-10-18interface: add api test fileFilip Tehlar1-0/+2
2021-09-28api: API trace improvementsFilip Tehlar1-8/+0
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan2-15/+7
2021-09-27misc: api move continuedFlorin Coras1-0/+3
2021-05-04stats: adding symlinks for nodes and interfaces in the stat segmentArthur de Kerhor1-7/+48
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion2-7/+0
2021-02-16vapi: add dedicated return code for client timeoutPaul Vinciguerra2-4/+16
2020-12-03stats: char-pointer arithmetic style-upVratko Polak1-6/+4
2020-12-02stats: void-pointer arithmetic fixElias Rudberg1-2/+3
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan2-4/+4
2020-10-21stats: missing dimension in stat_set_simple_counterOle Troan2-8/+24
2020-10-07api: add heap alloc to vpp statsOle Troan1-0/+6
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-1/+1
2020-09-28api: remove clib_mem_init from vppapiclient contructorOle Troan2-24/+19
2020-09-09stats: Fix stat_segment to set timeout directlyRajesh Goel1-0/+13
2020-08-17stats: Move misplaced comment blockVratko Polak1-3/+3
2020-08-13stats: remove offsets on vpp sideOle Troan2-46/+33
2020-08-11stats: add timeout for in_progress access to stat segmentOle Troan2-8/+50
2020-08-10stats: name and error index client memory leakOle Troan2-27/+72
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-11/+0
2020-02-05stats: fix state counter removalVladimir Isaev1-0/+3
2019-12-10api: multiple connections per processDave Barach2-11/+11
2019-11-27misc: add address sanitizer heap instrumentationBenoƮt Ganne1-0/+2
2019-08-15stats: refactor header filesDave Barach2-49/+42
2019-08-09stats: create /run/vpp before stat socket bind()YohanPipereau1-0/+2
2019-07-05sctp: move to plugins, disabled by defaultFlorin Coras1-0/+3
2019-06-25api: fix vac_read return codesPaul Vinciguerra1-2/+4
2019-06-14stats: add version field to stat segment base headerOle Troan2-0/+16
2019-05-22stats: support multiple works for error countersOle Troan2-7/+12
2019-04-30stats: Add version defines in stat_client.hOle Troan1-0/+3
2019-04-16stats: Add name vectors to Python clientOle Troan2-42/+57
2019-04-16API: Handle pthread cond signal case where signal is missed.Ole Troan1-1/+8
2019-04-08GBP: drop and contract countersNeale Ranns1-1/+1
2019-03-11VPP-1486: stat segment file descriptor leakOle Troan1-0/+3
2019-02-28stats: Add interface name to sw_if_index as /if/namesOle Troan2-1/+24
2019-01-06vpp-api: Add context to VPPStatsIOError.Paul Vinciguerra1-4/+4
2018-12-06stat_client: Fix the type castingMohsin Kazmi2-7/+10
2018-12-05stat-client: pass names as const stringsNeale Ranns2-4/+4
2018-11-26stats: Remove unneeded dependencies in stat_clientOle Troan2-7/+21
2018-11-22stat_client issues while running parallel tests.Paul Vinciguerra3-43/+114