aboutsummaryrefslogtreecommitdiffstats
path: root/proxy/server.go
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Change module name to go.fd.io/govppHEADv0.6.0-alphamasterNathan Skrzypczak1-3/+3
2022-05-30test: Fix test dependancyNathan Skrzypczak1-7/+7
2021-08-10proxy update to vpp 20.05mhalaj11-11/+117
2020-12-03Fixed incorrect message error in the stream APIVladimir Lavor1-17/+25
2020-10-30Stats API: added GetMemory()Vladimir Lavor1-0/+4
2020-09-04Update VPP config warnings and change log level in proxyOndrej Fabry1-2/+2
2020-04-09proxy: Unexport methods that do not satisfy rpc to remove warningv0.3.3Ondrej Fabry1-7/+7
2019-11-05Begin development of next release 0.3.0Ondrej Fabry1-2/+2
2019-10-30fix data races in proxy serverMatus Mrekaj1-35/+296
2019-10-17add missing implementation for proxyMatus Mrekaj1-0/+30
2019-10-10Introduce proxy for VPPOndrej Fabry1-0/+109