1. 05ce4b8 vcl: handle reset while reading/writing data by Florin Coras · 6 years ago
  2. 3c7d4f9 vcl/session: handle reset/disconnect before app accept by Florin Coras · 6 years ago
  3. 05ecfcc ldp/vcl: reduce debug verbosity by Florin Coras · 6 years ago
  4. 4850e3e tcp: validate seq for handshake ack by Florin Coras · 6 years ago
  5. 42ceddb session/tcp: support tx flush mark by Florin Coras · 6 years ago
  6. eaec2a6 bapi: add options to have vpp cleanup client registration by Florin Coras · 6 years ago
  7. 955bfbb ldp: avoid calling write in destructors by Florin Coras · 6 years ago
  8. 01f3f89 vcl: cleanup children that use _exit() by Florin Coras · 6 years ago
  9. dc2e251 vcl: test refactor and improvements by Florin Coras · 6 years ago
  10. 940f78f vcl: handle worker process exit by Florin Coras · 6 years ago
  11. adc74d7 svm: use explicit svm fifo segment main for slaves by Florin Coras · 6 years ago
  12. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  13. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  14. 47c40e2 vcl: basic support for apps that fork by Florin Coras · 6 years ago
  15. dfe4cf4 ldp: basic multiworker support by Florin Coras · 6 years ago
  16. 30e273b ldp: sid to fd mapper for apps with multiple workers by Florin Coras · 6 years ago
  17. c1f5a43 session: cleanup use of api_client_index by Florin Coras · 6 years ago
  18. 053a0e4 vcl/session: apps with process workers by Florin Coras · 6 years ago
  19. 173bae3 ldp: fixes/improvements to select by Florin Coras · 6 years ago
  20. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  21. 6917b94 vcl/ldp: fix poll by Florin Coras · 6 years ago
  22. aa27eb9 vcl: fix bidirectional tests (VPP-1455) by Florin Coras · 6 years ago
  23. a4878ed vcl: fix empty epoll returns (VPP-1453) by Florin Coras · 6 years ago
  24. 1502fc3 vcl: cleanup and fixes for vcl test code by Florin Coras · 6 years ago
  25. 58c101a vcl: use want_tx_evt for ct sessions by Florin Coras · 6 years ago
  26. dc7b1aa vcl: fix test throughput computation by Florin Coras · 6 years ago
  27. 84db408 vcl: fix coverity warning by Florin Coras · 6 years ago
  28. 539663c vcl: handle old events before blocking in epoll by Florin Coras · 6 years ago
  29. 742582f vcl: remove vcl_event by Florin Coras · 6 years ago
  30. 0e88e85 session/svm: add want_tx_event flag to fifo by Florin Coras · 6 years ago
  31. 86f0450 vcl: keep track of unexpected events by Florin Coras · 6 years ago
  32. 2cba853 vcl: add apis that expos fifo as buffer by Florin Coras · 6 years ago
  33. 41c9e04 vcl: improve read and fifo event handling by Florin Coras · 6 years ago
  34. 0be66e1 remove libvlib from libvlibmemoryclient libs by Matthew Smith · 6 years ago
  35. 2179513 session: lock app worker mq for io events by Florin Coras · 6 years ago
  36. 3348a4c vcl: set worker pthread stop key by Florin Coras · 6 years ago
  37. de9f08b vcl: register workers in order by Florin Coras · 6 years ago
  38. 6d4bb42 vcl: refactor test client to support workers by Florin Coras · 6 years ago
  39. 1459877 vcl/session/svm: fix coverity warnings by Florin Coras · 6 years ago
  40. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  41. 293aa05 vcl: refactor test apps to use multiple workers by Florin Coras · 6 years ago
  42. 855e268 Switch to cmake by Damjan Marion · 6 years ago
  43. 134a996 vcl: add support for multi-worker apps by Florin Coras · 6 years ago
  44. 258a4cf cmake: don't install some test executable by Damjan Marion · 6 years ago
  45. 070453d vcl: remove session locks by Florin Coras · 6 years ago
  46. 6011699 vcl/session: use mq for bind replies by Florin Coras · 6 years ago
  47. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  48. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  49. c9fbd66 vcl: remove unused binary api handlers by Florin Coras · 6 years ago
  50. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  51. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  52. 60f1fc1 vcl: unset fifo events only in read/write by Florin Coras · 6 years ago
  53. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  54. 9686eac vcl: fix debug messages output before heap cfg by Florin Coras · 6 years ago
  55. 460dce6 vcl: add read/write udp support by Florin Coras · 6 years ago
  56. 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
  57. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  58. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  59. 697faea vcl: move binary api and cfg to separate files by Florin Coras · 6 years ago
  60. 7e12d94 vcl: refactor vcl session by Florin Coras · 6 years ago
  61. 0d427d8 vcl: refactor debugging by Florin Coras · 6 years ago
  62. e4d5a65 VCL: Refactor VCL test (part 1) by Dave Wallace · 6 years ago
  63. d239f8d VCL: Fix session peer and local addresses by Dave Wallace · 6 years ago
  64. 7e607a7 VCL: refactor async & spinlocks by Dave Wallace · 6 years ago
  65. aa8f63c fix socket send() return size check by qchang · 7 years ago
  66. 410bcca VCL IOEvent external API callback by Keith Burns (alagalah) · 7 years ago
  67. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  68. de91006 VCL: add IPv6 to socket_test.sh and make test by Dave Wallace · 7 years ago
  69. e535644 VCL: Fix Coverity CID183003 by Dave Wallace · 7 years ago
  70. bc07966 VCL: Fix Coverity CID183009 by Dave Wallace · 7 years ago
  71. 63f1859 VCL: Handle epoll HUP events in sock_test_server by Dave Wallace · 7 years ago
  72. 49c13c7 VCL: Fix race condition in event thread function by Dave Wallace · 7 years ago
  73. 0d2b0d5 VCL API for external callback for listener/connect event by Keith Burns (alagalah) · 7 years ago
  74. 8d73e85 VCL: add event registration to listen session in select() by Dave Wallace · 7 years ago
  75. 7cf80e0 VCL event handling changes by Keith Burns (alagalah) · 7 years ago
  76. 00f44cc VCL refactoring by Keith Burns (alagalah) · 7 years ago
  77. 9a0546d VCL: cleanup namespace_secret env-var cfg code. by Dave Wallace · 7 years ago
  78. 1275651 VCL registration handler added to session for polling sessions by Keith Burns (alagalah) · 7 years ago
  79. 3cf2d64 VCL async event handler by Keith Burns (alagalah) · 7 years ago
  80. 3ee1fe1 LDP: Refactor epoll_ctl wrapper. by Dave Wallace · 7 years ago
  81. 69d0119 VCL/LDP: Suppress trace output unless debug is enabled. by Dave Wallace · 7 years ago
  82. aba98de VCL: Fix for vppcom_session_listen() q_len <= 0 crash by Keith Burns (alagalah) · 7 years ago
  83. 9b79377 vppcomm refactor by Keith Burns (alagalah) · 7 years ago
  84. b5a86ee VCL: config api prefix using env var. by Dave Wallace · 7 years ago
  85. 56a0d06 VPP modified some state checking logic by Keith Burns (alagalah) · 7 years ago
  86. 2a86527 LD_PRELOAD: Refactor nomenclature (vcom -> ldp). by Dave Wallace · 7 years ago
  87. c04cbf1 VCL: remove vrf from vppcom api. by Dave Wallace · 7 years ago
  88. 5368efa Fix bug with glibc epoll fd by Keith Burns (alagalah) · 7 years ago
  89. 7e2c31a VCL: Fix type in trace output. by Dave Wallace · 7 years ago
  90. a332c46 session: segment manager refactor by Florin Coras · 7 years ago
  91. 5a2946c Clean up for vcl.am, making vppcom.h C++ aware by Keith Burns (alagalah) · 7 years ago
  92. bb16d3f vcl: fix VPPCOM_ATTR_GET_LIBC_EPFD elog by Florin Coras · 7 years ago
  93. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  94. 4e57806 Event log entries for VCL by Keith Burns (alagalah) · 7 years ago
  95. 9b95425 VCL/LD_PRELOAD: Fix unfiltered debug output. by Dave Wallace · 7 years ago
  96. b4cd4ff LD_PRELOAD: Fix Coverity Warning CID 182227 by Dave Wallace · 7 years ago
  97. 2167355 Elog entries for VCL by Keith Burns (alagalah) · 7 years ago
  98. 8aaba56 LD_PRELOAD: Fix coverity warnings by Dave Wallace · 7 years ago
  99. 504a71f Event log entries for VCL by Keith Burns (alagalah) · 7 years ago
  100. 048b1d6 LD_PRELOAD: stateless LDP by Dave Wallace · 7 years ago