1. cf214cc stats: fix memory leak in stat_segment_dump_r() by Duncan Eastoe · 2 years ago
  2. 22ca0d0 stats: check if stats vector entry is empty by Ole Troan · 1 year, 9 months ago
  3. 86698fc papi: vla list of fixed strings by Ole Troan · 2 years ago
  4. 1cada9a build: make Python3 mandatory by Damjan Marion · 1 year, 9 months ago
  5. 04853c6 stats: expose symlink to stats client by Ole Troan · 1 year, 10 months ago
  6. 57f177d vapi: add vapi_stop_rx_thread() by Matthew Smith · 2 years ago
  7. 8c626b4 vapi: use the correct my_context_id when disconnecting API clients by Mauro Sardara · 2 years ago
  8. 4b9935c vapi: implement vapi_wait() for reads by Matthew Smith · 2 years ago
  9. 1588222 papi: fix VPP_API_DIR by Pim van Pelt · 2 years ago
  10. bcdde1a papi: export packed message structures by Ole Troan · 2 years ago
  11. 37157da tests: multiple apidir locations by Ole Troan · 2 years ago
  12. f22824b papi: fix async support for socket transport by Ole Troan · 2 years ago
  13. 9067f33 stats: return empty vector rather than NULL if stat_segment_dump_r() is run on an empty vector from ls by Andrew Yourtchenko · 2 years ago
  14. 3f885f9 stats: fix the memory leak in stat_client.c by Andrew Yourtchenko · 2 years, 1 month ago
  15. d1c7506 vapi: write enumflag types to vapi headers by Matthew Smith · 2 years, 1 month ago
  16. dd298e8 misc: fix issues reported by clang-15 by Damjan Marion · 2 years, 2 months ago
  17. 7c3096d papi: vpp_serializer.py - replace slow bytes() with fast bytearray() by Viktor Velichkin · 2 years, 7 months ago
  18. d9b0c6f tests: replace pycodestyle with black by Klement Sekera · 2 years, 8 months ago
  19. 2ca88ff vapi: support api clients within vpp process by Ole Troan · 2 years, 11 months ago
  20. ed1f9ad vapi: Fix build when directory contains @ by Renato Botelho do Couto · 2 years, 8 months ago
  21. 66c8583 stats: convert error counters to normal counters by Damjan Marion · 2 years, 9 months ago
  22. 8973b07 stats: refactor by Damjan Marion · 2 years, 10 months ago
  23. 6081dda vapi: Missing include file in vlib.api.vapi.h by Dave Wallace · 2 years, 10 months ago
  24. 0a21480 stats: vpp_get_stats crashes in stat_segment_data_free by Steven Luong · 2 years, 11 months ago
  25. 5f0106a api: vapi: honor non-blocking setting by Klement Sekera · 2 years, 11 months ago
  26. a25ce96 vapi: verify message size when received by Klement Sekera · 3 years, 1 month ago
  27. eb41670 tests: change code to avoid gcc-11 warning by Klement Sekera · 3 years, 1 month ago
  28. f0e67d7 interface: add api test file by Filip Tehlar · 3 years, 5 months ago
  29. a0f55c9 tests: fix coverity warnings by Klement Sekera · 3 years, 2 months ago
  30. d4a7064 docs: convert vpp doc md->rst by Nathan Skrzypczak · 3 years, 2 months ago
  31. 2dfeef5 vapi: fix vapi test coverity warning by Florin Coras · 3 years, 2 months ago
  32. 36217e3 api: API trace improvements by Filip Tehlar · 3 years, 5 months ago
  33. 3459ece misc: vpe.api messages dynamically allocated by Ole Troan · 3 years, 3 months ago
  34. d67ad46 build: complete python3 support, no hardcode path by Nick Brown · 3 years, 3 months ago
  35. 41d7d05 tests: don't install vapi_c{,pp}_test by Dmitry Valter · 3 years, 3 months ago
  36. a1400ce misc: api move continued by Florin Coras · 3 years, 3 months ago
  37. e3cf4d0 build: use GNUInstallDirs install destinations by Nick Brown · 3 years, 3 months ago
  38. 43eb608 stats: check epoch in python vpp_stats ls by Ole Troan · 3 years, 4 months ago
  39. 041372b papi: remove shared memory transport by Ole Troan · 3 years, 7 months ago
  40. 905c153 stats: reverts part of a fix on Python client by Arthur de Kerhor · 3 years, 6 months ago
  41. c9ae8cf stats: fix race conditions in vpp-api stats client by Arthur de Kerhor · 3 years, 6 months ago
  42. 7cf80af build: kindly ask python not to polute src/ by Damjan Marion · 3 years, 7 months ago
  43. a2d6d35 tests: move vapi C/C++ test files into src/ by Damjan Marion · 3 years, 7 months ago
  44. d640ae5 stats: catch stat segment overrun in retry loop by Ole Troan · 3 years, 7 months ago
  45. eddd8e3 tests: move test source to vpp/test by Dave Wallace · 3 years, 7 months ago
  46. db02380 stats: adding symlinks for nodes and interfaces in the stat segment by Arthur de Kerhor · 3 years, 9 months ago
  47. df6d986 papi: change default to use socket transport instead of shared memory transport by Ole Troan · 3 years, 8 months ago
  48. 0e79bc1 papi: fix ubuntu 1804 make test socket.close error by Tianyu Li · 3 years, 8 months ago
  49. e263685 tests: support attaching to existing vpp by Klement Sekera · 3 years, 9 months ago
  50. 3daca3f stats: python: handle when pattern is not list in ls by Ole Troan · 3 years, 9 months ago
  51. fd8deb4 vlib: split vlib_main_t into global and per-thread by Damjan Marion · 3 years, 9 months ago
  52. e66443c stats: python vpp_stats rewrite to access stat segment directly by Ole Troan · 3 years, 9 months ago
  53. 400ce71 api: allow specifying no timeout by Klement Sekera · 3 years, 9 months ago
  54. 4376ab2 tests: use socket transport instead of shared memory by Ole Troan · 3 years, 10 months ago
  55. ef9c235 vppapigen: expose the values of per-message "options" in the api.json files by Andrew Yourtchenko · 3 years, 10 months ago
  56. bad4766 vapi: add dedicated return code for client timeout by Paul Vinciguerra · 5 years ago
  57. 6531514 papi: add method to retrieve field options by Paul Vinciguerra · 4 years, 8 months ago
  58. b552ff2 papi: expose vpp_papi version to client by Paul Vinciguerra · 4 years ago
  59. adcc0b3 papi: remove unused name from __all__ by Paul Vinciguerra · 4 years ago
  60. ee6b0e2 papi: remove import vpp_transport_socket by Paul Vinciguerra · 4 years ago
  61. bb3befc tests: restore vapi C++ test under Centos-8 by Paul Vinciguerra · 4 years ago
  62. 9c5dd25 papi: remove old client reference by Paul Vinciguerra · 4 years ago
  63. 3825d93 papi: add support for enumflag part 1 of 2 by Paul Vinciguerra · 4 years ago
  64. d7adc29 papi: remove python2 patterns by Paul Vinciguerra · 4 years ago
  65. 5395c6a papi: allow client control over loggers by Paul Vinciguerra · 4 years ago
  66. 18a71d8 stats: char-pointer arithmetic style-up by Vratko Polak · 4 years ago
  67. 46d6864 papi: improve unit testability by Paul Vinciguerra · 4 years ago
  68. 41f15ae stats: void-pointer arithmetic fix by Elias Rudberg · 4 years ago
  69. cebed41 papi: fix copy/paste error by Paul Vinciguerra · 4 years ago
  70. df87f80 api: vat2 and json autogeneration for api messages by Ole Troan · 4 years, 1 month ago
  71. 2e87606 papi: remove dependency on aenum by Paul Vinciguerra · 4 years, 7 months ago
  72. e1887c1 tests: move vpp-api tests to src/vpe-api/test by Dave Wallace · 4 years, 1 month ago
  73. 65c56c8 stats: missing dimension in stat_set_simple_counter by Ole Troan · 4 years, 2 months ago
  74. 65fa036 api: add heap alloc to vpp stats by Ole Troan · 4 years, 3 months ago
  75. 4537c30 vppinfra: don't call dlmalloc API directly from the code by Damjan Marion · 4 years, 3 months ago
  76. f68fccf api: remove clib_mem_init from vppapiclient contructor by Ole Troan · 4 years, 3 months ago
  77. 7650086 stats: Fix stat_segment to set timeout directly by Rajesh Goel · 4 years, 3 months ago
  78. 9a412bc stats: Move misplaced comment block by Vratko Polak · 4 years, 4 months ago
  79. 7d29e32 stats: remove offsets on vpp side by Ole Troan · 4 years, 5 months ago
  80. 710fe10 papi: allow unknown address family by Ole Troan · 4 years, 7 months ago
  81. fdc6780 stats: add timeout for in_progress access to stat segment by Ole Troan · 4 years, 4 months ago
  82. 3c70c05 stats: name and error index client memory leak by Ole Troan · 4 years, 4 months ago
  83. 35418ba vapi: memset allocated messages to zero by Klement Sekera · 4 years, 6 months ago
  84. f5db371 api: add new stream message convention by Ole Troan · 4 years, 7 months ago
  85. a416493 misc: fix ubuntu 20.04 python deps by Damjan Marion · 4 years, 7 months ago
  86. 599efc6 build: various improvements by Damjan Marion · 4 years, 7 months ago
  87. c5c788b papi: use python3 for papi install by Ole Troan · 4 years, 7 months ago
  88. d7a32eb vapi: add support for defaults in typedefs by Paul Vinciguerra · 4 years, 8 months ago
  89. 7f286f7 api: fix include_guard when path contains a plus by Ruslan Babayev · 5 years ago
  90. e64e5ff tests: implement ipaddress convenience methods by Paul Vinciguerra · 4 years, 8 months ago
  91. b5c0d35 vapi: packed enum type generation by Neale Ranns · 4 years, 8 months ago
  92. 2c8e002 vppinfra: remove the historical mheap memory allocator by Dave Barach · 4 years, 10 months ago
  93. 72e31bc stats: fix state counter removal by Vladimir Isaev · 4 years, 10 months ago
  94. e090f4d papi: lazily initialize stats client by Paul Vinciguerra · 5 years ago
  95. dc20371 build: export vapi generation in vpp-dev by Oliver Giles · 5 years ago
  96. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  97. fd57408 papi: add call stats by Ole Troan · 5 years ago
  98. e2ccdf0 papi: add a per-call _timeout option by Paul Vinciguerra · 5 years ago
  99. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  100. 99fbf05 papi: fix typo in repr by Paul Vinciguerra · 5 years ago