Age | Commit message (Expand) | Author | Files | Lines |
2021-11-16 | vapi: verify message size when received | Klement Sekera | 3 | -18/+51 |
2021-11-02 | tests: change code to avoid gcc-11 warning | Klement Sekera | 1 | -4/+10 |
2021-10-18 | interface: add api test file | Filip Tehlar | 4 | -2/+5 |
2021-10-14 | tests: fix coverity warnings | Klement Sekera | 1 | -6/+2 |
2021-10-13 | docs: convert vpp doc md->rst | Nathan Skrzypczak | 2 | -155/+191 |
2021-10-13 | vapi: fix vapi test coverity warning | Florin Coras | 1 | -0/+1 |
2021-09-27 | tests: don't install vapi_c{,pp}_test | Dmitry Valter | 1 | -0/+2 |
2021-09-27 | misc: api move continued | Florin Coras | 2 | -4/+5 |
2021-09-17 | build: use GNUInstallDirs install destinations | Nick Brown | 1 | -1/+1 |
2021-05-27 | build: kindly ask python not to polute src/ | Damjan Marion | 1 | -2/+2 |
2021-05-26 | tests: move vapi C/C++ test files into src/ | Damjan Marion | 4 | -0/+1538 |
2021-03-05 | vppapigen: expose the values of per-message "options" in the api.json files | Andrew Yourtchenko | 1 | -1/+1 |
2020-06-10 | vapi: memset allocated messages to zero | Klement Sekera | 1 | -0/+4 |
2020-05-08 | build: various improvements | Damjan Marion | 1 | -1/+1 |
2020-05-04 | vapi: add support for defaults in typedefs | Paul Vinciguerra | 2 | -3/+7 |
2020-05-01 | api: fix include_guard when path contains a plus | Ruslan Babayev | 1 | -1/+1 |
2020-04-24 | vapi: packed enum type generation | Neale Ranns | 1 | -1/+14 |
2019-12-17 | build: export vapi generation in vpp-dev | Oliver Giles | 1 | -48/+11 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -4/+4 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 1 | -0/+5 |
2019-10-28 | vapi: switch to python3 | Ole Troan | 3 | -4/+4 |
2019-09-19 | api: split vl_api_prefix into two | Ole Troan | 2 | -15/+19 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 2 | -4/+13 |
2019-08-27 | api: revert use string type for strings in memclnt.api | Ole Troan | 2 | -51/+73 |
2019-08-27 | api: use string type for strings in memclnt.api | Ole Troan | 2 | -73/+51 |
2019-07-24 | vapi: add python scripts to vpp-dev package | Vratko Polak | 1 | -7/+19 |
2019-06-07 | vppapigen: Fold up CRC from dependent types. | Ole Troan | 1 | -3/+2 |
2019-04-29 | API: Add support for limits to language. | Ole Troan | 1 | -3/+6 |
2019-04-24 | NAT: VPP-1531 api cleanup & update | Filip Varga | 1 | -1/+1 |
2019-04-23 | Revert "NAT: VPP-1531 api cleanup & update" | Ole Trøan | 1 | -1/+1 |
2019-04-23 | NAT: VPP-1531 api cleanup & update | Filip Varga | 1 | -1/+1 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 1 | -1/+1 |
2019-03-15 | API: Cleanup APIs interface.api | Jakub Grajciar | 1 | -1/+1 |
2018-12-18 | VAPI/VOM: Removing legacy stats tests, add string type. | Ole Troan | 2 | -0/+2 |
2018-12-13 | vapi: code cleanup | Klement Sekera | 1 | -5/+4 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. | Ole Troan | 1 | -7/+7 |
2018-11-29 | API: Add support for type aliases | Ole Troan | 3 | -20/+65 |
2018-11-26 | vapi: break if parsing progress cannot be made | Klement Sekera | 1 | -0/+1 |
2018-11-07 | Unresolved symbols in libvapiclient | Neale Ranns | 1 | -0/+1 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -7/+8 |
2018-09-11 | vapi: support VLAs in typedefs | Klement Sekera | 2 | -28/+96 |
2018-09-07 | cmake: set packaging component for different files | Damjan Marion | 1 | -2/+11 |
2018-09-03 | vapi: init clib mem heap on connect if needed | Klement Sekera | 1 | -0/+4 |
2018-09-02 | Switch to cmake | Damjan Marion | 1 | -74/+0 |
2018-08-30 | cmake: missing dependencies | Damjan Marion | 1 | -2/+2 |
2018-08-28 | VAPI: bugfixes | Klement Sekera | 1 | -12/+8 |
2018-08-27 | VAPI: support enums & unions | Klement Sekera | 3 | -154/+283 |
2018-08-27 | cmake: Fix VAPI .hpp generation | Mohsin Kazmi | 2 | -2/+2 |
2018-08-27 | cmake: fix clang build and few minor fixes | Damjan Marion | 1 | -1/+2 |
2018-08-27 | cmake: add vapi build | Damjan Marion | 4 | -12/+102 |