govpp.git
2019-04-04 Vladimir Lavorfix govpp, add more checks to makefile 86/18686/1
2019-04-04 Vladimir Lavorsocketclient: wait for socket to be created 81/18681/1
2019-03-21 Nicolas PLANELFixup build with golang 1.12 70/18470/1
2019-03-20 Nicolas PLANELfixup race on ch.reqChan 23/18423/1
2019-03-08 Ondrej FabryAdd socketclient implementation 35/18135/1
2019-02-19 Ondrej FabryIntroduce higer-level API for retrieving statistics 79/17679/2
2019-02-08 Ondrej FabryAdd support for using multiple generated versions 14/17414/2
2019-02-08 Ondrej FabryGenerator improvements and cleanup 11/17411/1
2019-02-07 brecodeMock VPP adapter nit 10/17410/1
2019-01-31 Rastislav SzaboMerge "Generator improvements"
2019-01-31 Ondrej FabryGenerator improvements 94/17194/1
2019-01-31 Ondrej FabryUpdate VPPApi error list 93/17193/1
2019-01-15 Vladimir Lavoradded mock adapter for new VPP stats 22/16822/2
2019-01-10 Ondrej FabryAdd support for string types 48/16748/2
2019-01-02 Vladimir Lavoradded support for string type 62/16662/1
2018-12-13 Rastislav SzaboMerge "Add support for aliases and boolean type"
2018-12-13 Ondrej FabryAdd support for aliases and boolean type 59/16459/1
2018-11-20 Ondrej FabryMerge "Rename skipzero flag to all"
2018-11-19 Rastislav SzaboMerge "Update libmemif adapter with changes in vpp"
2018-11-17 Ondrej FabryRename skipzero flag to all 09/16009/1
2018-11-17 Ondrej FabryImprove Stats API example and add README 06/16006/1
2018-11-07 Tomas SlusnyUpdate libmemif adapter with changes in vpp 35/15735/3
2018-11-06 Ondrej FabryMerge "Fix compilation failure in libmemif adapter.go"
2018-11-06 Serguei BezverkhiFix compilation failure in libmemif adapter.go 34/15734/2
2018-10-23 Ondrej FabryRemove the global variable for connection 75/15475/1
2018-10-23 Ondrej FabryUnexport adapter implementations to make it clear that... 72/15472/1
2018-10-22 Ondrej FabryMerge "Introduce StatsAPI and it's initial implementation"
2018-10-22 Ondrej FabryIntroduce StatsAPI and it's initial implementation 54/15454/7
2018-10-10 Rastislav SzaboMerge "Add .gitreview"
2018-10-03 Ondrej FabryOmit message factory and line numbers from generated... 21/15121/1
2018-09-12 Ondrej FabryRecover possible panic in EncodeMsg and improve debug... 88/14788/1
2018-09-05 Ondrej FabryCopy data in msg callback 69/14669/1
2018-08-24 Vanessa Rene... Add .gitreview 75/14475/1
2018-08-24 Ondrej FabrySimplify subscribing to events and fix events 50/14450/6
2018-08-22 Ondrej FabryShow VPPApiError value always and remove RegisterBinAPI... 03/14403/1
2018-08-21 Ondrej FabryMake the warnings for validating services more obvious 00/14400/1
2018-08-21 Ondrej FabryFix perf-bench example 98/14398/1
2018-08-16 Ondrej FabryRefactor GoVPP 54/14254/4
2018-07-16 Rastislav SzaboMerge "Add support for jumbo frames to libmemif"
2018-07-09 Rastislav SzaboMerge "make api.Channel as interface"
2018-07-06 Tomas SlusnyAdd support for jumbo frames to libmemif 95/13295/16
2018-07-06 Vladimir Lavormake api.Channel as interface 29/13329/8
2018-07-02 Tomas SlusnyAdd gopacket adapter for libmemif 94/13294/4
2018-07-02 Milan LencoAdd compatibility with libmemif 2 93/13293/3
2018-06-27 Milan Lencomock adapter: Group all replies for one request under... 44/13244/4
2018-06-26 Milan LencoPair requests with replies using sequence numbers 10/13210/2
2018-06-12 Ondrej FabryFix empty adapter 15/13015/1
2018-05-31 Ondrej FabryImprove handling of probes on timeouts 31/12831/1
2018-05-02 Vladimir Lavorsupport for shm prefixes 07/12307/1
2018-04-13 Ondrej FabryFix missing lock in LookupByID 31/11731/1
2018-04-11 Ondrej FabryAdd warning message when health check fails 95/11695/1
2018-04-05 Ondrej FabryLookup message name by ID when receiving unexpected... 46/11546/1
2018-04-04 Ondrej FabryIgnore invalid message ID if last request timed out 14/11514/1
2018-03-23 Ondrej FabrySupport mocking reply for more multi requests at once 38/11338/1
2018-03-23 Ondrej FabryMake global vars part of mock adapter 25/11325/1
2018-03-13 Ondrej FabryAdd API to set ControlPing msg and fail connect on... 98/11098/1
2018-01-26 Ondrej FabryMake including VlAPIVersion in generated file as opt-in 68/10268/1
2018-01-25 Milan LencoUpdate examples, tests and testdata after binapi-genera... 44/10244/1
2018-01-24 Milan LencoUpdate binapi-generator for the new VPPAPIGEN. 26/10226/1
2018-01-04 Rastislav SzaboMerge "Fix imports for github.com/sirupsen/logrus"
2018-01-04 Rastislav SzaboMerge "Mock Adapter: Switch back to handlers once the...
2018-01-04 Rastislav SzaboMerge "Remove map usage via pointers"
2017-12-13 Ondrej FabryUse core directly in tests to avoid need of vppapiclien... 27/9827/1
2017-12-13 Ondrej FabryRemove map usage via pointers 26/9826/1
2017-12-04 Ondrej FabryFix events for mock adapter 01/9701/1
2017-11-30 Ondrej FabryRemoves unnecessary returned func from WaitReady 69/9669/1
2017-11-28 Ondrej FabryAdd WaitReady to VppAdapter 07/9607/1
2017-11-28 Ondrej FabryFix imports for github.com/sirupsen/logrus 03/9603/1
2017-11-15 Milan LencoMock Adapter: Switch back to handlers once the queue... 31/9431/1
2017-10-13 Milan LencoODPM 266: Go-libmemif + 2 examples. 00/8700/6
2017-09-25 Rastislav Szabogenerator fix - add new message type 29/8529/1
2017-09-25 Rastislav Szabogenerator fix - better identification of message types 27/8527/1
2017-09-12 Lukas MackoMake healthCheck parameters configurable 93/8393/1
2017-09-12 Lukas MackoUse Sirupsen/logrus with uppercase 92/8392/1
2017-09-07 Lukas Mackoimport sirupsen with lowercase 32/8332/1
2017-09-07 Lukas MackoWait until vpp is ready + Update vendor 26/8326/1
2017-07-28 Rastislav SzaboMerge "Modify the generator to generate the code that...
2017-07-26 Lukas MackoModify the generator to generate the code that is ignor... 97/7797/1
2017-07-11 Rastislav SzaboMerge "added performance benchmark example"
2017-07-11 Rastislav Szaboadded performance benchmark example 19/7519/1
2017-06-20 Milan LencoUpgrade dependency to VPP 17.07 RC0 31/7231/4
2017-06-09 Lukas MackoFix name of fields 82/7082/1
2017-05-25 Rastislav Szaboadded async connect API, new structure of examples 76/6876/2
2017-05-22 Rastislav Szabobinapi-generator renamed & moved, finished documentation 23/6823/1
2017-05-22 Rastislav Szabofixed golint issues 20/6820/1
2017-05-17 Rastislav Szabomultiple small fixes 46/6746/1
2017-05-05 Rastislav Szaboadded lint make target 05/6605/1
2017-05-05 Rastislav Szaboadded LICENSE file, removed example binary
2017-05-05 Rastislav Szaboremoved obsolete example
2017-05-05 Rastislav Szaboremoved obsolete example
2017-05-04 Rastislav SzaboMerge "Readme update"
2017-05-04 Rastislav SzaboReadme update 98/6598/1
2017-05-04 Rastislav Szabochanges import paths from gerrit.fd.io/r/govpp.git...
2017-05-04 Rastislav Szabore-generate core & example binary APIs
2017-05-04 Rastislav Szabomodified test make target
2017-05-04 Rastislav Szabomodified test make target
2017-05-04 Rastislav Szabomodified test make target
2017-05-04 Rastislav Szaboadded Makefile
2017-05-04 Rastislav Szabofixed import paths
2017-05-04 Rastislav Szaboinitial commit
next