summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Unexport adapter implementations to make it clear that API interfaces should ...Ondrej Fabry4-43/+54
2018-10-22Merge "Introduce StatsAPI and it's initial implementation"Ondrej Fabry14-122/+640
2018-10-22Introduce StatsAPI and it's initial implementationOndrej Fabry14-122/+640
2018-10-10Merge "Add .gitreview"Rastislav Szabo1-0/+4
2018-10-03Omit message factory and line numbers from generated outputOndrej Fabry13-1121/+105
2018-09-12Recover possible panic in EncodeMsg and improve debug logsOndrej Fabry3-23/+89
2018-09-05Copy data in msg callbackOndrej Fabry1-2/+3
2018-08-24Add .gitreviewVanessa Rene Valderrama1-0/+4
2018-08-24Simplify subscribing to events and fix eventsOndrej Fabry24-765/+528
2018-08-22Show VPPApiError value always and remove RegisterBinAPITypes for mock adapterOndrej Fabry7-61/+88
2018-08-21Make the warnings for validating services more obviousOndrej Fabry4-125/+169
2018-08-21Fix perf-bench exampleOndrej Fabry3-44/+1188
2018-08-16Refactor GoVPPOndrej Fabry45-4538/+9178
2018-07-16Merge "Add support for jumbo frames to libmemif"Rastislav Szabo4-37/+372
2018-07-09Merge "make api.Channel as interface"Rastislav Szabo16-496/+547
2018-07-06Add support for jumbo frames to libmemifTomas Slusny4-37/+372
2018-07-06make api.Channel as interfaceVladimir Lavor16-496/+547
2018-07-02Add gopacket adapter for libmemifTomas Slusny4-1/+573
2018-07-02Add compatibility with libmemif 2Milan Lenco3-31/+39
2018-06-27mock adapter: Group all replies for one request under one call to MockReplyMilan Lenco4-122/+222
2018-06-26Pair requests with replies using sequence numbersMilan Lenco8-170/+508
2018-06-12Fix empty adapterOndrej Fabry1-3/+3
2018-05-31Improve handling of probes on timeoutsOndrej Fabry2-27/+74
2018-05-02support for shm prefixesVladimir Lavor5-24/+39
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 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