1. 4c64b6e cmake: add vapi build by Damjan Marion · 6 years ago
  2. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  3. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  4. 184870a CSIT-1139: Implement parallel test execution by juraj.linkes · 6 years ago
  5. 2ddfe75 CMakeLists file for vpp-api by Neale Ranns · 6 years ago
  6. e29cb67 Edit some warning messages in vpp-api client by Ondrej Fabry · 6 years ago
  7. d0df49f Use IP address types on UDP encap API by Neale Ranns · 6 years ago
  8. eabd607 PAPI: Python 3.7 uses async keyword. by Ole Troan · 6 years ago
  9. 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
  10. 1d20f47 PAPI: Move unit tests to fix packaging issues. by Ole Troan · 6 years ago
  11. b199e98 PAPI: Union pad at the end of short fields instead of at head. by Ole Troan · 6 years ago
  12. cc4a5e8 Move java api to extras/ by Damjan Marion · 6 years ago
  13. 5f21e1b Store USE_DLMALLOC in vppinfra/config.h by Damjan Marion · 6 years ago
  14. 1d65279 VPP-API client: timeout thread loop variable by Neale Ranns · 6 years ago
  15. 2a7563b PAPI: Remove logging calls from pack/unpack by Ole Troan · 6 years ago
  16. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  17. 8aedf5e vpp-api: improve naming for easier debugging by Klement Sekera · 6 years ago
  18. dab732a VPP-1335 vapi crash when memclnt_keepalive received by Klement Sekera · 6 years ago
  19. df434b9 jvpp: pass tuple of classes to isinstance() by Marek Gradzki · 6 years ago
  20. c5ee4fd jvpp: cleanup generation of swap functions for custom types by Marek Gradzki · 6 years ago
  21. 5b3d95b jvpp: add support for unions (VPP-1322) by Marek Gradzki · 6 years ago
  22. 3e2d57d jvpp: add support for enums (VPP-1153) by Marek Gradzki · 6 years ago
  23. 02c88e4 jvpp: cleanup JNI generation code (VPP-1153) by Marek Gradzki · 6 years ago
  24. a7564e8 Python API: Add enum and union support. by Ole Troan · 7 years ago
  25. 65ce94a jvpp: do not fail on type parsing error by Marek Gradzki · 6 years ago
  26. 61debaa Revert "Python API: Add enum and union support." by Ole Trøan · 6 years ago
  27. a5ee900 Python API: Add enum and union support. by Ole Troan · 7 years ago
  28. d0e812f Alter logging semantics for VPP PAPI object by Ian Wells · 7 years ago
  29. 73710c7 VPP API: Memory trace by Ole Troan · 7 years ago
  30. c16f6b3 Join the VAC read timeout thread by Neale Ranns · 7 years ago
  31. 68e2ffb fix: AttributeError: module 'os' has no attribute 'cwd' by Andrey "Zed" Zaikin · 7 years ago
  32. 6b8fcff Address compilation issues with Java > 1.8 by Marco Varlese · 7 years ago
  33. 8b6b5ab VAPI: support VLAs in type definitions by Klement Sekera · 7 years ago
  34. 164e5f8 Move VOM to extras/vom by Damjan Marion · 7 years ago
  35. 4a6d023 GBPv6: NAT66 actions for GBP by Neale Ranns · 7 years ago
  36. 701625b typo fix: UNKOWN -> UNKNOWN by Andrey "Zed" Zaikin · 7 years ago
  37. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  38. 609b5d4 VOM: GBP: update subnet is type changes by Neale Ranns · 7 years ago
  39. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  40. 25b0494 GBP V2 by Neale Ranns · 7 years ago
  41. ba1e158 export new VOM hpp post 11648 by Neale Ranns · 7 years ago
  42. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  43. 58c711a vom: Fix the itf stats replay by Mohsin Kazmi · 7 years ago
  44. 7fe930b fixes python3 TypeError; python2 intact by Andrey "Zed" Zaikin · 7 years ago
  45. 334167f fix: sample vpp-api C client hangs vpp daemon because of NULL callback by Andrey "Zed" Zaikin · 7 years ago
  46. 47cca9b VOM: Get vhost-user type from name by Mohsin Kazmi · 7 years ago
  47. 1e58311 VOM: Add sub_interface in specific routing table by Mohsin Kazmi · 7 years ago
  48. 871dc42 Detailed stats collection feature by Neale Ranns · 7 years ago
  49. 691abf6 vom: Fix the error handling for already existing itf by Mohsin Kazmi · 7 years ago
  50. f756401 VOM: Fix connection state by Neale Ranns · 7 years ago
  51. ed76ee2 VOM: bond: Add support for LACP by Mohsin Kazmi · 7 years ago
  52. c6a716b vom: itf: make vhost_user as socket slave by Mohsin Kazmi · 7 years ago
  53. 0bbe576 vom: l2-emulation: Fix sweep function by Mohsin Kazmi · 7 years ago
  54. 04def74 VOM: acl: Add support for acl ethertype unbind and dump by Mohsin Kazmi · 7 years ago
  55. 8145842 Common form of fib-path reproting in dumps by Neale Ranns · 7 years ago
  56. 52ca756 VAPI: Ensure type definitions are generated in same order as .api file. by Ole Troan · 7 years ago
  57. b5eb3b1 VOM: Fix state reconciliation by Mohsin Kazmi · 7 years ago
  58. 51e5968 API: Add service definitions for events and singleton messages (second attempt) by Marek Gradzki · 7 years ago
  59. 2de1f15 Revert "API: Add service definitions for events and singleton messages." by Ole Trøan · 7 years ago
  60. f7b7fa5 API: Add service definitions for events and singleton messages. by Ole Troan · 7 years ago
  61. d7e4d75 gitignore: negate "No core files" pattern in 'vpp-api/java' by Marek Gradzki · 7 years ago
  62. a51ccb5 jvpp: object model for jvpp generator (VPP-1184) by Marek Gradzki · 7 years ago
  63. afddd83 PAPI: pycodestyle on vpp_papi.py by Ole Troan · 7 years ago
  64. 3a758b0 VOM: interface: Fix the vhost user interface by Mohsin Kazmi · 7 years ago
  65. 329a1c1 vapi: handle more magic by Klement Sekera · 7 years ago
  66. 4ef4226 VOM: vhost-use interfaces by Neale Ranns · 7 years ago
  67. d91d140 VOM: acl: Some necessary fixes by Mohsin Kazmi · 7 years ago
  68. 49bec57 vpp_papi: remove legacy way of calling VPP APIs by Klement Sekera · 7 years ago
  69. 180402d vpp_papi: reduce memory leaks by Klement Sekera · 7 years ago
  70. 4ca80c4 VOM: Fix broken Makefile by Mohsin Kazmi · 7 years ago
  71. 7758bf6 VOM: build with plugins disabled by Neale Ranns · 7 years ago
  72. 49c7f0c VOM: ACL: Add Object Model for acl ethertype by Mohsin Kazmi · 7 years ago
  73. bc27d1b GBP plugin by Neale Ranns · 7 years ago
  74. 7016b00 VOM: route-domain find() fix by Neale Ranns · 7 years ago
  75. d1660e9 jvpp: map VPP API enums to primitive types by Marek Gradzki · 7 years ago
  76. 568cc60 jvpp: use Python's logging API by Marek Gradzki · 7 years ago
  77. 2eaf2d2 VPP-1144: PAPI Import leads to duplicate type definition. by Ole Troan · 7 years ago
  78. 54c6dc4 For DHCP client configuration control the setting of the broadcast flag in the by Neale Ranns · 7 years ago
  79. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  80. 1019baf vom: acl: Fix l3 acl handle populate by Mohsin Kazmi · 7 years ago
  81. a370679 vom: ip_route: fix handle populate by Mohsin Kazmi · 7 years ago
  82. 18e955e vom: Fix connection to VAPI and add disconnect function by Mohsin Kazmi · 7 years ago
  83. 3fca567 svm: queue sub: Add conditional timed wait by Mohsin Kazmi · 7 years ago
  84. 5ee623e makefile set CXXFLAGS so they are propageted to sub-builds by Neale Ranns · 7 years ago
  85. 6f1e8b9 Revert "VOM: fix cflags" by Dave Wallace · 7 years ago
  86. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  87. 4363ad6 VOM: fix cflags by Neale Ranns · 7 years ago
  88. f068c3e DVR: run L3 output features by Neale Ranns · 7 years ago
  89. 842eb22 VOM: NAT coverity found bugs by Neale Ranns · 7 years ago
  90. 041fa50 VOM: NAT updates by Neale Ranns · 7 years ago
  91. 55d0378 L2 Emulation by Neale Ranns · 7 years ago
  92. 091871c vom: acl: Extend constructor for l3 rule by Mohsin Kazmi · 7 years ago
  93. 810bea1 vom: acl-list: Add comparison operator - for UT by Mohsin Kazmi · 7 years ago
  94. 17d2c4f VOM: a couple of print fixes by Neale Ranns · 7 years ago
  95. 32a9d7b improve vapi json parser error handling by Klement Sekera · 7 years ago
  96. 87a137c jvpp: include all api files from @top_builddir@/vpp by Marek Gradzki · 7 years ago
  97. 6e73f7f jvpp: do not hardcode event sufixes (VPP-940) by Marek Gradzki · 7 years ago
  98. 0708515 vom: acl-l3: Fix pretty print for TCP mask and flags by Mohsin Kazmi · 7 years ago
  99. d3464b5 VOM: prefix bit fiddling by Neale Ranns · 7 years ago
  100. acf33e4 jvpp: unify notification handling by Marek Gradzki · 7 years ago