1. 1954229 vpp_papi: remove dependency on environment var. VPP_API_DIR. by Paul Vinciguerra · 6 years ago
  2. 7fe470a vpp_transport_socket: make connect more resilient by Vratko Polak · 6 years ago
  3. 6dd1614 Improve exceptions in vpp_transport_socket.py by Vratko Polak · 6 years ago
  4. 2233f85 Fix copypaste in vpp_papi/vpp_transport_socket.py by Vratko Polak · 6 years ago
  5. a483d81 Fix Exception typo in vpp_papi/vpp_transport_socket.py. by Paul Vinciguerra · 6 years ago
  6. 875158a Allow repeated connects on PAPI socket transport by Vratko Polak · 6 years ago
  7. d577e1f stats: Add version defines in stat_client.h by Ole Troan · 6 years ago
  8. 9ac1138 API: Add support for limits to language. by Ole Troan · 6 years ago
  9. dd1e3e7 NAT: VPP-1531 api cleanup & update by Filip Varga · 6 years ago
  10. 4ff09ae API: Python and Unix domain socket improvement by Ole Troan · 6 years ago
  11. 89fec71 Revert "NAT: VPP-1531 api cleanup & update" by Ole Trøan · 6 years ago
  12. bed1421 NAT: VPP-1531 api cleanup & update by Filip Varga · 6 years ago
  13. cbb8f58 stats: Add name vectors to Python client by Ole Troan · 6 years ago
  14. c560789 API: Handle pthread cond signal case where signal is missed. by Ole Troan · 6 years ago
  15. 796c84b GBP: drop and contract counters by Neale Ranns · 6 years ago
  16. 5c4b9f1 vppapigen: allow for enum size other than u32 by Andrew Yourtchenko · 6 years ago
  17. b8daa25 vpp_papi: Expose the list of field attributes to the client. by Paul Vinciguerra · 6 years ago
  18. 3d04e33 vpp_papi: specify encoding for .encode()/.decode() by Paul Vinciguerra · 6 years ago
  19. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  20. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  21. 8ae3a53 VPP-1486: stat segment file descriptor leak by Ole Troan · 6 years ago
  22. 42bdba8 vpp_papi: Adjust aenum import for python3. by Paul Vinciguerra · 6 years ago
  23. 48ae19e API: Add python2.7 support for enum flags via aenum by Ole Troan · 6 years ago
  24. f159f58 test framework: add factory function and default parameters by Ole Troan · 6 years ago
  25. 5fced04 vpp_papi.py: Change VppEnum from explicit metaclass to metaclass wrapper/decorator. by Paul Vinciguerra · 6 years ago
  26. 703908a stats: Add interface name to sw_if_index as /if/names by Ole Troan · 6 years ago
  27. 49ff6d1 vpp-papi: Only install enum34 for python<=3.4. by Paul Vinciguerra · 6 years ago
  28. dd39529 cmake: initial cross-compilation support by Damjan Marion · 6 years ago
  29. 356824f vpp-api: Add context to VPPStatsIOError. by Paul Vinciguerra · 6 years ago
  30. fe4827c vpp_papi: MACAddress equals fails in unittest. by Paul Vinciguerra · 6 years ago
  31. 003d5da VAPI/VOM: Removing legacy stats tests, add string type. by Ole Troan · 6 years ago
  32. 8006c6a PAPI: Add MACAddress object wrapper for vl_api_mac_address_t by Ole Troan · 6 years ago
  33. 413f4a5 API: Use string type instead of u8. by Ole Troan · 6 years ago
  34. 173e20c vapi: code cleanup by Klement Sekera · 6 years ago
  35. 0bcad32 PAPI: Allow ipaddress object as argument and return values from API calls by Ole Troan · 6 years ago
  36. dfb984d Python API: Use services to determine stream RPC by Ole Troan · 6 years ago
  37. 7f99183 Test framework: StringIO fixes for Python3 by Ole Troan · 6 years ago
  38. 90a9fdf stat_client: Fix the type casting by Mohsin Kazmi · 6 years ago
  39. 8c8acc0 API: Change ip4_address and ip6_address to use type alias. by Ole Troan · 6 years ago
  40. 318d794 stat-client: pass names as const strings by Neale Ranns · 6 years ago
  41. 6ccc6e9 vpp_papi: Add custom exceptions. by Paul Vinciguerra · 6 years ago
  42. 039a1c2 vpp_papi: Fix: raise NotImplemented. by Paul Vinciguerra · 6 years ago
  43. 53fffa1 API: Add support for type aliases by Ole Troan · 6 years ago
  44. 555ea9a VPP-1508: vpp_transport_socket.py fix import by Paul Vinciguerra · 6 years ago
  45. 5785e89 vpp_papi: Reserved keywords. by Paul Vinciguerra · 6 years ago
  46. 7e713f1 vpp_papi: Use new style classes. by Paul Vinciguerra · 6 years ago
  47. 2152e1c stats: Remove unneeded dependencies in stat_client by Ole Troan · 6 years ago
  48. ab11ec9 vapi: break if parsing progress cannot be made by Klement Sekera · 6 years ago
  49. 5642109 stat_client issues while running parallel tests. by Paul Vinciguerra · 6 years ago
  50. 7baf63f Unresolved symbols in libvapiclient by Neale Ranns · 6 years ago
  51. 40cca75 Provide return value for PAPI disconnect() by Igor Mikhailov (imichail) · 6 years ago
  52. 5efd14f Alter logging semantics for VPP PAPI object by Igor Mikhailov (imichail) · 6 years ago
  53. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  54. 31555a3 PAPI: Add support for format/unformat functions. by Ole Troan · 6 years ago
  55. 8254018 stats: Add wrapper for vec_free by Ole Troan · 6 years ago
  56. 0685da4 PAPI: Expose API enums to tests / applications by Ole Troan · 6 years ago
  57. f47e9b6 PAPI: Add bool type support in vppapigen. by Ole Troan · 6 years ago
  58. 9d428b4 PAPI: Add timeout support for socket transport by Ole Troan · 6 years ago
  59. de728ac API: Spurious timeouts from timeout thread. by Ole Troan · 6 years ago
  60. 5bdd558 stat_client.c coverity error. by Ole Troan · 6 years ago
  61. 819d5fd VPP-1440: clean up coverity warnings by Dave Barach · 6 years ago
  62. bf49590 Stats: vpp_prometheus_export fixes. by Ole Troan · 6 years ago
  63. 94495f2 PAPI: Use UNIX domain sockets instead of shared memory by Ole Troan · 6 years ago
  64. ec11b13 Trivial: Cleanup some typos. by Paul Vinciguerra · 6 years ago
  65. 282093f IPIP and IPv6 fragmentation by Ole Troan · 6 years ago
  66. b4603a7 STATS: Optimistic concurrency handling in Python library. by Ole Troan · 6 years ago
  67. 45d5c87 STATS: Add Python 3 support to vpp_stats.py. by Ole Troan · 6 years ago
  68. 58492a8 STATS: Dynamically mapped shared memory segment by Ole Troan · 6 years ago
  69. 34a962b vapi: support VLAs in typedefs by Klement Sekera · 6 years ago
  70. 833de8c cmake: set packaging component for different files by Damjan Marion · 6 years ago
  71. 4e588aa VPP-API: Cancel timeout thread without sending READ_TIMEOUT message. by Ole Troan · 6 years ago
  72. c84cbad PAPI: Unpack embedded types with variable length arrays. by Ole Troan · 6 years ago
  73. 7ff0a26 vapi: init clib mem heap on connect if needed by Klement Sekera · 6 years ago
  74. 7320210 STATS: Python binding to access VPP statistics and counters. by Ole Troan · 6 years ago
  75. 855e268 Switch to cmake by Damjan Marion · 6 years ago
  76. d131825 cmake: missing dependencies by Damjan Marion · 6 years ago
  77. 43b0606 cmake: a bit of packaging work by Damjan Marion · 6 years ago
  78. 2fee167 STATS: stat_client updates. by Ole Troan · 6 years ago
  79. 1732e47 VAPI: bugfixes by Klement Sekera · 6 years ago
  80. 4a53e83 cmake: add python api by Damjan Marion · 6 years ago
  81. 2108c0c VAPI: support enums & unions by Klement Sekera · 6 years ago
  82. b3abec7 cmake: Fix VAPI .hpp generation by Mohsin Kazmi · 6 years ago
  83. 33ed3e4 cmake: fix clang build and few minor fixes by Damjan Marion · 6 years ago
  84. 4c64b6e cmake: add vapi build by Damjan Marion · 6 years ago
  85. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  86. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  87. 184870a CSIT-1139: Implement parallel test execution by juraj.linkes · 6 years ago
  88. 2ddfe75 CMakeLists file for vpp-api by Neale Ranns · 6 years ago
  89. e29cb67 Edit some warning messages in vpp-api client by Ondrej Fabry · 6 years ago
  90. d0df49f Use IP address types on UDP encap API by Neale Ranns · 6 years ago
  91. eabd607 PAPI: Python 3.7 uses async keyword. by Ole Troan · 6 years ago
  92. 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
  93. 1d20f47 PAPI: Move unit tests to fix packaging issues. by Ole Troan · 6 years ago
  94. b199e98 PAPI: Union pad at the end of short fields instead of at head. by Ole Troan · 6 years ago
  95. cc4a5e8 Move java api to extras/ by Damjan Marion · 6 years ago
  96. 5f21e1b Store USE_DLMALLOC in vppinfra/config.h by Damjan Marion · 6 years ago
  97. 1d65279 VPP-API client: timeout thread loop variable by Neale Ranns · 6 years ago
  98. 2a7563b PAPI: Remove logging calls from pack/unpack by Ole Troan · 6 years ago
  99. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  100. 8aedf5e vpp-api: improve naming for easier debugging by Klement Sekera · 6 years ago