1. 2ceb818 session: fix allocation of proxy fifos by Florin Coras · 1 year, 4 months ago
  2. 0242d30 session: async rx event notifications by Florin Coras · 2 years ago
  3. 1315d14 session: fix ct connect session flush assert by Florin Coras · 1 year, 9 months ago
  4. 55686e1 session: async flush of pending connects to workers by Florin Coras · 1 year, 9 months ago
  5. 9688b3b session: safe pools for cut-through sessions by Florin Coras · 2 years, 8 months ago
  6. d810a6e session: add session event log for session state by Steven Luong · 2 years, 2 months ago
  7. 0bce71e session: use transport endpoint cfg for listen by Florin Coras · 2 years, 10 months ago
  8. cdfe8ab session svm: track fs and seg manager index in fs by Florin Coras · 3 years ago
  9. 074f397 session: stricter tx checks for ct sessions by Florin Coras · 3 years ago
  10. 13987da session: fix duplicate segment del message by Florin Coras · 3 years ago
  11. 9439a36 session: postpone ct peer disconnect and more checks by Florin Coras · 3 years, 1 month ago
  12. a7bd826 session: only notify server on ct connect failure by Florin Coras · 3 years, 1 month ago
  13. 32c7335 session: detach server from client on connect failure by Florin Coras · 3 years, 1 month ago
  14. c215e5a session: try to coalesce ct accept rpcs by Florin Coras · 3 years, 1 month ago
  15. 7fe0069 session: add per worker ct context by Florin Coras · 3 years, 1 month ago
  16. 9895238 session: postpone ct segment delete by Florin Coras · 3 years, 1 month ago
  17. feb6702 session: fix ct tracking of actual transport proto by Florin Coras · 3 years, 1 month ago
  18. e7dda6b session: reset if ct close with data by Florin Coras · 3 years, 1 month ago
  19. 440c7b5 session: postpone ct cleanups by Florin Coras · 3 years, 1 month ago
  20. d9e9870 session: set actual lcl ip on accepted ct by Florin Coras · 3 years, 2 months ago
  21. 6973c73 session: improve ct locking with multiple workers by Florin Coras · 3 years, 6 months ago
  22. da78c5a session: optimize ct fifo segment allocations by Florin Coras · 3 years, 6 months ago
  23. ba02641 session: fix listener ct transport retrieval on accept by Florin Coras · 3 years, 6 months ago
  24. 821b500 session: avoid ct connects loop by Florin Coras · 3 years, 7 months ago
  25. d5a5882 session: fix coverity warning by Florin Coras · 3 years, 7 months ago
  26. 374df7a session: switch ct to vc and track half-opens by Florin Coras · 3 years, 7 months ago
  27. 9f29903 session: fix race condition in fifo allocation by liuyacan · 3 years, 8 months ago
  28. 1b9d2c2 session: clear ct fifo flag prior to notification by Florin Coras · 3 years, 11 months ago
  29. c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years ago
  30. 8c4fa01 session: delegate fifo ooo lookup init to transports by Florin Coras · 4 years, 1 month ago
  31. ce252ca session: fix ct server session thread index by Florin Coras · 4 years, 1 month ago
  32. 06ac4bb session: fix ct cleanup before full establishement by Florin Coras · 4 years, 2 months ago
  33. d689456 vcl session: minimize ct io events by Florin Coras · 4 years, 2 months ago
  34. 2d0e3de session: per worker state for ct sessions by Florin Coras · 4 years, 2 months ago
  35. a837508 session: fix ct local listener session index by Florin Coras · 4 years, 2 months ago
  36. 7bf6ed6 session tcp udp tls quic: improve cli formatting by Florin Coras · 4 years, 3 months ago
  37. 97d39e3 svm session: document unsupported fifo deq combinations by Florin Coras · 4 years, 3 months ago
  38. bcdc50d session: limit max number of ct sessions per dispatch by Florin Coras · 4 years, 4 months ago
  39. dd7d24b session: ct init error handling by Florin Coras · 4 years, 4 months ago
  40. ea7e708 session: fix ct listener cleanup by Florin Coras · 4 years, 5 months ago
  41. 12813d5 session: fix leak on accept fifo alloc failure by Florin Coras · 4 years, 8 months ago
  42. 9f86d22 session tls: support tls descheduling by Florin Coras · 4 years, 9 months ago
  43. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  44. 07063b8 session: api to add new transport types by Florin Coras · 4 years, 9 months ago
  45. f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
  46. 95cd864 session: fix listener global endpoint lookup by Florin Coras · 5 years ago
  47. 62ddc03 session svm: per thread fifo segment slices by Florin Coras · 5 years ago
  48. 26dd6de session tcp: handle rxt and acks as custom events by Florin Coras · 5 years ago
  49. a0abbff session: add thread index to all formatters by Aloys Augustin · 5 years ago
  50. e971bc9 session: Add transport vft protocol options by Nathan Skrzypczak · 5 years ago
  51. 2f0f96b session: use listener_handle instead of listener_index by Nathan Skrzypczak · 6 years ago
  52. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  53. 317b8e0 vcl/session: tx notifications for cut-thru sessions by Florin Coras · 6 years ago
  54. 6575a9a session: do not enable pre-input node with 0 workers by Florin Coras · 6 years ago
  55. 9f1a543 session: fix ct that match global table entries by Florin Coras · 6 years ago
  56. f8d2e86 session/tls: remove unused t_app_index field by Florin Coras · 6 years ago
  57. f940f8a session: use transport custom tx for app transports by Florin Coras · 6 years ago
  58. 653e43f session: use vpp to switch io events for ct sessions by Florin Coras · 6 years ago
  59. 19223e0 session: remove svm_segment_index from session struct by Florin Coras · 6 years ago
  60. 2b81e3c session: refactor local connects by Florin Coras · 6 years ago
  61. d4295e6 session: refactor local/cut-through listens by Florin Coras · 6 years ago
  62. ba7d8f5 session: separate local session logic by Florin Coras · 6 years ago