aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2020-03-18Fix import path in examples/binapiv0.3.1Ondrej Fabry2-16/+18
2020-03-18Release 0.3.0v0.3.0Ondrej Fabry1-1/+1
2019-11-15Improve compatibility checkingOndrej Fabry2-8/+18
2019-10-30fix data races in proxy serverMatus Mrekaj3-15/+22
2019-10-15fix: Add guards for converting Stat interface (might be nil)Ondrej Fabry1-28/+33
2019-10-03Optimizations for statsclientOndrej Fabry2-257/+242
2019-09-09Use new default binapi socket with fallback to legacyOndrej Fabry1-1/+1
2019-08-01Fix unit testsOndrej Fabry1-130/+13
2019-07-30Use common logger in core packageOndrej Fabry1-3/+3
2019-07-10Fix socketclient for VPP 19.08Ondrej Fabry3-10/+18
2019-07-03Fix error counters for VPP 19.04Ondrej Fabry1-1/+1
2019-06-27Improvements for binapi-generator and support VPP 19.04 in statsclientOndrej Fabry2-3/+8
2019-06-06Add various generator improvementsOndrej Fabry2-6/+6
2019-04-18Add buffer pool statsOndrej Fabry1-3/+47
2019-04-16Fix crash in stats for removed interfaces/nodesOndrej Fabry1-0/+6
2019-04-11Add support for names vector and fill name in interface/node statsOndrej Fabry1-1/+34
2019-04-04socketclient: wait for socket to be createdVladimir Lavor2-12/+27
2019-03-20fixup race on ch.reqChanNicolas PLANEL1-4/+1
2019-03-08Add socketclient implementationOndrej Fabry2-5/+8
2019-02-19Introduce higer-level API for retrieving statisticsOndrej Fabry3-10/+420
2019-02-08Add support for using multiple generated versionsOndrej Fabry4-84/+109
2019-02-08Generator improvements and cleanupOndrej Fabry1-21/+0
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