aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2021-04-15papi: fix ubuntu 1804 make test socket.close errorTianyu Li1-1/+1
2021-04-12tests: support attaching to existing vppKlement Sekera1-4/+4
2021-03-30stats: python: handle when pattern is not list in lsOle Troan1-0/+9
2021-03-26vlib: split vlib_main_t into global and per-threadDamjan Marion2-7/+0
2021-03-25stats: python vpp_stats rewrite to access stat segment directlyOle Troan1-296/+482
2021-03-16api: allow specifying no timeoutKlement Sekera1-1/+1
2021-03-15tests: use socket transport instead of shared memoryOle Troan2-7/+2
2021-03-05vppapigen: expose the values of per-message "options" in the api.json filesAndrew Yourtchenko1-1/+1
2021-02-16vapi: add dedicated return code for client timeoutPaul Vinciguerra2-4/+16
2021-02-15papi: add method to retrieve field optionsPaul Vinciguerra1-0/+9
2021-02-09papi: expose vpp_papi version to clientPaul Vinciguerra1-0/+6
2021-02-05papi: remove unused name from __all__Paul Vinciguerra1-1/+1
2020-12-18papi: remove import vpp_transport_socketPaul Vinciguerra1-2/+2
2020-12-08tests: restore vapi C++ test under Centos-8Paul Vinciguerra1-2/+1
2020-12-08papi: remove old client referencePaul Vinciguerra2-4/+1
2020-12-04papi: add support for enumflag part 1 of 2Paul Vinciguerra5-19/+160
2020-12-03papi: remove python2 patternsPaul Vinciguerra6-40/+18
2020-12-03papi: allow client control over loggersPaul Vinciguerra6-8/+56
2020-12-03stats: char-pointer arithmetic style-upVratko Polak1-6/+4
2020-12-02papi: improve unit testabilityPaul Vinciguerra3-23/+133
2020-12-02stats: void-pointer arithmetic fixElias Rudberg1-2/+3
2020-12-02papi: fix copy/paste errorPaul Vinciguerra1-2/+2
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan2-4/+4
2020-11-17papi: remove dependency on aenumPaul Vinciguerra2-18/+2
2020-11-17tests: move vpp-api tests to src/vpe-api/testDave Wallace3-0/+174
2020-10-21stats: missing dimension in stat_set_simple_counterOle Troan2-8/+24
2020-10-07api: add heap alloc to vpp statsOle Troan3-1/+9
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 Troan3-25/+23
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 Troan3-51/+37
2020-08-11papi: allow unknown address familyOle Troan2-10/+71
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 Troan3-27/+77
2020-06-10vapi: memset allocated messages to zeroKlement Sekera1-0/+4
2020-05-25api: add new stream message conventionOle Troan1-14/+36
2020-05-15misc: fix ubuntu 20.04 python depsDamjan Marion1-1/+5
2020-05-08build: various improvementsDamjan Marion1-1/+1
2020-05-08papi: use python3 for papi installOle Troan1-1/+1
2020-05-04vapi: add support for defaults in typedefsPaul Vinciguerra2-3/+7
2020-05-01api: fix include_guard when path contains a plusRuslan Babayev1-1/+1
2020-04-28tests: implement ipaddress convenience methodsPaul Vinciguerra2-1/+34
2020-04-24vapi: packed enum type generationNeale Ranns1-1/+14
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-11/+0
2020-02-05stats: fix state counter removalVladimir Isaev1-0/+3
2019-12-19papi: lazily initialize stats clientPaul Vinciguerra1-5/+25
2019-12-17build: export vapi generation in vpp-devOliver Giles1-48/+11
2019-12-10api: multiple connections per processDave Barach3-15/+15
2019-12-05papi: add call statsOle Troan1-1/+23