Age | Commit message (Expand) | Author | Files | Lines |
2018-06-27 | mock adapter: Group all replies for one request under one call to MockReply | Milan Lenco | 4 | -122/+222 |
2018-06-26 | Pair requests with replies using sequence numbers | Milan Lenco | 8 | -170/+508 |
2018-06-12 | Fix empty adapter | Ondrej Fabry | 1 | -3/+3 |
2018-05-31 | Improve handling of probes on timeouts | Ondrej Fabry | 2 | -27/+74 |
2018-05-02 | support for shm prefixes | Vladimir Lavor | 5 | -24/+39 |
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 | 5 | -20/+71 |
2018-04-04 | Ignore invalid message ID if last request timed out | Ondrej Fabry | 3 | -31/+142 |
2018-03-23 | Support mocking reply for more multi requests at once | Ondrej Fabry | 5 | -28/+114 |
2018-03-23 | Make global vars part of mock adapter | Ondrej Fabry | 1 | -34/+43 |
2018-03-13 | Add API to set ControlPing msg and fail connect on unknown ID | Ondrej Fabry | 3 | -13/+33 |
2018-01-26 | Make including VlAPIVersion in generated file as opt-in | Ondrej Fabry | 1 | -9/+13 |
2018-01-25 | Update examples, tests and testdata after binapi-generator update. | Milan Lenco | 22 | -6459/+17427 |
2018-01-24 | Update binapi-generator for the new VPPAPIGEN. | Milan Lenco | 1 | -11/+28 |
2018-01-04 | Merge "Fix imports for github.com/sirupsen/logrus" | Rastislav Szabo | 45 | -10/+10 |
2018-01-04 | Merge "Mock Adapter: Switch back to handlers once the queue is empty." | Rastislav Szabo | 1 | -0/+5 |
2018-01-04 | Merge "Remove map usage via pointers" | Rastislav Szabo | 1 | -9/+9 |
2017-12-13 | Use core directly in tests to avoid need of vppapiclient library | Ondrej Fabry | 1 | -5/+4 |
2017-12-13 | Remove map usage via pointers | Ondrej Fabry | 1 | -9/+9 |
2017-12-04 | Fix events for mock adapter | Ondrej Fabry | 13 | -179/+1024 |
2017-11-30 | Removes unnecessary returned func from WaitReady | Ondrej Fabry | 4 | -28/+25 |
2017-11-28 | Add WaitReady to VppAdapter | Ondrej Fabry | 6 | -54/+72 |
2017-11-28 | Fix imports for github.com/sirupsen/logrus | Ondrej Fabry | 45 | -10/+10 |
2017-11-15 | Mock Adapter: Switch back to handlers once the queue is empty. | Milan Lenco | 1 | -0/+5 |
2017-10-13 | ODPM 266: Go-libmemif + 2 examples. | Milan Lenco | 269 | -1225/+84053 |
2017-09-25 | generator fix - add new message type | Rastislav Szabo | 4 | -1/+22 |
2017-09-25 | generator fix - better identification of message types | Rastislav Szabo | 2 | -16/+23 |
2017-09-12 | Make healthCheck parameters configurable | Lukas Macko | 1 | -2/+32 |
2017-09-12 | Use Sirupsen/logrus with uppercase | Lukas Macko | 44 | -9/+9 |
2017-09-07 | import sirupsen with lowercase | Lukas Macko | 47 | -202/+324 |
2017-09-07 | Wait until vpp is ready + Update vendor | Lukas Macko | 138 | -3933/+6530 |
2017-07-28 | Merge "Modify the generator to generate the code that is ignored by golint ht... | Rastislav Szabo | 1 | -1/+2 |
2017-07-26 | Modify the generator to generate the code that is ignored by golint https://g... | Lukas Macko | 1 | -1/+2 |
2017-07-11 | Merge "added performance benchmark example" | Rastislav Szabo | 4 | -11/+180 |
2017-07-11 | added performance benchmark example | Rastislav Szabo | 4 | -11/+180 |
2017-06-20 | Upgrade dependency to VPP 17.07 RC0 | Milan Lenco | 20 | -621/+1609 |
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 | 13 | -273/+557 |
2017-05-22 | binapi-generator renamed & moved, finished documentation | Rastislav Szabo | 17 | -22/+84 |
2017-05-22 | fixed golint issues | Rastislav Szabo | 3 | -65/+72 |
2017-05-17 | multiple small fixes | Rastislav Szabo | 5 | -13/+25 |
2017-05-05 | added lint make target | Rastislav Szabo | 1 | -0/+3 |
2017-05-05 | added LICENSE file, removed example binary | Rastislav Szabo | 3 | -0/+203 |
2017-05-05 | removed obsolete example | Rastislav Szabo | 1 | -78/+0 |
2017-05-05 | removed obsolete example | Rastislav Szabo | 1 | -299/+0 |
2017-05-04 | Merge "Readme update" | Rastislav Szabo | 1 | -3/+4 |
2017-05-04 | Readme update | Rastislav Szabo | 1 | -3/+4 |
2017-05-04 | changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git | Rastislav Szabo | 21 | -42/+42 |
2017-05-04 | re-generate core & example binary APIs | Rastislav Szabo | 9 | -10/+15 |