aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2021-10-18interface: add api test fileFilip Tehlar5-2/+7
2021-10-14tests: fix coverity warningsKlement Sekera1-6/+2
2021-10-13docs: convert vpp doc md->rstNathan Skrzypczak3-155/+191
2021-10-13vapi: fix vapi test coverity warningFlorin Coras1-0/+1
2021-09-28api: API trace improvementsFilip Tehlar1-8/+0
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan2-15/+7
2021-09-28build: complete python3 support, no hardcode pathNick Brown1-2/+3
2021-09-27tests: don't install vapi_c{,pp}_testDmitry Valter1-0/+2
2021-09-27misc: api move continuedFlorin Coras3-4/+8
2021-09-17build: use GNUInstallDirs install destinationsNick Brown1-1/+1
2021-08-31stats: check epoch in python vpp_stats lsOle Troan1-0/+3
2021-07-12papi: remove shared memory transportOle Troan3-154/+6
2021-06-25stats: reverts part of a fix on Python clientArthur de Kerhor1-12/+4
2021-06-25stats: fix race conditions in vpp-api stats clientArthur de Kerhor1-4/+12
2021-05-27build: kindly ask python not to polute src/Damjan Marion1-2/+2
2021-05-26tests: move vapi C/C++ test files into src/Damjan Marion4-0/+1538
2021-05-21stats: catch stat segment overrun in retry loopOle Troan1-3/+3
2021-05-13tests: move test source to vpp/testDave Wallace3-173/+0
2021-05-04stats: adding symlinks for nodes and interfaces in the stat segmentArthur de Kerhor2-47/+136
2021-04-28papi: change default to use socket transport instead of shared memory transportOle Troan1-2/+2
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