aboutsummaryrefslogtreecommitdiffstats
path: root/core/connection.go
AgeCommit message (Expand)AuthorFilesLines
2019-10-30fix data races in proxy serverMatus Mrekaj1-13/+18
2019-10-03Optimizations for statsclientOndrej Fabry1-3/+3
2019-09-09Use new default binapi socket with fallback to legacyOndrej Fabry1-1/+1
2019-07-10Fix socketclient for VPP 19.08Ondrej Fabry1-4/+4
2019-06-27Improvements for binapi-generator and support VPP 19.04 in statsclientOndrej Fabry1-3/+7
2019-04-04socketclient: wait for socket to be createdVladimir Lavor1-11/+26
2019-02-19Introduce higer-level API for retrieving statisticsOndrej Fabry1-5/+20
2019-02-08Add support for using multiple generated versionsOndrej Fabry1-81/+85
2019-01-31Generator improvementsOndrej Fabry1-1/+1
2018-10-23Remove the global variable for connectionOndrej Fabry1-49/+20
2018-10-22Introduce StatsAPI and it's initial implementationOndrej Fabry1-22/+23
2018-08-24Simplify subscribing to events and fix eventsOndrej Fabry1-131/+104
2018-08-16Refactor GoVPPOndrej Fabry1-115/+174
2018-07-06make api.Channel as interfaceVladimir Lavor1-0/+403