Age | Commit message (Expand) | Author | Files | Lines |
2020-12-03 | stats: char-pointer arithmetic style-up | Vratko Polak | 1 | -6/+4 |
2020-12-02 | stats: void-pointer arithmetic fix | Elias Rudberg | 1 | -2/+3 |
2020-11-25 | api: vat2 and json autogeneration for api messages | Ole Troan | 2 | -4/+4 |
2020-10-21 | stats: missing dimension in stat_set_simple_counter | Ole Troan | 2 | -8/+24 |
2020-10-07 | api: add heap alloc to vpp stats | Ole Troan | 1 | -0/+6 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code | Damjan Marion | 1 | -1/+1 |
2020-09-28 | api: remove clib_mem_init from vppapiclient contructor | Ole Troan | 2 | -24/+19 |
2020-09-09 | stats: Fix stat_segment to set timeout directly | Rajesh Goel | 1 | -0/+13 |
2020-08-17 | stats: Move misplaced comment block | Vratko Polak | 1 | -3/+3 |
2020-08-13 | stats: remove offsets on vpp side | Ole Troan | 2 | -46/+33 |
2020-08-11 | stats: add timeout for in_progress access to stat segment | Ole Troan | 2 | -8/+50 |
2020-08-10 | stats: name and error index client memory leak | Ole Troan | 2 | -27/+72 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 1 | -11/+0 |
2020-02-05 | stats: fix state counter removal | Vladimir Isaev | 1 | -0/+3 |
2019-12-10 | api: multiple connections per process | Dave Barach | 2 | -11/+11 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 1 | -0/+2 |
2019-08-15 | stats: refactor header files | Dave Barach | 2 | -49/+42 |
2019-08-09 | stats: create /run/vpp before stat socket bind() | YohanPipereau | 1 | -0/+2 |
2019-07-05 | sctp: move to plugins, disabled by default | Florin Coras | 1 | -0/+3 |
2019-06-25 | api: fix vac_read return codes | Paul Vinciguerra | 1 | -2/+4 |
2019-06-14 | stats: add version field to stat segment base header | Ole Troan | 2 | -0/+16 |
2019-05-22 | stats: support multiple works for error counters | Ole Troan | 2 | -7/+12 |
2019-04-30 | stats: Add version defines in stat_client.h | Ole Troan | 1 | -0/+3 |
2019-04-16 | stats: Add name vectors to Python client | Ole Troan | 2 | -42/+57 |
2019-04-16 | API: Handle pthread cond signal case where signal is missed. | Ole Troan | 1 | -1/+8 |
2019-04-08 | GBP: drop and contract counters | Neale Ranns | 1 | -1/+1 |
2019-03-11 | VPP-1486: stat segment file descriptor leak | Ole Troan | 1 | -0/+3 |
2019-02-28 | stats: Add interface name to sw_if_index as /if/names | Ole Troan | 2 | -1/+24 |
2019-01-06 | vpp-api: Add context to VPPStatsIOError. | Paul Vinciguerra | 1 | -4/+4 |
2018-12-06 | stat_client: Fix the type casting | Mohsin Kazmi | 2 | -7/+10 |
2018-12-05 | stat-client: pass names as const strings | Neale Ranns | 2 | -4/+4 |
2018-11-26 | stats: Remove unneeded dependencies in stat_client | Ole Troan | 2 | -7/+21 |
2018-11-22 | stat_client issues while running parallel tests. | Paul Vinciguerra | 3 | -43/+114 |
2018-10-23 | c11 safe string handling support | Dave Barach | 3 | -6/+6 |
2018-10-22 | stats: Add wrapper for vec_free | Ole Troan | 3 | -0/+8 |
2018-10-09 | API: Spurious timeouts from timeout thread. | Ole Troan | 1 | -13/+27 |
2018-10-03 | stat_client.c coverity error. | Ole Troan | 1 | -2/+0 |
2018-10-02 | VPP-1440: clean up coverity warnings | Dave Barach | 1 | -0/+4 |
2018-10-02 | Stats: vpp_prometheus_export fixes. | Ole Troan | 1 | -0/+4 |
2018-10-02 | PAPI: Use UNIX domain sockets instead of shared memory | Ole Troan | 1 | -1/+1 |
2018-09-27 | Trivial: Cleanup some typos. | Paul Vinciguerra | 1 | -1/+1 |
2018-09-17 | STATS: Dynamically mapped shared memory segment | Ole Troan | 3 | -231/+242 |
2018-09-07 | VPP-API: Cancel timeout thread without sending READ_TIMEOUT message. | Ole Troan | 1 | -8/+6 |
2018-09-02 | STATS: Python binding to access VPP statistics and counters. | Ole Troan | 3 | -8/+26 |
2018-08-29 | STATS: stat_client updates. | Ole Troan | 3 | -3/+445 |
2018-08-16 | Edit some warning messages in vpp-api client | Ondrej Fabry | 1 | -2/+2 |
2018-07-26 | VPP-API client: timeout thread loop variable | Neale Ranns | 1 | -2/+5 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -6/+11 |
2018-06-05 | VPP API: Memory trace | Ole Troan | 2 | -7/+61 |
2018-06-04 | Join the VAC read timeout thread | Neale Ranns | 1 | -21/+25 |