Age | Commit message (Expand) | Author | Files | Lines |
2021-10-19 | Fix memory leak in health check |  Vladimir Lavor | 1 | -51/+56 |
2021-09-27 | core: close Stream after Connection.Invoke |  Vladimir Popov | 1 | -0/+1 |
2021-09-07 | Refactoring and fixes |  mhalaj1 | 3 | -26/+21 |
2021-07-22 | feat: api-trace |  Vladimir Lavor | 4 | -55/+386 |
2021-03-03 | Provide error counters per worker for statsclient |  Vladimir Lavor | 1 | -1/+5 |
2021-02-23 | Added asynchronous connection for stats socket |  Vladimir Lavor | 1 | -22/+93 |
2021-02-01 | Rework test for binary API union sizes |  Vladimir Lavor | 1 | -1/+1 |
2020-12-03 | Decode message context using the message type only |  Vladimir Lavor | 2 | -26/+11 |
2020-12-03 | Fixed incorrect message error in the stream API |  Vladimir Lavor | 4 | -45/+80 |
2020-10-30 | Stats API: added GetMemory() |  Vladimir Lavor | 1 | -0/+27 |
2020-10-23 | Fix panic for Retval fields with uint kinds |  Ondrej Fabry | 1 | -1/+9 |
2020-10-15 | Stream API options |  Vladimir Lavor | 1 | -16/+42 |
2020-09-07 | Fix decoding messages of identical types in stream |  Ondrej Fabry | 1 | -17/+24 |
2020-09-04 | Increase default health check parameters |  Ondrej Fabry | 1 | -2/+2 |
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 |