aboutsummaryrefslogtreecommitdiffstats
path: root/core/stream.go
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Change module name to go.fd.io/govppHEADv0.6.0-alphamasterNathan Skrzypczak1-1/+1
2022-01-31connection: prevent channel ID overlapLukas Vogel1-1/+5
2021-09-27core: close Stream after Connection.InvokeVladimir Popov1-0/+1
2021-09-07Refactoring and fixesmhalaj11-10/+2
2020-12-03Fixed incorrect message error in the stream APIVladimir Lavor1-1/+11
2020-10-15Stream API optionsVladimir Lavor1-16/+42
2020-09-07Fix decoding messages of identical types in streamOndrej Fabry1-17/+24
2020-07-17Improve binapi generatorOndrej Fabry1-2/+17
2020-06-25Introduce Stream - experimental API for low-level access to VPP APIOndrej Fabry1-0/+124