1. aba4983 api: do not truncate api dump file size by Benoît Ganne · 5 years ago
  2. a6ef36b misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  3. a488f37 api: fix vl_api_clnt_node process stack overflow by Chenmin Sun · 5 years ago
  4. f66f883 api: mark api_trace_command_fn thread-safe by Dave Barach · 5 years ago
  5. b2f0914 misc: address sanitizer: fix instrumentation by Benoît Ganne · 5 years ago
  6. 64cf459 vcl: fix disconnect from binary api by Florin Coras · 5 years ago
  7. d4c7092 vcl: separate binary api connections per thread worker by Florin Coras · 5 years ago
  8. 0aa4013 api: Use vl_msg_push/pop_heap by Nathan Skrzypczak · 5 years ago
  9. 684fb6e api: pass api and client main to rx thread by Florin Coras · 5 years ago
  10. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  11. 5224b5c api: fix sock reg passing on read event by Florin Coras · 5 years ago
  12. 8e38839 vlib: use explicit types in api by Ole Troan · 5 years ago
  13. 8d82085 api: avoid swapping vlib_rp before barrier sync by Florin Coras · 5 years ago
  14. b038423 api: fix free socket process args by Florin Coras · 5 years ago
  15. 59cea1a api: multiple socket connections per single process by Florin Coras · 5 years ago
  16. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  17. 920180e api: configurable binary api client rx pthread fcn by Dave Barach · 5 years ago
  18. 5ed3fe3 api: fix dead client scan heap issue by Nathan Skrzypczak · 5 years ago
  19. 6bcc6a4 dhcp: fix crash on unicast renewal send by Neale Ranns · 5 years ago
  20. 6a6af6e api: comment, simplify and fix api socket read by Vratko Polak · 5 years ago
  21. 8229580 api: add bapi thread handle to api main structure. by IJsbrand Wijnands · 5 years ago
  22. a8df85c vlib: improve summary vector-rate statistics by Dave Barach · 5 years ago
  23. f26b251 api: fix use-after-free by Benoît Ganne · 5 years ago
  24. 33a5817 api: autogenerate api trace print/endian by Ole Troan · 5 years ago
  25. daa4bff api: memclnt api use string type. by Ole Troan · 5 years ago
  26. 7adaa22 api: revert use string type for strings in memclnt.api by Ole Troan · 5 years ago
  27. 2959d42 api: use string type for strings in memclnt.api by Ole Troan · 5 years ago
  28. e717482 vppapigen: remove support for legacy typedefs by Paul Vinciguerra · 5 years ago
  29. edfe2c0 api: vppapitrace JSON/API trace converter by Ole Troan · 5 years ago
  30. 6595ff7 api: api socket respect unix runtime directory by Ole Troan · 5 years ago
  31. d516ca4 vppinfra: Expose function setting __os_thread_index by Nathan Skrzypczak · 5 years ago
  32. c89c767 api: Disable tracing of memclnt_keepalive messages by Dave Barach · 5 years ago
  33. b09f4d0 api: enable binary API event logging in vat by Dave Barach · 5 years ago
  34. fc4828c api: remove garbage from sockclnt_create reply by Vratko Polak · 5 years ago
  35. c898a4f api: add mp-safe/barrier-sync indication to elogs by Dave Barach · 6 years ago
  36. f35a072 infra: fix minor memory leak in "api trace..." by Dave Barach · 6 years ago
  37. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  38. 1f30a59 bapi: separate init shm reply from fd exchange by Florin Coras · 6 years ago
  39. 4ff09ae API: Python and Unix domain socket improvement by Ole Troan · 6 years ago
  40. c560789 API: Handle pthread cond signal case where signal is missed. by Ole Troan · 6 years ago
  41. 2e1c896 API: Fix shared memory only action handlers. by Ole Troan · 6 years ago
  42. 05f7ca1 make the output of "show api dump file <filename> compare-current" doxygen-friendly by Andrew Yourtchenko · 6 years ago
  43. ae605b8 vlib: fix "foo_msg" and "foo_msg_reply" in API message table triggering the "defininion changed" output by Andrew Yourtchenko · 6 years ago
  44. bcee60d api trace: cli bug fix by ezkexma · 6 years ago
  45. 8905347 vlibmemory: coverity woes by Steven Luong · 6 years ago
  46. 1bb981d VPP-1574: minimize RPC barrier sync calls by Dave Barach · 6 years ago
  47. 30307af API: client does not set root permissions on shm segment by Neale Ranns · 6 years ago
  48. 97dcf5b sock api: allow to start client with no rx_thread by Tomasz Kulasek · 6 years ago
  49. 194212c Initialize gc_mark_timestamp to zero to avoid garbage values. by Brian Nesbitt · 6 years ago
  50. 3c1cf2c socket API: Use pool index instead of handle in sock_delete handler by Ole Troan · 6 years ago
  51. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  52. 22af447 binary api clients: wait for vpp to start by Dave Barach · 6 years ago
  53. 66a1003 bapi/vat: fix socket transport for vat by Florin Coras · 6 years ago
  54. eaec2a6 bapi: add options to have vpp cleanup client registration by Florin Coras · 6 years ago
  55. 940f78f vcl: handle worker process exit by Florin Coras · 6 years ago
  56. b220467 Delete shared memory segment files when vpp starts by Dave Barach · 6 years ago
  57. 0c4fec0 Complain if a client binary API queue is full by Dave Barach · 6 years ago
  58. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  59. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  60. f6c68d7 Move RPC calls off the binary API input queue by Dave Barach · 6 years ago
  61. 332287e Revert "Keep RPC traffic off the shared-memory API queue" by Florin Coras · 6 years ago
  62. 7161539 Keep RPC traffic off the shared-memory API queue by Dave Barach · 6 years ago
  63. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  64. 2881dec sock api: fix registrations and client reads by Florin Coras · 6 years ago
  65. 94495f2 PAPI: Use UNIX domain sockets instead of shared memory by Ole Troan · 6 years ago
  66. 8023ad4 socket api: do not delay sending of messages by Florin Coras · 6 years ago
  67. 0be66e1 remove libvlib from libvlibmemoryclient libs by Matthew Smith · 6 years ago
  68. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  69. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  70. 5ff0e0b CMake: generate .json from .api files by Neale Ranns · 6 years ago
  71. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  72. ec54e11 vlibapi: validate private segment rotor prior to use by Florin Coras · 6 years ago
  73. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  74. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  75. 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
  76. e25c9bf api: compute msg table for private registrations by Florin Coras · 6 years ago
  77. 466f289 socket api: multiple fds in one msg by Florin Coras · 6 years ago
  78. c470e22 svm: add support for eventfd signaling to queue by Florin Coras · 6 years ago
  79. dab732a VPP-1335 vapi crash when memclnt_keepalive received by Klement Sekera · 6 years ago
  80. 99d7a72 gcc8 and Wstringop-truncation by Marco Varlese · 6 years ago
  81. a56f270 Fix api trace replay of handler to pass vm parameter by John Lo · 6 years ago
  82. 1f80658 Use __attribute__((weak)) references where necessary by Dave Barach · 7 years ago
  83. 048a4e5 export counters in a memfd segment by Dave Barach · 7 years ago
  84. 73710c7 VPP API: Memory trace by Ole Troan · 7 years ago
  85. 7895872 Remove the historical memfd api segment bootstrap by Dave Barach · 7 years ago
  86. 701625b typo fix: UNKOWN -> UNKNOWN by Andrey "Zed" Zaikin · 7 years ago
  87. 51e5968 API: Add service definitions for events and singleton messages (second attempt) by Marek Gradzki · 7 years ago
  88. 2de1f15 Revert "API: Add service definitions for events and singleton messages." by Ole Trøan · 7 years ago
  89. f7b7fa5 API: Add service definitions for events and singleton messages. by Ole Troan · 7 years ago
  90. d6c30d9 vlmemory/svm: fix client detach from svm region by Florin Coras · 7 years ago
  91. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  92. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  93. 3fca567 svm: queue sub: Add conditional timed wait by Mohsin Kazmi · 7 years ago
  94. 4d9b9d8 svm: refactor memfd and remove ssvm_eth by Florin Coras · 7 years ago
  95. af0ff5a api: fix handlers that explicitly depend on svm queue by Florin Coras · 7 years ago
  96. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  97. aec8f89 svm: calc base address on AArch64 based on autodetected VA space size by Damjan Marion · 7 years ago
  98. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  99. 6d1caf9 sock api: add first msg id retrieval function by Florin Coras · 7 years ago
  100. 90a6398 sock api: add infra for bootstrapping shm clients by Florin Coras · 7 years ago