1. 6621abf srtp: basic implementation based on libsrtp2 by Florin Coras · 4 years ago
  2. b32af35 session: fix session queue node access on disable by Florin Coras · 3 years, 7 months ago
  3. a48dffe session: poll main thread if pending connects by Florin Coras · 3 years, 7 months ago
  4. af97221 session: rpc for connects to main by Florin Coras · 3 years, 8 months ago
  5. 374df7a session: switch ct to vc and track half-opens by Florin Coras · 3 years, 7 months ago
  6. bab6c52 tls: switch dtls to vc and track half-opens by Florin Coras · 3 years, 7 months ago
  7. 2c876f9 tls: switch to vc service and track half-open sessions by Florin Coras · 3 years, 7 months ago
  8. 89a9f61 session: return connect session handle to app by Florin Coras · 3 years, 7 months ago
  9. 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
  10. ea72764 session: use half-open sessions for vc establishment by Florin Coras · 3 years, 7 months ago
  11. 600d7a8 session: accept notifies for sessions in created state by Florin Coras · 3 years, 8 months ago
  12. eb839cc session: fix next node add on transport registration by Florin Coras · 3 years, 8 months ago
  13. 04ae827 session tcp vcl: api to update connection attributes by Florin Coras · 3 years, 8 months ago
  14. 7da8829 session: basic support for interrupt mode by Florin Coras · 3 years, 9 months ago
  15. 1d2e38b session: interrupt mode for session node on main thread by Florin Coras · 3 years, 9 months ago
  16. 41d5f54 svm session vcl: per app rx message queues by Florin Coras · 4 years ago
  17. 92ccf9b vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly by Damjan Marion · 3 years, 9 months ago
  18. 6ffb7c6 vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() by Damjan Marion · 3 years, 9 months ago
  19. eef1539 session: coverity fix by Florin Coras · 3 years, 10 months ago
  20. 4b47ee2 tls: dtls initial implementation by Florin Coras · 4 years, 1 month ago
  21. 86f1232 svm: add custom q implementation for mq by Florin Coras · 3 years, 11 months ago
  22. 0bc78d8 session svm: fix fifo migration by Florin Coras · 4 years ago
  23. 9a45bd8 session: remove fifo segment va allocator by Florin Coras · 4 years ago
  24. b462418 svm: allow mq attachments at random offsets by Florin Coras · 4 years ago
  25. 04943b4 session: convert evt q segment to fifo segment by Florin Coras · 4 years ago
  26. c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years ago
  27. e92c946 session: add startup option to poll in main by Florin Coras · 4 years, 1 month ago
  28. c95cfa2 svm: support for multi-segment enqueues by Florin Coras · 4 years, 1 month ago
  29. 473556d session: init lookup before dgram accept notification by Florin Coras · 4 years, 1 month ago
  30. 6c10ab2 session: remove support for shm bapi attachment by Florin Coras · 4 years, 1 month ago
  31. 45ab3ec session: default to using memfd mq segments by Florin Coras · 4 years, 1 month ago
  32. e10da62 session: fix feature disable by Florin Coras · 4 years, 2 months ago
  33. aae177e session: allow custom config of segment baseva by Florin Coras · 4 years, 2 months ago
  34. 5220a26 svm: harmonize ssvm names by Florin Coras · 4 years, 3 months ago
  35. 2a7c0b6 svm session: use new clib mem apis for segments by Florin Coras · 4 years, 3 months ago
  36. 61ae056 session: add unix socket api for app attachment by Florin Coras · 4 years, 4 months ago
  37. c7fd24e session: cleanup lookup table for rejected session by Florin Coras · 4 years, 5 months ago
  38. 77d9838 vlib: add ASSERT to vlib_time_now(...) by Dave Barach · 4 years, 8 months ago
  39. da302e4 session: avoid rx notifications on accepting sessions by Florin Coras · 4 years, 8 months ago
  40. d50ff7f session tcp: track half open in app wrk by Florin Coras · 4 years, 8 months ago
  41. 4fde4ae session: remove ho with fifos support by Florin Coras · 4 years, 8 months ago
  42. 1116667 session: cleanup debug code by Florin Coras · 4 years, 8 months ago
  43. 7357043 session: adding debug events by Srikanth Akula · 4 years, 8 months ago
  44. 12813d5 session: fix leak on accept fifo alloc failure by Florin Coras · 4 years, 8 months ago
  45. 6d7552c session: update fifo slice on session migration by Florin Coras · 4 years, 8 months ago
  46. e759bb5 udp: cleanup input node by Florin Coras · 4 years, 8 months ago
  47. a8c3b86 session: add more session errors by Florin Coras · 4 years, 8 months ago
  48. 57660d9 session udp: shared local endpoints by Florin Coras · 4 years, 9 months ago
  49. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  50. e33c002 session: init port_proto_type asap by Florin Coras · 4 years, 9 months ago
  51. 5484daa tcp: reuse session infra for syns and resets by Florin Coras · 4 years, 9 months ago
  52. 07063b8 session: api to add new transport types by Florin Coras · 4 years, 9 months ago
  53. 1a8c437 session: export session_alloc_for_connection by Andreas Schultz · 4 years, 9 months ago
  54. 6080e0d tcp: force deschedule if no send space available by Florin Coras · 4 years, 9 months ago
  55. 70f879d session tcp udp: consolidate transport snd apis by Florin Coras · 4 years, 9 months ago
  56. d8f48e2 session: basic fifo-tuning-logic by Ryujiro Shibuya · 5 years ago
  57. 4dc10a4 tcp: improve invalid packet handling in syn-rcvd by Florin Coras · 4 years, 10 months ago
  58. 0aa4013 api: Use vl_msg_push/pop_heap by Nathan Skrzypczak · 5 years ago
  59. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  60. d3955fb session: no cleanup notification for forced deletes by Florin Coras · 5 years ago
  61. 989bc47 session: Fix out of order mq by Nathan Skrzypczak · 5 years ago
  62. e140d5d session: extra checks in session validation by Srikanth Akula · 5 years ago
  63. 31bd035 session: session enable in multiworker by Nathan Skrzypczak · 5 years ago
  64. a8e71c8 session tcp: refactor pacer time by Florin Coras · 5 years ago
  65. cbbc4a2 tls: fix on tcp connection reset by Zeyu Zhang · 5 years ago
  66. 5afea12 session: allow transport cleanup only if not deleted by Florin Coras · 5 years ago
  67. 3b5e222 session: app-closed to transport-deleted on delete notify by Florin Coras · 5 years ago
  68. be237bf tcp: retry lost retransmits by Florin Coras · 5 years ago
  69. caa7acf session: add is_migrating flag by Nathan Skrzypczak · 5 years ago
  70. b5a2f70 session: allow transport cleanup in any state by Florin Coras · 5 years ago
  71. 54c93cf session: fix cleanup in closing states by Florin Coras · 5 years ago
  72. cac31a4 session: avoid transport cleanup if previously deleted by Florin Coras · 5 years ago
  73. 1afa7af session: fix msg freeing on error by Nathan Skrzypczak · 5 years ago
  74. 1292d19 session: add session enable option in config file by Nathan Skrzypczak · 5 years ago
  75. 5c89fbf session: move svm_fifo_clear_deq_ntf to before calling the app callback by Vladimir Kropylev · 5 years ago
  76. 73cad33 svm: fix fifo hdr freelist allocation by Florin Coras · 5 years ago
  77. 458089b session: move ctrl messages from bapi to mq by Florin Coras · 5 years ago
  78. dfb3b87 session: add explicit reset api by Florin Coras · 5 years ago
  79. 5d8a806 session: fix enqueue notification on 32bit systems by Florin Coras · 5 years ago
  80. d09236d tls: mark as no lookup transport by Florin Coras · 5 years ago
  81. b339233 udp: fix connections move by Aloys Augustin · 5 years ago
  82. 49568af session: session pool migration notification by Florin Coras · 5 years ago
  83. b0ffbee session: separate ctrl, new and old events by Florin Coras · 5 years ago
  84. 26dd6de session tcp: handle rxt and acks as custom events by Florin Coras · 5 years ago
  85. 5f06632 session: add transport deleted state by Florin Coras · 5 years ago
  86. 60183db session: reorganize dispatch logic by Florin Coras · 5 years ago
  87. cca9618 session: improve event logging by Florin Coras · 5 years ago
  88. 2062ec0 session: use llist in session node evt handling by Florin Coras · 5 years ago
  89. a2e4451 session: fix node enable sequence by Vladimir Kropylev · 5 years ago
  90. 692b949 session: allow transports to generate closed notifications by Florin Coras · 5 years ago
  91. 70f26d5 session: notify app of session and transport cleanup by Florin Coras · 5 years ago
  92. 2eed1a1 session: add flag to disable session lookup by Nathan Skrzypczak · 5 years ago
  93. 0c7f54d quic: fifo notifications fix by Aloys Augustin · 5 years ago
  94. 2d379d8 svm: rename fifo tx notifications to reflect use by Florin Coras · 5 years ago
  95. a26349d session: add half_open_has_fifos for UDPC by Nathan Skrzypczak · 5 years ago
  96. e971bc9 session: Add transport vft protocol options by Nathan Skrzypczak · 5 years ago
  97. b4c6775 session: full lock on session_send_evt_to_thread by Nathan Skrzypczak · 5 years ago
  98. f867cf1 session: call session_dequeue_notify after svm_fifo_dequeue_drop by Vladimir Kropylev · 6 years ago
  99. 2f0f96b session: use listener_handle instead of listener_index by Nathan Skrzypczak · 6 years ago
  100. 06a2eec tcp: handle fin+rst in same frame by Florin Coras · 6 years ago