aboutsummaryrefslogtreecommitdiffstats
path: root/core/core.go
AgeCommit message (Expand)AuthorFilesLines
2018-07-06make api.Channel as interfaceVladimir Lavor1-400/+0
2018-06-26Pair requests with replies using sequence numbersMilan Lenco1-16/+9
2018-05-31Improve handling of probes on timeoutsOndrej Fabry1-24/+55
2018-04-12Add warning message when health check failsOndrej Fabry1-1/+2
2018-04-05Lookup message name by ID when receiving unexpected messageOndrej Fabry1-4/+4
2018-03-13Add API to set ControlPing msg and fail connect on unknown IDOndrej Fabry1-6/+28
2018-01-04Merge "Fix imports for github.com/sirupsen/logrus"Rastislav Szabo1-1/+1
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 Fabry1-1/+1
2017-09-12Make healthCheck parameters configurableLukas Macko1-2/+32
2017-09-12Use Sirupsen/logrus with uppercaseLukas Macko1-1/+1
2017-09-07import sirupsen with lowercaseLukas Macko1-1/+1
2017-09-07Wait until vpp is ready + Update vendorLukas Macko1-0/+47
2017-06-20Upgrade dependency to VPP 17.07 RC0Milan Lenco1-0/+2
2017-05-25added async connect API, new structure of examplesRastislav Szabo1-201/+164
2017-05-22binapi-generator renamed & moved, finished documentationRastislav Szabo1-2/+14
2017-05-17multiple small fixesRastislav Szabo1-4/+7
2017-05-04changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.gitRastislav Szabo1-3/+3
2017-05-04fixed import pathsRastislav Szabo1-3/+3
2017-05-04initial commitRastislav Szabo1-0/+340