1. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  2. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  3. 5ff0e0b CMake: generate .json from .api files by Neale Ranns · 6 years ago
  4. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  5. ec54e11 vlibapi: validate private segment rotor prior to use by Florin Coras · 6 years ago
  6. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  7. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  8. 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
  9. e25c9bf api: compute msg table for private registrations by Florin Coras · 6 years ago
  10. 466f289 socket api: multiple fds in one msg by Florin Coras · 6 years ago
  11. c470e22 svm: add support for eventfd signaling to queue by Florin Coras · 6 years ago
  12. dab732a VPP-1335 vapi crash when memclnt_keepalive received by Klement Sekera · 6 years ago
  13. 99d7a72 gcc8 and Wstringop-truncation by Marco Varlese · 6 years ago
  14. a56f270 Fix api trace replay of handler to pass vm parameter by John Lo · 6 years ago
  15. 1f80658 Use __attribute__((weak)) references where necessary by Dave Barach · 7 years ago
  16. 048a4e5 export counters in a memfd segment by Dave Barach · 7 years ago
  17. 73710c7 VPP API: Memory trace by Ole Troan · 7 years ago
  18. 7895872 Remove the historical memfd api segment bootstrap by Dave Barach · 7 years ago
  19. 701625b typo fix: UNKOWN -> UNKNOWN by Andrey "Zed" Zaikin · 7 years ago
  20. 51e5968 API: Add service definitions for events and singleton messages (second attempt) by Marek Gradzki · 7 years ago
  21. 2de1f15 Revert "API: Add service definitions for events and singleton messages." by Ole Trøan · 7 years ago
  22. f7b7fa5 API: Add service definitions for events and singleton messages. by Ole Troan · 7 years ago
  23. d6c30d9 vlmemory/svm: fix client detach from svm region by Florin Coras · 7 years ago
  24. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  25. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  26. 3fca567 svm: queue sub: Add conditional timed wait by Mohsin Kazmi · 7 years ago
  27. 4d9b9d8 svm: refactor memfd and remove ssvm_eth by Florin Coras · 7 years ago
  28. af0ff5a api: fix handlers that explicitly depend on svm queue by Florin Coras · 7 years ago
  29. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  30. aec8f89 svm: calc base address on AArch64 based on autodetected VA space size by Damjan Marion · 7 years ago
  31. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  32. 6d1caf9 sock api: add first msg id retrieval function by Florin Coras · 7 years ago
  33. 90a6398 sock api: add infra for bootstrapping shm clients by Florin Coras · 7 years ago
  34. 2877eee VPP-1102: fix dangling references in RPC handling by Dave Barach · 7 years ago
  35. 7a2e1bd session: allocate cb messages from client ring by Florin Coras · 7 years ago
  36. 756d5f7 Fix typo (double unlock) by Dave Barach · 7 years ago
  37. 6476b3c VCL-LDPRELOAD: statically link VPP objects into libvcl_ldpreload.so by Dave Wallace · 7 years ago
  38. cf5e848 CSIT-844: fix binary api rx pthread heap push/pop by Dave Barach · 7 years ago
  39. 7504e99 API versioning: Fix coverity errors from strncpy() by Ole Troan · 7 years ago
  40. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  41. e9aebf9 Coverity fixes for API socket by Chris Luke · 7 years ago
  42. 7939f90 Clean up "show api ring" debug CLI by Dave Barach · 7 years ago
  43. 780fc39 api: fix internal client registrations by Florin Coras · 7 years ago
  44. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  45. 69128d0 Add thread-safe event signaller, use RPC where required by Dave Barach · 7 years ago
  46. 7e9743a Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down by John Lo · 7 years ago
  47. 905c14a Add binary API documentation by Dave Barach · 7 years ago
  48. 8f2a4ea Add new C API by Klement Sekera · 8 years ago
  49. 49fe046 API message table inspection utilities by Dave Barach · 7 years ago
  50. eb1ac17 Recombine diags and minimum barrier open time changes (VPP-968) by Colin Tregenza Dancer · 7 years ago
  51. cfc997e Fix vl_map_shmem() root_path dangling reference. by Dave Wallace · 7 years ago
  52. 3cdc25f API: More gracefully fail when opening shared memory segment fails. by Ole Troan · 7 years ago
  53. 5beec81 jvpp: make shm_prefix configurable (VPP-591) by Jan Srnicek · 8 years ago
  54. 52851e6 TCP proxy prototype by Dave Barach · 7 years ago
  55. 58eb866 Refactor API message handling code by Klement Sekera · 8 years ago
  56. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  57. f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
  58. 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
  59. e72be39 A sprinkling of const in vlibmemory/api.h and friends by Neale Ranns · 8 years ago
  60. 11b8dbf "autoreply" flag: autogenerate standard xxx_reply_t messages by Dave Barach · 8 years ago
  61. 5c6c4bf move binary-api client-only routines to memory_client.c by Dave Barach · 8 years ago
  62. b64e4e2 Clean up dead API client reaper callack scheme by Dave Barach · 8 years ago
  63. 80f54e2 vlib_mains == 0 special cases be gone by Dave Barach · 8 years ago
  64. dfc9b7c Python API: Synchronous mode. by Ole Troan · 8 years ago
  65. dfbee41 Improve api trace replay consistency checking by Dave Barach · 8 years ago
  66. 68b0fb0 VPP-598: tcp stack initial commit by Dave Barach · 8 years ago
  67. 987e11d Trace plugin binary API message range allocation by Dave Barach · 8 years ago
  68. 842b9c5 Self-service garbage collection for the API message allocator by Dave Barach · 8 years ago
  69. 0691d6e Fix uninitialized stack local, VPP-581 by Dave Barach · 8 years ago
  70. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago