aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.go
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Refactoring and fixesmhalaj11-8/+3
2021-08-10proxy update to vpp 20.05mhalaj11-2/+3
2020-10-15Stream API optionsVladimir Lavor1-1/+7
2020-06-25Introduce Stream - experimental API for low-level access to VPP APIOndrej Fabry1-0/+125
2019-02-19Introduce higer-level API for retrieving statisticsOndrej Fabry1-139/+0
2019-02-08Add support for using multiple generated versionsOndrej Fabry1-3/+7
2019-02-08Generator improvements and cleanupOndrej Fabry1-1/+4
2019-01-31Generator improvementsOndrej Fabry1-2/+2
2018-08-24Simplify subscribing to events and fix eventsOndrej Fabry1-29/+8
2018-08-16Refactor GoVPPOndrej Fabry1-53/+46
2018-07-06make api.Channel as interfaceVladimir Lavor1-261/+53
2018-06-27mock adapter: Group all replies for one request under one call to MockReplyMilan Lenco1-8/+8
2018-06-26Pair requests with replies using sequence numbersMilan Lenco1-58/+113
2018-04-05Lookup message name by ID when receiving unexpected messageOndrej Fabry1-4/+18
2018-04-04Ignore invalid message ID if last request timed outOndrej Fabry1-26/+41
2018-03-23Support mocking reply for more multi requests at onceOndrej Fabry1-3/+3
2017-09-25generator fix - add new message typeRastislav Szabo1-0/+2
2017-05-25added async connect API, new structure of examplesRastislav Szabo1-2/+2
2017-05-22binapi-generator renamed & moved, finished documentationRastislav Szabo1-2/+2
2017-05-17multiple small fixesRastislav Szabo1-2/+4
2017-05-04initial commitRastislav Szabo1-0/+280