1. 318d794 stat-client: pass names as const strings by Neale Ranns · 6 years ago
  2. 6ccc6e9 vpp_papi: Add custom exceptions. by Paul Vinciguerra · 6 years ago
  3. 039a1c2 vpp_papi: Fix: raise NotImplemented. by Paul Vinciguerra · 6 years ago
  4. 53fffa1 API: Add support for type aliases by Ole Troan · 6 years ago
  5. 555ea9a VPP-1508: vpp_transport_socket.py fix import by Paul Vinciguerra · 6 years ago
  6. 5785e89 vpp_papi: Reserved keywords. by Paul Vinciguerra · 6 years ago
  7. 7e713f1 vpp_papi: Use new style classes. by Paul Vinciguerra · 6 years ago
  8. 2152e1c stats: Remove unneeded dependencies in stat_client by Ole Troan · 6 years ago
  9. ab11ec9 vapi: break if parsing progress cannot be made by Klement Sekera · 6 years ago
  10. 5642109 stat_client issues while running parallel tests. by Paul Vinciguerra · 6 years ago
  11. 7baf63f Unresolved symbols in libvapiclient by Neale Ranns · 6 years ago
  12. 40cca75 Provide return value for PAPI disconnect() by Igor Mikhailov (imichail) · 6 years ago
  13. 5efd14f Alter logging semantics for VPP PAPI object by Igor Mikhailov (imichail) · 6 years ago
  14. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  15. 31555a3 PAPI: Add support for format/unformat functions. by Ole Troan · 6 years ago
  16. 8254018 stats: Add wrapper for vec_free by Ole Troan · 6 years ago
  17. 0685da4 PAPI: Expose API enums to tests / applications by Ole Troan · 6 years ago
  18. f47e9b6 PAPI: Add bool type support in vppapigen. by Ole Troan · 6 years ago
  19. 9d428b4 PAPI: Add timeout support for socket transport by Ole Troan · 6 years ago
  20. de728ac API: Spurious timeouts from timeout thread. by Ole Troan · 6 years ago
  21. 5bdd558 stat_client.c coverity error. by Ole Troan · 6 years ago
  22. 819d5fd VPP-1440: clean up coverity warnings by Dave Barach · 6 years ago
  23. bf49590 Stats: vpp_prometheus_export fixes. by Ole Troan · 6 years ago
  24. 94495f2 PAPI: Use UNIX domain sockets instead of shared memory by Ole Troan · 6 years ago
  25. ec11b13 Trivial: Cleanup some typos. by Paul Vinciguerra · 6 years ago
  26. 282093f IPIP and IPv6 fragmentation by Ole Troan · 6 years ago
  27. b4603a7 STATS: Optimistic concurrency handling in Python library. by Ole Troan · 6 years ago
  28. 45d5c87 STATS: Add Python 3 support to vpp_stats.py. by Ole Troan · 6 years ago
  29. 58492a8 STATS: Dynamically mapped shared memory segment by Ole Troan · 6 years ago
  30. 34a962b vapi: support VLAs in typedefs by Klement Sekera · 6 years ago
  31. 833de8c cmake: set packaging component for different files by Damjan Marion · 6 years ago
  32. 4e588aa VPP-API: Cancel timeout thread without sending READ_TIMEOUT message. by Ole Troan · 6 years ago
  33. c84cbad PAPI: Unpack embedded types with variable length arrays. by Ole Troan · 6 years ago
  34. 7ff0a26 vapi: init clib mem heap on connect if needed by Klement Sekera · 6 years ago
  35. 7320210 STATS: Python binding to access VPP statistics and counters. by Ole Troan · 6 years ago
  36. 855e268 Switch to cmake by Damjan Marion · 6 years ago
  37. d131825 cmake: missing dependencies by Damjan Marion · 6 years ago
  38. 43b0606 cmake: a bit of packaging work by Damjan Marion · 6 years ago
  39. 2fee167 STATS: stat_client updates. by Ole Troan · 6 years ago
  40. 1732e47 VAPI: bugfixes by Klement Sekera · 6 years ago
  41. 4a53e83 cmake: add python api by Damjan Marion · 6 years ago
  42. 2108c0c VAPI: support enums & unions by Klement Sekera · 6 years ago
  43. b3abec7 cmake: Fix VAPI .hpp generation by Mohsin Kazmi · 6 years ago
  44. 33ed3e4 cmake: fix clang build and few minor fixes by Damjan Marion · 6 years ago
  45. 4c64b6e cmake: add vapi build by Damjan Marion · 6 years ago
  46. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  47. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  48. 184870a CSIT-1139: Implement parallel test execution by juraj.linkes · 6 years ago
  49. 2ddfe75 CMakeLists file for vpp-api by Neale Ranns · 6 years ago
  50. e29cb67 Edit some warning messages in vpp-api client by Ondrej Fabry · 6 years ago
  51. d0df49f Use IP address types on UDP encap API by Neale Ranns · 6 years ago
  52. eabd607 PAPI: Python 3.7 uses async keyword. by Ole Troan · 6 years ago
  53. 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
  54. 1d20f47 PAPI: Move unit tests to fix packaging issues. by Ole Troan · 6 years ago
  55. b199e98 PAPI: Union pad at the end of short fields instead of at head. by Ole Troan · 6 years ago
  56. cc4a5e8 Move java api to extras/ by Damjan Marion · 6 years ago
  57. 5f21e1b Store USE_DLMALLOC in vppinfra/config.h by Damjan Marion · 6 years ago
  58. 1d65279 VPP-API client: timeout thread loop variable by Neale Ranns · 6 years ago
  59. 2a7563b PAPI: Remove logging calls from pack/unpack by Ole Troan · 6 years ago
  60. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  61. 8aedf5e vpp-api: improve naming for easier debugging by Klement Sekera · 6 years ago
  62. dab732a VPP-1335 vapi crash when memclnt_keepalive received by Klement Sekera · 6 years ago
  63. df434b9 jvpp: pass tuple of classes to isinstance() by Marek Gradzki · 6 years ago
  64. c5ee4fd jvpp: cleanup generation of swap functions for custom types by Marek Gradzki · 6 years ago
  65. 5b3d95b jvpp: add support for unions (VPP-1322) by Marek Gradzki · 6 years ago
  66. 3e2d57d jvpp: add support for enums (VPP-1153) by Marek Gradzki · 6 years ago
  67. 02c88e4 jvpp: cleanup JNI generation code (VPP-1153) by Marek Gradzki · 6 years ago
  68. a7564e8 Python API: Add enum and union support. by Ole Troan · 7 years ago
  69. 65ce94a jvpp: do not fail on type parsing error by Marek Gradzki · 6 years ago
  70. 61debaa Revert "Python API: Add enum and union support." by Ole Trøan · 6 years ago
  71. a5ee900 Python API: Add enum and union support. by Ole Troan · 7 years ago
  72. d0e812f Alter logging semantics for VPP PAPI object by Ian Wells · 7 years ago
  73. 73710c7 VPP API: Memory trace by Ole Troan · 7 years ago
  74. c16f6b3 Join the VAC read timeout thread by Neale Ranns · 7 years ago
  75. 68e2ffb fix: AttributeError: module 'os' has no attribute 'cwd' by Andrey "Zed" Zaikin · 7 years ago
  76. 6b8fcff Address compilation issues with Java > 1.8 by Marco Varlese · 7 years ago
  77. 8b6b5ab VAPI: support VLAs in type definitions by Klement Sekera · 7 years ago
  78. 164e5f8 Move VOM to extras/vom by Damjan Marion · 7 years ago
  79. 4a6d023 GBPv6: NAT66 actions for GBP by Neale Ranns · 7 years ago
  80. 701625b typo fix: UNKOWN -> UNKNOWN by Andrey "Zed" Zaikin · 7 years ago
  81. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  82. 609b5d4 VOM: GBP: update subnet is type changes by Neale Ranns · 7 years ago
  83. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  84. 25b0494 GBP V2 by Neale Ranns · 7 years ago
  85. ba1e158 export new VOM hpp post 11648 by Neale Ranns · 7 years ago
  86. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  87. 58c711a vom: Fix the itf stats replay by Mohsin Kazmi · 7 years ago
  88. 7fe930b fixes python3 TypeError; python2 intact by Andrey "Zed" Zaikin · 7 years ago
  89. 334167f fix: sample vpp-api C client hangs vpp daemon because of NULL callback by Andrey "Zed" Zaikin · 7 years ago
  90. 47cca9b VOM: Get vhost-user type from name by Mohsin Kazmi · 7 years ago
  91. 1e58311 VOM: Add sub_interface in specific routing table by Mohsin Kazmi · 7 years ago
  92. 871dc42 Detailed stats collection feature by Neale Ranns · 7 years ago
  93. 691abf6 vom: Fix the error handling for already existing itf by Mohsin Kazmi · 7 years ago
  94. f756401 VOM: Fix connection state by Neale Ranns · 7 years ago
  95. ed76ee2 VOM: bond: Add support for LACP by Mohsin Kazmi · 7 years ago
  96. c6a716b vom: itf: make vhost_user as socket slave by Mohsin Kazmi · 7 years ago
  97. 0bbe576 vom: l2-emulation: Fix sweep function by Mohsin Kazmi · 7 years ago
  98. 04def74 VOM: acl: Add support for acl ethertype unbind and dump by Mohsin Kazmi · 7 years ago
  99. 8145842 Common form of fib-path reproting in dumps by Neale Ranns · 7 years ago
  100. 52ca756 VAPI: Ensure type definitions are generated in same order as .api file. by Ole Troan · 7 years ago