Age | Commit message (Expand) | Author | Files | Lines |
2020-09-18 | vat: add infrastructure to align vnet test code and plugin test code | Ole Troan | 1 | -10/+11 |
2020-09-11 | build: fix build for Debian 9 and Debian 10 | Benoît Ganne | 1 | -4/+5 |
2020-09-01 | vppapigen: supports backwards compatible marking of enums | Ole Troan | 1 | -18/+38 |
2020-08-25 | api: register endian handlers for reply messages | Ole Troan | 1 | -0/+13 |
2020-08-21 | vppapigen: Fix missing api dir | Nathan Skrzypczak | 1 | -0/+1 |
2020-08-19 | vppinfra: minor tweaks for cgo interoperation | Dave Barach | 2 | -11/+11 |
2020-08-17 | vppapigen: generate define for module_semver | Ole Troan | 1 | -0/+7 |
2020-08-13 | vppapigen: remove unreachable code | Ole Troan | 1 | -1/+0 |
2020-08-11 | vppapigen: add support for empty options | Ole Troan | 2 | -3/+17 |
2020-08-06 | misc: harmonize names | Dave Barach | 2 | -10/+10 |
2020-07-23 | vppapigen: missing crcs in user-defined types | Ole Troan | 2 | -3/+403 |
2020-06-17 | docs: add more FEATURE.yaml documentation | Dave Barach | 1 | -0/+12 |
2020-05-27 | api: make vpp api handlers endian independent | Ole Troan | 1 | -4/+15 |
2020-05-25 | api: add new stream message convention | Ole Troan | 2 | -1/+8 |
2020-05-19 | vppapigen: handle new api file for crcchekcer | Ole Troan | 1 | -2/+9 |
2020-05-16 | vppapigen: add assert for python version | Ole Troan | 1 | -2/+4 |
2020-05-15 | g2: fix the g2 build for Ubuntu 20.04 | Dave Barach | 1 | -2/+1 |
2020-05-09 | vppapigen: api crc checker | Ole Troan | 2 | -23/+67 |
2020-05-08 | build: various improvements | Damjan Marion | 1 | -1/+1 |
2020-05-07 | misc: deprecate elftool | Damjan Marion | 3 | -500/+0 |
2020-04-06 | misc: fix python sonarcloud BLOCKER level issues | Paul Vinciguerra | 1 | -1/+1 |
2020-04-04 | misc: strcpy be gone | Dave Barach | 2 | -22/+20 |
2020-04-04 | misc: sprintf be gone | Dave Barach | 7 | -164/+163 |
2020-03-04 | vppapigen: crc is a negative value for some messages when using python 2.7 | Mark Nelson | 1 | -2/+2 |
2020-02-26 | vppapigen: list imports in JSON | Ondrej Fabry | 1 | -0/+7 |
2020-02-26 | api: improve api string safety | Jakub Grajciar | 1 | -3/+2 |
2020-02-04 | vppapigen: fix options representation | Ole Troan | 1 | -1/+1 |
2020-01-30 | vppapigen: update markdown documentation | Paul Vinciguerra | 1 | -7/+10 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-12-07 | lacp: fix control_ping from plugins | Ole Troan | 1 | -0/+4 |
2019-11-24 | vppapigen: clean up typos in c generated code | Paul Vinciguerra | 1 | -4/+4 |
2019-11-24 | vppapigen: fix i64 format string | Paul Vinciguerra | 1 | -1/+1 |
2019-11-24 | vppapigen: fix typo on f64 endian_string | Paul Vinciguerra | 1 | -4/+4 |
2019-10-10 | acl: remove api boilerplate | Ole Troan | 1 | -0/+3 |
2019-10-10 | memif: remove api boilerplate | Ole Troan | 1 | -0/+2 |
2019-10-09 | api: autogenerate event handler functions for *_test.c | Ole Troan | 1 | -0/+17 |
2019-09-25 | api: split api generated files | Ole Troan | 3 | -74/+261 |
2019-09-19 | api: split vl_api_prefix into two | Ole Troan | 3 | -47/+39 |
2019-09-18 | vppapigen: fix missing vla check for union class | Ole Troan | 2 | -52/+87 |
2019-09-18 | vppapigen: fix tests and run on verify | Paul Vinciguerra | 2 | -26/+56 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 4 | -86/+434 |
2019-09-10 | misc: fix shebang with missing env | Nathan Skrzypczak | 1 | -1/+1 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 2 | -11/+74 |
2019-08-23 | vppapitrace: add text output | Ole Troan | 1 | -8/+65 |
2019-08-20 | vppapigen: remove support for legacy typedefs | Paul Vinciguerra | 1 | -1/+3 |
2019-08-20 | vppapigen: remove python2 support | Paul Vinciguerra | 1 | -28/+30 |
2019-08-19 | vppapigen map: raise ValueError when fieldname is python keyword | Paul Vinciguerra | 1 | -0/+4 |
2019-08-08 | api: vppapitrace JSON/API trace converter | Ole Troan | 2 | -0/+435 |
2019-08-01 | vppapigen: revert "implement reversible repr's" | Vratko Polak | 1 | -34/+15 |
2019-07-31 | vppapigen: implement reversible repr's | Paul Vinciguerra | 1 | -15/+34 |