aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Have PAPI find its API definition filesChris Luke1-5/+140
2017-11-20nowhere to set read_timeoutdongjuan1-2/+2
2017-11-17VOM fixes and logger improvementsNeale Ranns7-30/+47
2017-11-15VOM: interface's handle() retreives from singular instanceNeale Ranns2-0/+11
2017-11-15VOM: interface RD update reconfigures L3 bindingsNeale Ranns4-21/+82
2017-11-14VOM: bridge-domain learning mode and route help commandsNeale Ranns8-7/+125
2017-11-11Handle CPU flags from autotools projectDamjan Marion2-2/+2
2017-11-10Break up vpe.apiNeale Ranns2-2/+2
2017-11-10VOM: enum_base - not constexpr to appease coverityNeale Ranns1-23/+23
2017-11-10VOM: memset DHCP hostname in VPP APINeale Ranns1-0/+1
2017-11-09VOM: Inspect: fix the bugMohsin Kazmi1-2/+1
2017-11-09VOM: Makefile: Fix the execution time initialization orderMohsin Kazmi1-1/+1
2017-11-09VOM logger levels fixNeale Ranns1-4/+4
2017-11-08jvpp: test measuring number of invocations per time (VPP-619)Matej4-2/+454
2017-11-08VOM rpm build fixesNeale Ranns1-1/+1
2017-11-07Fix include header for cmdsMohsin Kazmi1-0/+2
2017-11-06VOM reshuffleNeale Ranns105-3458/+4791
2017-11-05Fix coverity warnings in VOM and VAPINeale Ranns6-13/+19
2017-11-01VPP-959: Support old version of CFFIOle Troan2-3/+17
2017-11-01vom: fix build with gcc7Damjan Marion1-0/+1
2017-11-01VOM fixes for 9090 - ships in the night commitsNeale Ranns4-43/+10
2017-11-01VPP Object Model (VOM)Neale Ranns111-2/+21599
2017-10-31VPP PAPI: Error in unserializer for non-array compound types.Ole Troan1-0/+1
2017-10-30jvpp: bugfix for deadlock in java future API (VPP-1037)Matej3-72/+160
2017-10-25VPP-1033: Python API support arbitrary sized input parameters.Ole Troan1-13/+49
2017-10-16jvpp: stop plugin intialization on first mismatchMarek Gradzki9-12/+15
2017-10-10jvpp: adding callbacks for all messages (VPP-914)Matej Perina21-147/+171
2017-10-03jvpp: added logs for sending and receiving event messages (VPP-982)Matej Perina5-0/+30
2017-10-03Repair vlib API socket serverDave Barach2-1/+38
2017-09-28C++ API: remove deprecated throw listsKlement Sekera1-8/+4
2017-09-28drop python3 dependencyKlement Sekera3-22/+25
2017-09-27VPP-990 remove registered handler if control ping failsv18.01-rc0Matej Perina1-0/+1
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke1-0/+1
2017-09-19Add C++ APIKlement Sekera12-239/+1548
2017-09-19Add new C APIKlement Sekera8-0/+2598
2017-09-15jvpp: add vpe_pid to ConnectionInfoMatej Perina2-8/+11
2017-09-13VPP-960: Python API add more information in exception for invalid arguments t...Ole Troan1-1/+4
2017-09-12ACL-plugin add "replace" semantics for adding a new MacIP aclPavel Kotucek1-0/+18
2017-08-31VPP-959: Python API require minimum CFFI version.Ole Troan1-1/+1
2017-08-25jvpp: adding debug usage into test documentationMatej Perina5-1/+14
2017-08-25jvpp: introducing callback api and future api tests for all plugins (VPP-591)Matej Perina20-0/+724
2017-08-24jvpp: use (*env)->ExceptionClear before calling (*env)->ExceptionOccurredMarek Gradzki1-1/+4
2017-08-23NAT: Rename snat plugin to nat (VPP-955)Matus Fabian6-45/+45
2017-08-18Python API: Fix error message typo.Ole Troan1-1/+1
2017-08-17Python API: VPP-947 Empty chroot_prefix fails on encode()Ole Troan3-4/+209
2017-08-16jvpp: suppress unwritten fields warrning found in DTO's hashCodeMarek Gradzki2-0/+42
2017-08-16jvpp: move JVppReply's id out of synchronized blockMarek Gradzki2-15/+17
2017-08-14jvpp: ignore messages if callback method is missing (VPP-548)Marek Gradzki1-0/+8
2017-08-14jvpp: make shm_prefix configurable (VPP-591)Jan Srnicek3-20/+44
2017-08-11Dedicated SW Interface EventNeale Ranns5-19/+11