summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Add warning message when health check failsOndrej Fabry1-1/+2
2018-04-05Lookup message name by ID when receiving unexpected messageOndrej Fabry5-20/+71
2018-04-04Ignore invalid message ID if last request timed outOndrej Fabry3-31/+142
2018-03-23Support mocking reply for more multi requests at onceOndrej Fabry5-28/+114
2018-03-23Make global vars part of mock adapterOndrej Fabry1-34/+43
2018-03-13Add API to set ControlPing msg and fail connect on unknown IDOndrej Fabry3-13/+33
2018-01-26Make including VlAPIVersion in generated file as opt-inOndrej Fabry1-9/+13
2018-01-25Update examples, tests and testdata after binapi-generator update.Milan Lenco22-6459/+17427
2018-01-24Update binapi-generator for the new VPPAPIGEN.Milan Lenco1-11/+28
2018-01-04Merge "Fix imports for github.com/sirupsen/logrus"Rastislav Szabo45-10/+10
2018-01-04Merge "Mock Adapter: Switch back to handlers once the queue is empty."Rastislav Szabo1-0/+5
2018-01-04Merge "Remove map usage via pointers"Rastislav Szabo1-9/+9
2017-12-13Use core directly in tests to avoid need of vppapiclient libraryOndrej Fabry1-5/+4
2017-12-13Remove map usage via pointersOndrej Fabry1-9/+9
2017-12-04Fix events for mock adapterOndrej Fabry13-179/+1024
2017-11-30Removes unnecessary returned func from WaitReadyOndrej Fabry4-28/+25
2017-11-28Add WaitReady to VppAdapterOndrej Fabry6-54/+72
2017-11-28Fix imports for github.com/sirupsen/logrusOndrej Fabry45-10/+10
2017-11-15Mock Adapter: Switch back to handlers once the queue is empty.Milan Lenco1-0/+5
2017-10-13ODPM 266: Go-libmemif + 2 examples.Milan Lenco269-1225/+84053
2017-09-25generator fix - add new message typeRastislav Szabo4-1/+22
2017-09-25generator fix - better identification of message typesRastislav Szabo2-16/+23
2017-09-12Make healthCheck parameters configurableLukas Macko1-2/+32
2017-09-12Use Sirupsen/logrus with uppercaseLukas Macko44-9/+9
2017-09-07import sirupsen with lowercaseLukas Macko47-202/+324
2017-09-07Wait until vpp is ready + Update vendorLukas Macko138-3933/+6530
2017-07-28Merge "Modify the generator to generate the code that is ignored by golint ht...Rastislav Szabo1-1/+2
2017-07-26Modify the generator to generate the code that is ignored by golint https://g...Lukas Macko1-1/+2
2017-07-11Merge "added performance benchmark example"Rastislav Szabo4-11/+180
2017-07-11added performance benchmark exampleRastislav Szabo4-11/+180
2017-06-20Upgrade dependency to VPP 17.07 RC0Milan Lenco20-621/+1609
2017-06-09Fix name of fieldsLukas Macko1-5/+5
2017-05-25added async connect API, new structure of examplesRastislav Szabo13-273/+557
2017-05-22binapi-generator renamed & moved, finished documentationRastislav Szabo17-22/+84
2017-05-22fixed golint issuesRastislav Szabo3-65/+72
2017-05-17multiple small fixesRastislav Szabo5-13/+25
2017-05-05added lint make targetRastislav Szabo1-0/+3
2017-05-05added LICENSE file, removed example binaryRastislav Szabo3-0/+203
2017-05-05removed obsolete exampleRastislav Szabo1-78/+0
2017-05-05removed obsolete exampleRastislav Szabo1-299/+0
2017-05-04Merge "Readme update"Rastislav Szabo1-3/+4
2017-05-04Readme updateRastislav Szabo1-3/+4
2017-05-04changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.gitRastislav Szabo21-42/+42
2017-05-04re-generate core & example binary APIsRastislav Szabo9-10/+15
2017-05-04modified test make targetRastislav Szabo1-2/+2
2017-05-04modified test make targetRastislav Szabo1-2/+2
2017-05-04modified test make targetRastislav Szabo1-1/+3
2017-05-04added MakefileRastislav Szabo2-0/+14
2017-05-04fixed import pathsRastislav Szabo21-42/+42
2017-05-04initial commitRastislav Szabo566-0/+181108