aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-01-31Generator improvementsOndrej Fabry2-2/+2
2018-10-23Remove the global variable for connectionOndrej Fabry2-52/+20
2018-10-22Introduce StatsAPI and it's initial implementationOndrej Fabry2-25/+26
2018-10-03Omit message factory and line numbers from generated outputOndrej Fabry2-3/+3
2018-09-12Recover possible panic in EncodeMsg and improve debug logsOndrej Fabry1-12/+10
2018-09-05Copy data in msg callbackOndrej Fabry1-2/+3
2018-08-24Simplify subscribing to events and fix eventsOndrej Fabry6-658/+431
2018-08-22Show VPPApiError value always and remove RegisterBinAPITypes for mock adapterOndrej Fabry2-4/+3
2018-08-16Refactor GoVPPOndrej Fabry10-1561/+521
2018-07-06make api.Channel as interfaceVladimir Lavor8-226/+1024
2018-06-27mock adapter: Group all replies for one request under one call to MockReplyMilan Lenco1-27/+67
2018-06-26Pair requests with replies using sequence numbersMilan Lenco3-60/+304
2018-05-31Improve handling of probes on timeoutsOndrej Fabry2-27/+74
2018-04-13Fix missing lock in LookupByIDOndrej Fabry1-0/+3
2018-04-12Add warning message when health check failsOndrej Fabry1-1/+2
2018-04-05Lookup message name by ID when receiving unexpected messageOndrej Fabry2-7/+28
2018-03-23Support mocking reply for more multi requests at onceOndrej Fabry2-16/+17
2018-03-13Add API to set ControlPing msg and fail connect on unknown IDOndrej Fabry3-13/+33
2018-01-25Update examples, tests and testdata after binapi-generator update.Milan Lenco3-3485/+830
2018-01-04Merge "Fix imports for github.com/sirupsen/logrus"Rastislav Szabo4-4/+4
2017-12-04Fix events for mock adapterOndrej Fabry2-25/+26
2017-11-30Removes unnecessary returned func from WaitReadyOndrej Fabry1-2/+1
2017-11-28Add WaitReady to VppAdapterOndrej Fabry1-52/+9
2017-11-28Fix imports for github.com/sirupsen/logrusOndrej Fabry4-4/+4
2017-09-25generator fix - add new message typeRastislav Szabo2-1/+15
2017-09-12Make healthCheck parameters configurableLukas Macko1-2/+32
2017-09-12Use Sirupsen/logrus with uppercaseLukas Macko4-4/+4
2017-09-07import sirupsen with lowercaseLukas Macko4-4/+4
2017-09-07Wait until vpp is ready + Update vendorLukas Macko1-0/+47
2017-07-11Merge "added performance benchmark example"Rastislav Szabo1-11/+15
2017-07-11added performance benchmark exampleRastislav Szabo1-11/+15
2017-06-20Upgrade dependency to VPP 17.07 RC0Milan Lenco3-161/+910
2017-05-25added async connect API, new structure of examplesRastislav Szabo4-201/+393
2017-05-22binapi-generator renamed & moved, finished documentationRastislav Szabo2-2/+28
2017-05-17multiple small fixesRastislav Szabo1-4/+7
2017-05-04changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.gitRastislav Szabo5-10/+10
2017-05-04re-generate core & example binary APIsRastislav Szabo1-2/+2
2017-05-04fixed import pathsRastislav Szabo5-10/+10
2017-05-04initial commitRastislav Szabo6-0/+3985