Age | Commit message (Expand) | Author | Files | Lines |
2019-04-23 | Add comments to provide info about VPP requirements | Ondrej Fabry | 1 | -3/+3 |
2019-04-18 | Check if dir ls/dump returns nil | Ondrej Fabry | 1 | -0/+15 |
2019-04-16 | Fix crash in stats for removed interfaces/nodes | Ondrej Fabry | 1 | -3/+4 |
2019-04-11 | Add support for names vector and fill name in interface/node stats | Ondrej Fabry | 2 | -6/+40 |
2019-04-05 | Split outgoing packet data by 4096 bytes | Ondrej Fabry | 1 | -37/+74 |
2019-04-05 | Merge "Exposed input_queue_size argument to user" | Ondrej Fabry | 2 | -7/+19 |
2019-04-05 | Exposed input_queue_size argument to user | Ondrej Fabry | 2 | -7/+19 |
2019-04-05 | Fix WaitReady for VPP client adapters | Ondrej Fabry | 2 | -19/+43 |
2019-04-04 | socketclient: wait for socket to be created | Vladimir Lavor | 1 | -3/+35 |
2019-03-21 | Fixup build with golang 1.12 | Nicolas PLANEL | 2 | -6/+6 |
2019-03-08 | Add socketclient implementation | Ondrej Fabry | 1 | -0/+430 |
2019-02-19 | Introduce higer-level API for retrieving statistics | Ondrej Fabry | 1 | -10/+14 |
2019-02-07 | Mock VPP adapter nit | brecode | 1 | -1/+1 |
2019-01-15 | added mock adapter for new VPP stats | Vladimir Lavor | 3 | -0/+75 |
2018-10-23 | Unexport adapter implementations to make it clear that API interfaces should ... | Ondrej Fabry | 4 | -43/+54 |
2018-10-22 | Introduce StatsAPI and it's initial implementation | Ondrej Fabry | 8 | -83/+520 |
2018-08-24 | Simplify subscribing to events and fix events | Ondrej Fabry | 3 | -12/+10 |
2018-08-22 | Show VPPApiError value always and remove RegisterBinAPITypes for mock adapter | Ondrej Fabry | 1 | -27/+23 |
2018-08-16 | Refactor GoVPP | Ondrej Fabry | 4 | -53/+64 |
2018-07-06 | make api.Channel as interface | Vladimir Lavor | 1 | -14/+13 |
2018-06-27 | mock adapter: Group all replies for one request under one call to MockReply | Milan Lenco | 1 | -43/+78 |
2018-06-26 | Pair requests with replies using sequence numbers | Milan Lenco | 3 | -20/+59 |
2018-06-12 | Fix empty adapter | Ondrej Fabry | 1 | -3/+3 |
2018-05-02 | support for shm prefixes | Vladimir Lavor | 1 | -12/+27 |
2018-04-05 | Lookup message name by ID when receiving unexpected message | Ondrej Fabry | 1 | -1/+1 |
2018-04-04 | Ignore invalid message ID if last request timed out | Ondrej Fabry | 1 | -2/+1 |
2018-03-23 | Support mocking reply for more multi requests at once | Ondrej Fabry | 1 | -5/+4 |
2018-03-23 | Make global vars part of mock adapter | Ondrej Fabry | 1 | -34/+43 |
2018-01-04 | Merge "Mock Adapter: Switch back to handlers once the queue is empty." | Rastislav Szabo | 1 | -0/+5 |
2017-12-13 | Remove map usage via pointers | Ondrej Fabry | 1 | -9/+9 |
2017-12-04 | Fix events for mock adapter | Ondrej Fabry | 1 | -23/+10 |
2017-11-30 | Removes unnecessary returned func from WaitReady | Ondrej Fabry | 3 | -26/+24 |
2017-11-28 | Add WaitReady to VppAdapter | Ondrej Fabry | 4 | -0/+61 |
2017-11-15 | Mock Adapter: Switch back to handlers once the queue is empty. | Milan Lenco | 1 | -0/+5 |
2017-06-09 | Fix name of fields | Lukas Macko | 1 | -5/+5 |
2017-05-25 | added async connect API, new structure of examples | Rastislav Szabo | 2 | -4/+4 |
2017-05-22 | fixed golint issues | Rastislav Szabo | 2 | -64/+71 |
2017-05-17 | multiple small fixes | Rastislav Szabo | 1 | -4/+11 |
2017-05-04 | changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git | Rastislav Szabo | 3 | -5/+5 |
2017-05-04 | fixed import paths | Rastislav Szabo | 3 | -5/+5 |
2017-05-04 | initial commit | Rastislav Szabo | 6 | -0/+619 |