Age | Commit message (Expand) | Author | Files | Lines |
2020-09-04 | Stats APIv2 | Vladimir Lavor | 1 | -0/+3 |
2020-07-17 | Added VPP state 'NotResponding' | Vladimir Lavor | 1 | -14/+30 |
2020-07-17 | Improve binapi generator | Ondrej Fabry | 3 | -11/+27 |
2020-07-02 | Binary API generator improvements | Vladimir Lavor | 2 | -6/+7 |
2020-06-25 | Introduce Stream - experimental API for low-level access to VPP API | Ondrej Fabry | 4 | -79/+277 |
2020-06-24 | Fix codec fallback and generate type imports | Ondrej Fabry | 2 | -4/+4 |
2020-06-16 | Optimize socketclient adapter and add various code improvements | Ondrej Fabry | 5 | -23/+52 |
2020-05-18 | Fix stats data errors and panic for VPP 20.05 | Ondrej Fabry | 1 | -2/+2 |
2020-03-18 | Fix import path in examples/binapiv0.3.1 | Ondrej Fabry | 2 | -16/+18 |
2020-03-18 | Release 0.3.0v0.3.0 | Ondrej Fabry | 1 | -1/+1 |
2019-11-15 | Improve compatibility checking | Ondrej Fabry | 2 | -8/+18 |
2019-10-30 | fix data races in proxy server | Matus Mrekaj | 3 | -15/+22 |
2019-10-15 | fix: Add guards for converting Stat interface (might be nil) | Ondrej Fabry | 1 | -28/+33 |
2019-10-03 | Optimizations for statsclient | Ondrej Fabry | 2 | -257/+242 |
2019-09-09 | Use new default binapi socket with fallback to legacy | Ondrej Fabry | 1 | -1/+1 |
2019-08-01 | Fix unit tests | Ondrej Fabry | 1 | -130/+13 |
2019-07-30 | Use common logger in core package | Ondrej Fabry | 1 | -3/+3 |
2019-07-10 | Fix socketclient for VPP 19.08 | Ondrej Fabry | 3 | -10/+18 |
2019-07-03 | Fix error counters for VPP 19.04 | Ondrej Fabry | 1 | -1/+1 |
2019-06-27 | Improvements for binapi-generator and support VPP 19.04 in statsclient | Ondrej Fabry | 2 | -3/+8 |
2019-06-06 | Add various generator improvements | Ondrej Fabry | 2 | -6/+6 |
2019-04-18 | Add buffer pool stats | Ondrej Fabry | 1 | -3/+47 |
2019-04-16 | Fix crash in stats for removed interfaces/nodes | Ondrej Fabry | 1 | -0/+6 |
2019-04-11 | Add support for names vector and fill name in interface/node stats | Ondrej Fabry | 1 | -1/+34 |
2019-04-04 | socketclient: wait for socket to be created | Vladimir Lavor | 2 | -12/+27 |
2019-03-20 | fixup race on ch.reqChan | Nicolas PLANEL | 1 | -4/+1 |
2019-03-08 | Add socketclient implementation | Ondrej Fabry | 2 | -5/+8 |
2019-02-19 | Introduce higer-level API for retrieving statistics | Ondrej Fabry | 3 | -10/+420 |
2019-02-08 | Add support for using multiple generated versions | Ondrej Fabry | 4 | -84/+109 |
2019-02-08 | Generator improvements and cleanup | Ondrej Fabry | 1 | -21/+0 |
2019-01-31 | Generator improvements | Ondrej Fabry | 2 | -2/+2 |
2018-10-23 | Remove the global variable for connection | Ondrej Fabry | 2 | -52/+20 |
2018-10-22 | Introduce StatsAPI and it's initial implementation | Ondrej Fabry | 2 | -25/+26 |
2018-10-03 | Omit message factory and line numbers from generated output | Ondrej Fabry | 2 | -3/+3 |
2018-09-12 | Recover possible panic in EncodeMsg and improve debug logs | Ondrej Fabry | 1 | -12/+10 |
2018-09-05 | Copy data in msg callback | Ondrej Fabry | 1 | -2/+3 |
2018-08-24 | Simplify subscribing to events and fix events | Ondrej Fabry | 6 | -658/+431 |
2018-08-22 | Show VPPApiError value always and remove RegisterBinAPITypes for mock adapter | Ondrej Fabry | 2 | -4/+3 |
2018-08-16 | Refactor GoVPP | Ondrej Fabry | 10 | -1561/+521 |
2018-07-06 | make api.Channel as interface | Vladimir Lavor | 8 | -226/+1024 |
2018-06-27 | mock adapter: Group all replies for one request under one call to MockReply | Milan Lenco | 1 | -27/+67 |
2018-06-26 | Pair requests with replies using sequence numbers | Milan Lenco | 3 | -60/+304 |
2018-05-31 | Improve handling of probes on timeouts | Ondrej Fabry | 2 | -27/+74 |
2018-04-13 | Fix missing lock in LookupByID | Ondrej Fabry | 1 | -0/+3 |
2018-04-12 | Add warning message when health check fails | Ondrej Fabry | 1 | -1/+2 |
2018-04-05 | Lookup message name by ID when receiving unexpected message | Ondrej Fabry | 2 | -7/+28 |
2018-03-23 | Support mocking reply for more multi requests at once | Ondrej Fabry | 2 | -16/+17 |
2018-03-13 | Add API to set ControlPing msg and fail connect on unknown ID | Ondrej Fabry | 3 | -13/+33 |
2018-01-25 | Update examples, tests and testdata after binapi-generator update. | Milan Lenco | 3 | -3485/+830 |
2018-01-04 | Merge "Fix imports for github.com/sirupsen/logrus" | Rastislav Szabo | 4 | -4/+4 |