1. 68b7e58 vcl session: udp session migration notifications by Florin Coras · 5 years ago
  2. c4c4cf5 session: move add/del segment msg to mq by Florin Coras · 5 years ago
  3. c00f480 quic: Add support for unidirectional streams by Nathan Skrzypczak · 5 years ago
  4. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  5. 4f59985 session: add space around ternary operator by Vratko Polak · 5 years ago
  6. 45ec9f4 session: ckpair store & crypto engine as mq params by Nathan Skrzypczak · 5 years ago
  7. 9d3e1b4 session: fix app attach on error by Nathan Skrzypczak · 5 years ago
  8. 79f8953 session: Add certificate store by Nathan Skrzypczak · 5 years ago
  9. eef61bb session: fix unbind coverity warning by Florin Coras · 5 years ago
  10. 458089b session: move ctrl messages from bapi to mq by Florin Coras · 5 years ago
  11. 49568af session: session pool migration notification by Florin Coras · 5 years ago
  12. 8ac1d6d session: Use parent_handle instead of transport_opts by Nathan Skrzypczak · 5 years ago
  13. 2eed1a1 session: add flag to disable session lookup by Nathan Skrzypczak · 5 years ago
  14. 2f0f96b session: use listener_handle instead of listener_index by Nathan Skrzypczak · 6 years ago
  15. 87d6633 session: use session handles as app listener handles by Florin Coras · 6 years ago
  16. ba65ca4 Add transport_opts to connect_sock bapi by Nathan Skrzypczak · 6 years ago
  17. 0b81915 add TLS endpoint function by Yu Ping · 6 years ago
  18. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  19. 09d18c2 session: use teps in accept/connect notifications by Florin Coras · 6 years ago
  20. cdb7170 Add get_endpoint in transport vft by Aloys Augustin · 6 years ago
  21. f324dec fixing typos by Jim Thompson · 6 years ago
  22. f940f8a session: use transport custom tx for app transports by Florin Coras · 6 years ago
  23. 653e43f session: use vpp to switch io events for ct sessions by Florin Coras · 6 years ago
  24. 6442401 session: remove deprecated binary apis by Florin Coras · 6 years ago
  25. 31c9955 session: cleanup/rename functions by Florin Coras · 6 years ago
  26. 2b81e3c session: refactor local connects by Florin Coras · 6 years ago
  27. d4295e6 session: refactor local/cut-through listens by Florin Coras · 6 years ago
  28. 70c35f3 session: fix local binds by Florin Coras · 6 years ago
  29. ba7d8f5 session: separate local session logic by Florin Coras · 6 years ago
  30. dfae9f9 vcl/session: send unlisten over message queue by Florin Coras · 6 years ago
  31. bb65ba1 Fix connexion segfault in session api affecting tcp_echo by Nathan Skrzypczak · 6 years ago
  32. c1a4265 session: cleanup application interface by Florin Coras · 6 years ago
  33. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  34. 1ee7830 transport: cleanup by Florin Coras · 6 years ago
  35. 623eb56 session: cleanup part 2 by Florin Coras · 6 years ago
  36. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  37. 87c6570 session: properly initialize accepted/connected msgs by Florin Coras · 6 years ago
  38. 5f45e01 session/vcl: support worker ownership change for listeners by Florin Coras · 6 years ago
  39. 72b0428 vcl/session: replicate events for shared sessions by Florin Coras · 6 years ago
  40. e2ea193 session: handle close before app accept reply by Florin Coras · 6 years ago
  41. 4af830c session/tcp: postpone cleanup on reset by Florin Coras · 6 years ago
  42. dc2e251 vcl: test refactor and improvements by Florin Coras · 6 years ago
  43. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  44. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  45. 349f8ca session: improve app cli by Florin Coras · 6 years ago
  46. c1f5a43 session: cleanup use of api_client_index by Florin Coras · 6 years ago
  47. 053a0e4 vcl/session: apps with process workers by Florin Coras · 6 years ago
  48. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  49. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  50. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  51. aa27eb9 vcl: fix bidirectional tests (VPP-1455) by Florin Coras · 6 years ago
  52. 83ea669 session: don't wait indefinitely for apps to consume evts (VPP-1454) by Florin Coras · 6 years ago
  53. 537b17e session: lock msg queues while generating control events by Florin Coras · 6 years ago
  54. 41c9e04 vcl: improve read and fifo event handling by Florin Coras · 6 years ago
  55. 3348a4c vcl: set worker pthread stop key by Florin Coras · 6 years ago
  56. 6d4bb42 vcl: refactor test client to support workers by Florin Coras · 6 years ago
  57. 1459877 vcl/session/svm: fix coverity warnings by Florin Coras · 6 years ago
  58. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  59. 134a996 vcl: add support for multi-worker apps by Florin Coras · 6 years ago
  60. 6011699 vcl/session: use mq for bind replies by Florin Coras · 6 years ago
  61. c3638fe session: fix coverity warnings by Florin Coras · 6 years ago
  62. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  63. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  64. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  65. 466f289 socket api: multiple fds in one msg by Florin Coras · 6 years ago
  66. 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
  67. 52207f1 session: send ctrl msg over mq by Florin Coras · 6 years ago
  68. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  69. 6c35494 session: coverity warnings by Florin Coras · 7 years ago
  70. 7fb0fe1 udp/session: refactor to support dgram mode by Florin Coras · 7 years ago
  71. 5c9083d session: use generic session pool for listeners by Florin Coras · 7 years ago
  72. 5090c57 session: fix coverity warnings by Florin Coras · 7 years ago
  73. 60ae80f Update session local address is_ip4 on bind when not global by Keith Burns (alagalah) · 7 years ago
  74. 8f89dd0 tls: enforce certificate verification by Florin Coras · 7 years ago
  75. e3e2f07 tls: add stop listen handler by Florin Coras · 7 years ago
  76. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  77. 5fda7a3 session: avoid session handle conflict with vcl by Florin Coras · 7 years ago
  78. f8f516a session: support local sessions and deprecate redirects by Florin Coras · 7 years ago
  79. a332c46 session: segment manager refactor by Florin Coras · 7 years ago
  80. fc804d9 Fix session/tcp coverity warnings by Florin Coras · 7 years ago
  81. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  82. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  83. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  84. 97b1a27 session api: Fix Coverity Warning CID 180115 by Dave Wallace · 7 years ago
  85. ff6e769 session: cleanup attach flags by Florin Coras · 7 years ago
  86. 561af9b session: generalize handling of network transports by Florin Coras · 7 years ago
  87. 7a2e1bd session: allocate cb messages from client ring by Florin Coras · 7 years ago
  88. c3ddea8 session: return bound listener for proxy accepts by Florin Coras · 7 years ago
  89. 8b9a5d1 Fix session rule port endianness. by Milan Lenco · 7 years ago
  90. eb2945c session: do not check transport for local table binds by Florin Coras · 7 years ago
  91. 42324ad session: fix session rules api to use transport proto by Florin Coras · 7 years ago
  92. dcf55ce vppcom: improve listener session handling by Florin Coras · 7 years ago
  93. de5fec9 session: add handle to disconnect_session_reply api msg. by Dave Wallace · 7 years ago
  94. 6e8c667 session: add app ns index to ns create api by Florin Coras · 7 years ago
  95. ad0c77f session: use pool for segment manager properties by Florin Coras · 7 years ago
  96. ef24d42 session: fix app index in unbind by Florin Coras · 7 years ago
  97. c97a739 session: add rule tags by Florin Coras · 7 years ago
  98. 6c36f53 session: add api to dump rules by Florin Coras · 7 years ago
  99. 1c71045 session: rules tables by Florin Coras · 7 years ago
  100. 9a9adb2 session: swap appns secret to host byte order by Florin Coras · 7 years ago