aboutsummaryrefslogtreecommitdiffstats
path: root/core/request_handler.go
AgeCommit message (Expand)AuthorFilesLines
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