aboutsummaryrefslogtreecommitdiffstats
path: root/core/request_handler.go
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Introduce Stream - experimental API for low-level access to VPP APIOndrej Fabry1-37/+120
2020-06-16Optimize socketclient adapter and add various code improvementsOndrej Fabry1-4/+16
2019-10-30fix data races in proxy serverMatus Mrekaj1-1/+1
2019-07-10Fix socketclient for VPP 19.08Ondrej Fabry1-3/+3
2019-03-08Add socketclient implementationOndrej Fabry1-3/+5
2019-02-19Introduce higer-level API for retrieving statisticsOndrej Fabry1-5/+3
2019-02-08Add support for using multiple generated versionsOndrej Fabry1-0/+2
2018-10-23Remove the global variable for connectionOndrej Fabry1-3/+0
2018-10-22Introduce StatsAPI and it's initial implementationOndrej Fabry1-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 Fabry1-16/+65
2018-08-16Refactor GoVPPOndrej Fabry1-114/+112
2018-07-06make api.Channel as interfaceVladimir Lavor1-9/+9
2018-06-26Pair requests with replies using sequence numbersMilan Lenco1-31/+56
2018-05-31Improve handling of probes on timeoutsOndrej Fabry1-3/+19
2018-04-13Fix missing lock in LookupByIDOndrej Fabry1-0/+3
2018-04-05Lookup message name by ID when receiving unexpected messageOndrej Fabry1-3/+24
2018-03-23Support mocking reply for more multi requests at onceOndrej Fabry1-15/+16
2018-03-13Add API to set ControlPing msg and fail connect on unknown IDOndrej Fabry1-5/+3
2017-11-28Fix imports for github.com/sirupsen/logrusOndrej Fabry1-1/+1
2017-09-12Use Sirupsen/logrus with uppercaseLukas Macko1-1/+1
2017-09-07import sirupsen with lowercaseLukas Macko1-1/+1
2017-07-11added performance benchmark exampleRastislav Szabo1-11/+15
2017-05-25added async connect API, new structure of examplesRastislav Szabo1-0/+213