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