aboutsummaryrefslogtreecommitdiffstats
path: root/api
AgeCommit message (Expand)AuthorFilesLines
2022-05-02read memory stats from per-heap coutersVladimir Lavor1-1/+18
2021-09-07Refactoring and fixesmhalaj11-8/+3
2021-08-10proxy update to vpp 20.05mhalaj11-2/+3
2021-07-22feat: api-traceVladimir Lavor1-0/+46
2021-03-03Provide error counters per worker for statsclientVladimir Lavor1-1/+1
2020-12-03Fixed incorrect message error in the stream APIVladimir Lavor1-11/+11
2020-10-30Stats API: added GetMemory()Vladimir Lavor1-0/+7
2020-10-15Stream API optionsVladimir Lavor1-1/+7
2020-07-22Fix binapigen decoding and minor improvementsOndrej Fabry1-10/+8
2020-06-25Introduce Stream - experimental API for low-level access to VPP APIOndrej Fabry4-79/+136
2020-06-22Refactored binapi generator with message encodingOndrej Fabry1-0/+1
2020-06-16Optimize socketclient adapter and add various code improvementsOndrej Fabry1-14/+19
2019-11-15Improve compatibility checkingOndrej Fabry1-6/+30
2019-10-03Optimizations for statsclientOndrej Fabry1-28/+38
2019-07-19Print info for users to stderr when socket files are missingOndrej Fabry1-0/+14
2019-06-12Fix parsing API with removed CRC for types and unionsOndrej Fabry1-3/+0
2019-04-18Add buffer pool statsOndrej Fabry1-0/+14
2019-04-11Add support for names vector and fill name in interface/node statsOndrej Fabry1-4/+2
2019-02-19Introduce higer-level API for retrieving statisticsOndrej Fabry2-0/+79
2019-02-08Add support for using multiple generated versionsOndrej Fabry1-3/+7
2019-02-08Generator improvements and cleanupOndrej Fabry1-1/+4
2019-01-31Merge "Generator improvements"Rastislav Szabo1-2/+2
2019-01-31Generator improvementsOndrej Fabry1-2/+2
2019-01-31Update VPPApi error listOndrej Fabry1-2/+8
2018-08-24Simplify subscribing to events and fix eventsOndrej Fabry1-29/+8
2018-08-22Show VPPApiError value always and remove RegisterBinAPITypes for mock adapterOndrej Fabry2-2/+35
2018-08-16Refactor GoVPPOndrej Fabry2-53/+320
2018-07-06make api.Channel as interfaceVladimir Lavor3-942/+54
2018-06-27mock adapter: Group all replies for one request under one call to MockReplyMilan Lenco2-52/+77
2018-06-26Pair requests with replies using sequence numbersMilan Lenco2-90/+145
2018-04-05Lookup message name by ID when receiving unexpected messageOndrej Fabry2-12/+42
2018-04-04Ignore invalid message ID if last request timed outOndrej Fabry2-29/+141
2018-03-23Support mocking reply for more multi requests at onceOndrej Fabry2-7/+93
2017-12-13Use core directly in tests to avoid need of vppapiclient libraryOndrej Fabry1-5/+4
2017-12-04Fix events for mock adapterOndrej Fabry1-2/+45
2017-09-25generator fix - add new message typeRastislav Szabo1-0/+2
2017-06-20Upgrade dependency to VPP 17.07 RC0Milan Lenco4-306/+1
2017-05-25added async connect API, new structure of examplesRastislav Szabo1-2/+2
2017-05-22binapi-generator renamed & moved, finished documentationRastislav Szabo2-3/+28
2017-05-17multiple small fixesRastislav Szabo1-2/+4
2017-05-04changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.gitRastislav Szabo1-8/+8
2017-05-04fixed import pathsRastislav Szabo1-8/+8
2017-05-04initial commitRastislav Szabo6-0/+976