aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vapi
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-30cmake: missing dependenciesDamjan Marion1-2/+2
2018-08-28VAPI: bugfixesKlement Sekera1-12/+8
2018-08-27VAPI: support enums & unionsKlement Sekera3-154/+283
2018-08-27cmake: Fix VAPI .hpp generationMohsin Kazmi2-2/+2
2018-08-27cmake: fix clang build and few minor fixesDamjan Marion1-1/+2
2018-08-27cmake: add vapi buildDamjan Marion4-12/+102
2018-08-10Use IP address types on UDP encap APINeale Ranns1-1/+0
2018-08-01Store USE_DLMALLOC in vppinfra/config.hDamjan Marion1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-1/+1
2018-07-05VPP-1335 vapi crash when memclnt_keepalive receivedKlement Sekera5-14/+58
2018-05-04VAPI: support VLAs in type definitionsKlement Sekera3-59/+57
2018-03-07VAPI: Ensure type definitions are generated in same order as .api file.Ole Troan2-4/+4
2018-03-06API: Add service definitions for events and singleton messages (second attempt)Marek Gradzki1-0/+17
2018-03-05Revert "API: Add service definitions for events and singleton messages."Ole Trøan1-17/+0
2018-03-05API: Add service definitions for events and singleton messages.Ole Troan1-0/+17
2018-02-25vapi: handle more magicKlement Sekera1-3/+15
2018-01-22svm: queue sub: Add conditional timed waitMohsin Kazmi3-6/+14
2018-01-09api: refactor vlibmemoryFlorin Coras1-12/+10