1. a27a46e session: move fifo allocation logic to app worker by Florin Coras · 6 years ago
  2. 222e1f41 tcp: harden for high scale scenarios by Florin Coras · 6 years ago
  3. c1a4265 session: cleanup application interface by Florin Coras · 6 years ago
  4. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  5. 623eb56 session: cleanup part 2 by Florin Coras · 6 years ago
  6. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  7. 5f45e01 session/vcl: support worker ownership change for listeners by Florin Coras · 6 years ago
  8. 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
  9. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  10. 01f3f89 vcl: cleanup children that use _exit() by Florin Coras · 6 years ago
  11. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  12. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  13. 47c40e2 vcl: basic support for apps that fork by Florin Coras · 6 years ago
  14. 349f8ca session: improve app cli by Florin Coras · 6 years ago
  15. c1f5a43 session: cleanup use of api_client_index by Florin Coras · 6 years ago
  16. 053a0e4 vcl/session: apps with process workers by Florin Coras · 6 years ago
  17. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  18. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  19. 326b81e session: fix local session tagging and cleanup by Florin Coras · 6 years ago
  20. a44d6b1 udp_echo: fix cut-through server mode by Florin Coras · 6 years ago
  21. 400ded3 session: fix first segment manager cleanup by Florin Coras · 6 years ago
  22. 41c9e04 vcl: improve read and fifo event handling by Florin Coras · 6 years ago
  23. 2179513 session: lock app worker mq for io events by Florin Coras · 6 years ago
  24. 74cac88 session: fix reentrant listens by Florin Coras · 6 years ago
  25. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  26. 6011699 vcl/session: use mq for bind replies by Florin Coras · 6 years ago
  27. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  28. fcbda89 session: fix retrieval of local sessions if app is detached by Florin Coras · 6 years ago
  29. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  30. 460dce6 vcl: add read/write udp support by Florin Coras · 6 years ago
  31. d3ca8ff session/dlmalloc: coverity fixes by Florin Coras · 6 years ago
  32. 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
  33. 8409955 session: send rx events only if session ready by Florin Coras · 6 years ago
  34. 52207f1 session: send ctrl msg over mq by Florin Coras · 6 years ago
  35. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  36. 078371e session: improve app verbose format function by Florin Coras · 7 years ago
  37. 7fb0fe1 udp/session: refactor to support dgram mode by Florin Coras · 7 years ago
  38. 5c9083d session: use generic session pool for listeners by Florin Coras · 7 years ago
  39. f6647e0 session: fix local session disconnects by Florin Coras · 7 years ago
  40. 0bee9ce session: allow builtin apps to register names by Florin Coras · 7 years ago
  41. 58d36f0 tls: add openssl engine by Florin Coras · 7 years ago
  42. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  43. 5fda7a3 session: avoid session handle conflict with vcl by Florin Coras · 7 years ago
  44. f8f516a session: support local sessions and deprecate redirects by Florin Coras · 7 years ago
  45. a332c46 session: segment manager refactor by Florin Coras · 7 years ago
  46. 4399c2e session: move builtin apps to their own folder by Florin Coras · 7 years ago
  47. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  48. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  49. ff6e769 session: cleanup attach flags by Florin Coras · 7 years ago
  50. 19b1f6a session: fix proxy removal by Florin Coras · 7 years ago
  51. 561af9b session: generalize handling of network transports by Florin Coras · 7 years ago
  52. c3ddea8 session: return bound listener for proxy accepts by Florin Coras · 7 years ago
  53. 8f107b3 session: more rules unit tests and cli improvements by Florin Coras · 7 years ago
  54. dbd4456 session: use listener logic for proxy rules by Florin Coras · 7 years ago
  55. ad0c77f session: use pool for segment manager properties by Florin Coras · 7 years ago
  56. c97a739 session: add rule tags by Florin Coras · 7 years ago
  57. 62333be session: fix proxy coverity warnings by Florin Coras · 7 years ago
  58. 7999e83 session: add support for proxying apps by Florin Coras · 7 years ago
  59. 1c71045 session: rules tables by Florin Coras · 7 years ago
  60. 3cbc04b udp: refactor udp code by Florin Coras · 7 years ago
  61. cea194d session: add support for application namespacing by Florin Coras · 7 years ago
  62. 9d06304 session/tcp: improve preallocated segment handling by Florin Coras · 7 years ago
  63. c87c91d session: segment manager improvements by Florin Coras · 7 years ago
  64. 0e9c33b tcp: improve builtin http server by Florin Coras · 7 years ago
  65. ab0289a tcp: state machine improvements by Florin Coras · 7 years ago
  66. 52851e6 TCP proxy prototype by Dave Barach · 7 years ago
  67. 5037669 Prevent double freeing of first segment manager. by Dave Wallace · 7 years ago
  68. 2c25a62 Horizontal (nSessions) scaling draft by Dave Barach · 7 years ago
  69. 7b749fe Unlink /dev/shm files on application detach. by Dave Wallace · 7 years ago
  70. f03a59a Overall tcp performance improvements (VPP-846) by Florin Coras · 8 years ago
  71. 10d8cc6 Improve fifo allocator performance by Dave Barach · 8 years ago
  72. a546481 Session layer improvements by Florin Coras · 8 years ago
  73. 6cf30ad Session layer refactoring by Florin Coras · 8 years ago
  74. d79b41e VPP-659 TCP improvements by Florin Coras · 8 years ago
  75. e04c299 Cleanup URI code and TCP bugfixing by Florin Coras · 8 years ago
  76. 68b0fb0 VPP-598: tcp stack initial commit by Dave Barach · 8 years ago