aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vapi
AgeCommit message (Expand)AuthorFilesLines
2022-11-28vapi: write enumflag types to vapi headersMatthew Smith2-0/+15
2022-05-10tests: replace pycodestyle with blackKlement Sekera3-550/+767
2022-05-02vapi: support api clients within vpp processOle Troan2-43/+428
2022-04-27vapi: Fix build when directory contains @Renato Botelho do Couto2-2/+3
2022-02-24vapi: Missing include file in vlib.api.vapi.hDave Wallace1-17/+17
2022-01-25api: vapi: honor non-blocking settingKlement Sekera2-12/+25
2021-11-16vapi: verify message size when receivedKlement Sekera3-18/+51
2021-11-02tests: change code to avoid gcc-11 warningKlement Sekera1-4/+10
2021-10-18interface: add api test fileFilip Tehlar4-2/+5
2021-10-14tests: fix coverity warningsKlement Sekera1-6/+2
2021-10-13docs: convert vpp doc md->rstNathan Skrzypczak2-155/+191
2021-10-13vapi: fix vapi test coverity warningFlorin Coras1-0/+1
2021-09-27tests: don't install vapi_c{,pp}_testDmitry Valter1-0/+2
2021-09-27misc: api move continuedFlorin Coras2-4/+5
2021-09-17build: use GNUInstallDirs install destinationsNick Brown1-1/+1
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-03-05vppapigen: expose the values of per-message "options" in the api.json filesAndrew Yourtchenko1-1/+1
2020-06-10vapi: memset allocated messages to zeroKlement Sekera1-0/+4
2020-05-08build: various improvementsDamjan Marion1-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-24vapi: packed enum type generationNeale Ranns1-1/+14
2019-12-17build: export vapi generation in vpp-devOliver Giles1-48/+11
2019-12-10api: multiple connections per processDave Barach1-4/+4
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-0/+5
2019-10-28vapi: switch to python3Ole Troan3-4/+4
2019-09-19api: split vl_api_prefix into twoOle Troan2-15/+19
2019-09-03api: enforce vla is last and fixed string typeOle Troan2-4/+13
2019-08-27api: revert use string type for strings in memclnt.apiOle Troan2-51/+73
2019-08-27api: use string type for strings in memclnt.apiOle Troan2-73/+51
2019-07-24vapi: add python scripts to vpp-dev packageVratko Polak1-7/+19
2019-06-07vppapigen: Fold up CRC from dependent types.Ole Troan1-3/+2
2019-04-29API: Add support for limits to language.Ole Troan1-3/+6
2019-04-24NAT: VPP-1531 api cleanup & updateFilip Varga1-1/+1
2019-04-23Revert "NAT: VPP-1531 api cleanup & update"Ole Trøan1-1/+1
2019-04-23NAT: VPP-1531 api cleanup & updateFilip Varga1-1/+1
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-1/+1
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-1/+1
2018-12-18VAPI/VOM: Removing legacy stats tests, add string type.Ole Troan2-0/+2
2018-12-13vapi: code cleanupKlement Sekera1-5/+4
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-7/+7
2018-11-29API: Add support for type aliasesOle Troan3-20/+65
2018-11-26vapi: break if parsing progress cannot be madeKlement Sekera1-0/+1
2018-11-07Unresolved symbols in libvapiclientNeale Ranns1-0/+1
2018-10-23c11 safe string handling supportDave Barach1-7/+8
2018-09-11vapi: support VLAs in typedefsKlement Sekera2-28/+96
2018-09-07cmake: set packaging component for different filesDamjan Marion1-2/+11
2018-09-03vapi: init clib mem heap on connect if neededKlement Sekera1-0/+4
2018-09-02Switch to cmakeDamjan Marion1-74/+0