Age | Commit message (Expand) | Author | Files | Lines |
2019-04-04 | fix govpp, add more checks to makefile |  Vladimir Lavor | 3 | -4/+5 |
2019-04-04 | socketclient: wait for socket to be created |  Vladimir Lavor | 3 | -15/+62 |
2019-03-21 | Fixup build with golang 1.12 |  Nicolas PLANEL | 2 | -6/+6 |
2019-03-20 | fixup race on ch.reqChan |  Nicolas PLANEL | 1 | -4/+1 |
2019-03-08 | Add socketclient implementation |  Ondrej Fabry | 6 | -8/+1523 |
2019-02-19 | Introduce higer-level API for retrieving statistics |  Ondrej Fabry | 8 | -32/+649 |
2019-02-08 | Add support for using multiple generated versions |  Ondrej Fabry | 15 | -88/+411 |
2019-02-08 | Generator improvements and cleanup |  Ondrej Fabry | 25 | -8163/+348 |
2019-02-07 | Mock VPP adapter nit |  brecode | 1 | -1/+1 |
2019-01-31 | Merge "Generator improvements" |  Rastislav Szabo | 15 | -4291/+4361 |
2019-01-31 | Generator improvements |  Ondrej Fabry | 15 | -4291/+4361 |
2019-01-31 | Update VPPApi error list |  Ondrej Fabry | 1 | -2/+8 |
2019-01-15 | added mock adapter for new VPP stats |  Vladimir Lavor | 3 | -0/+75 |
2019-01-10 | Add support for string types |  Ondrej Fabry | 323 | -79674/+655 |
2019-01-02 | added support for string type |  Vladimir Lavor | 2 | -13/+11 |
2018-12-13 | Merge "Add support for aliases and boolean type" |  Rastislav Szabo | 23 | -7878/+12781 |
2018-12-13 | Add support for aliases and boolean type |  Ondrej Fabry | 23 | -7878/+12781 |
2018-11-20 | Merge "Rename skipzero flag to all" |  Ondrej Fabry | 1 | -4/+4 |
2018-11-19 | Merge "Update libmemif adapter with changes in vpp" |  Rastislav Szabo | 2 | -37/+42 |
2018-11-17 | Rename skipzero flag to all |  Ondrej Fabry | 1 | -4/+4 |
2018-11-17 | Improve Stats API example and add README |  Ondrej Fabry | 2 | -17/+159 |
2018-11-07 | Update libmemif adapter with changes in vpp |  Tomas Slusny | 2 | -37/+42 |
2018-11-06 | Merge "Fix compilation failure in libmemif adapter.go" |  Ondrej Fabry | 1 | -2/+2 |
2018-11-06 | Fix compilation failure in libmemif adapter.go |  Serguei Bezverkhi | 1 | -2/+2 |
2018-10-23 | Remove the global variable for connection |  Ondrej Fabry | 2 | -52/+20 |
2018-10-23 | Unexport adapter implementations to make it clear that API interfaces should ... |  Ondrej Fabry | 4 | -43/+54 |
2018-10-22 | Merge "Introduce StatsAPI and it's initial implementation" |  Ondrej Fabry | 14 | -122/+640 |
2018-10-22 | Introduce StatsAPI and it's initial implementation |  Ondrej Fabry | 14 | -122/+640 |
2018-10-10 | Merge "Add .gitreview" |  Rastislav Szabo | 1 | -0/+4 |
2018-10-03 | Omit message factory and line numbers from generated output |  Ondrej Fabry | 13 | -1121/+105 |
2018-09-12 | Recover possible panic in EncodeMsg and improve debug logs |  Ondrej Fabry | 3 | -23/+89 |
2018-09-05 | Copy data in msg callback |  Ondrej Fabry | 1 | -2/+3 |
2018-08-24 | Add .gitreview |  Vanessa Rene Valderrama | 1 | -0/+4 |
2018-08-24 | Simplify subscribing to events and fix events |  Ondrej Fabry | 24 | -765/+528 |
2018-08-22 | Show VPPApiError value always and remove RegisterBinAPITypes for mock adapter |  Ondrej Fabry | 7 | -61/+88 |
2018-08-21 | Make the warnings for validating services more obvious |  Ondrej Fabry | 4 | -125/+169 |
2018-08-21 | Fix perf-bench example |  Ondrej Fabry | 3 | -44/+1188 |
2018-08-16 | Refactor GoVPP |  Ondrej Fabry | 45 | -4538/+9178 |
2018-07-16 | Merge "Add support for jumbo frames to libmemif" |  Rastislav Szabo | 4 | -37/+372 |
2018-07-09 | Merge "make api.Channel as interface" |  Rastislav Szabo | 16 | -496/+547 |
2018-07-06 | Add support for jumbo frames to libmemif |  Tomas Slusny | 4 | -37/+372 |
2018-07-06 | make api.Channel as interface |  Vladimir Lavor | 16 | -496/+547 |
2018-07-02 | Add gopacket adapter for libmemif |  Tomas Slusny | 4 | -1/+573 |
2018-07-02 | Add compatibility with libmemif 2 |  Milan Lenco | 3 | -31/+39 |
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 |