1. cc7c88e vcl: refactor bapi client index for sapi reuse by Florin Coras · 4 years, 3 months ago
  2. 935ce75 vcl: add support for app socket api by Florin Coras · 4 years, 3 months ago
  3. b88de90 vcl: cleanup bapi and wrk registration by Florin Coras · 4 years, 3 months ago
  4. f8e1363 vcl: fix duplicated key of session_index_to_vlsh_table in multiple by hanlin · 4 years, 4 months ago
  5. ff40d8f vcl: mt detection and cleanup by Florin Coras · 4 years, 4 months ago
  6. a3a4896 vcl: support multi-threads with session migration by hanlin · 4 years, 5 months ago
  7. 40c07ce vcl: support inter worker rpc by Florin Coras · 4 years, 5 months ago
  8. 66ec467 vcl: move helper functions out of header file by Florin Coras · 4 years, 6 months ago
  9. 080aa50 vcl: do not propagate epoll events if session closed by Florin Coras · 4 years, 7 months ago
  10. a4dac8a vcl: fix udp connected check by Florin Coras · 4 years, 7 months ago
  11. ce815de vcl: fix app destroy by Florin Coras · 4 years, 8 months ago
  12. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  13. d85666f session udp: fix transport flags and migration by Florin Coras · 4 years, 9 months ago
  14. 0a1e183 session udp: support connect on listeners by Florin Coras · 4 years, 9 months ago
  15. 5da10c4 vcl: support sendto for dgrams by Florin Coras · 4 years, 9 months ago
  16. d18528f vcl: support for uword segments by Florin Coras · 4 years, 9 months ago
  17. 243edd5 vcl: refactor vls to minimize lock usage by Florin Coras · 4 years, 10 months ago
  18. 067f954 vcl: fix ldp read on closing session by Florin Coras · 4 years, 10 months ago
  19. e88845e vcl: clear accept msg flags by Florin Coras · 4 years, 10 months ago
  20. adcfb15 vcl: handle close after reset by Florin Coras · 4 years, 10 months ago
  21. 190dc1f vcl: fix session closing error by Florin Coras · 4 years, 11 months ago
  22. 5414062 vcl: switch to closed state after app close by Florin Coras · 4 years, 10 months ago
  23. 9ace36d vcl session: propagate cleanup notifications to apps by Florin Coras · 5 years ago
  24. 6e3c1f8 vcl: add rx event on epoll ctl if needed by Florin Coras · 5 years ago
  25. c4c4cf5 session: move add/del segment msg to mq by Florin Coras · 5 years ago
  26. d4c7092 vcl: separate binary api connections per thread worker by Florin Coras · 5 years ago
  27. d747c3c vcl: add config option for preferred tls engine by Florin Coras · 5 years ago
  28. 22ba330 vcl: initialize ctrl_mq in workers by Florin Coras · 5 years ago
  29. 458089b session: move ctrl messages from bapi to mq by Florin Coras · 5 years ago
  30. 470b2a6 vcl: fix bapi disconnect with socket transport by Florin Coras · 5 years ago
  31. 8ac1d6d session: Use parent_handle instead of transport_opts by Nathan Skrzypczak · 5 years ago
  32. 9fd9962 vcl: add QUIC support by Nathan Skrzypczak · 6 years ago
  33. cef02be session: Refactor invalid session idx/handle by Nathan Skrzypczak · 5 years ago
  34. 00cca80 vcl: avoid hash table lookup on accept by Florin Coras · 6 years ago
  35. ba65ca4 Add transport_opts to connect_sock bapi by Nathan Skrzypczak · 6 years ago
  36. 88001c6 session: cleanup segment manager and fifo segment by Florin Coras · 6 years ago
  37. 5e06257 vcl: cleanup debug messages by Florin Coras · 6 years ago
  38. 653e43f session: use vpp to switch io events for ct sessions by Florin Coras · 6 years ago
  39. ac62626 vcl: remove unused fields and structures by Florin Coras · 6 years ago
  40. dfae9f9 vcl/session: send unlisten over message queue by Florin Coras · 6 years ago
  41. 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
  42. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  43. 6d0106e vcl: improve handling of close on rw by Florin Coras · 6 years ago
  44. 2d675d7 vls: support passive listeners by Florin Coras · 6 years ago
  45. 0ef8ef2 vls: multi-process and multi-threaded apps improvements by Florin Coras · 6 years ago
  46. f9240dc vcl: move forking logic to vls by Florin Coras · 6 years ago
  47. 294afe2 vcl/ldp: select cleanup/improvements by Florin Coras · 6 years ago
  48. 7baeb71 vcl/ldp: add locked sessions shim layer by Florin Coras · 6 years ago
  49. 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
  50. 34a3a08 Add TLS support for VCL by Ping Yu · 6 years ago
  51. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  52. 3c7d4f9 vcl/session: handle reset/disconnect before app accept by Florin Coras · 6 years ago
  53. 01f3f89 vcl: cleanup children that use _exit() by Florin Coras · 6 years ago
  54. 940f78f vcl: handle worker process exit by Florin Coras · 6 years ago
  55. adc74d7 svm: use explicit svm fifo segment main for slaves by Florin Coras · 6 years ago
  56. d85de68 vcl: wait for segments with segment handle by Florin Coras · 6 years ago
  57. 47c40e2 vcl: basic support for apps that fork by Florin Coras · 6 years ago
  58. c1f5a43 session: cleanup use of api_client_index by Florin Coras · 6 years ago
  59. 053a0e4 vcl/session: apps with process workers by Florin Coras · 6 years ago
  60. aa27eb9 vcl: fix bidirectional tests (VPP-1455) by Florin Coras · 6 years ago
  61. 742582f vcl: remove vcl_event by Florin Coras · 6 years ago
  62. 86f0450 vcl: keep track of unexpected events by Florin Coras · 6 years ago
  63. 2cba853 vcl: add apis that expos fifo as buffer by Florin Coras · 6 years ago
  64. 3348a4c vcl: set worker pthread stop key by Florin Coras · 6 years ago
  65. de9f08b vcl: register workers in order by Florin Coras · 6 years ago
  66. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  67. 134a996 vcl: add support for multi-worker apps by Florin Coras · 6 years ago
  68. 070453d vcl: remove session locks by Florin Coras · 6 years ago
  69. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  70. 460dce6 vcl: add read/write udp support by Florin Coras · 6 years ago
  71. 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
  72. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  73. 697faea vcl: move binary api and cfg to separate files by Florin Coras · 6 years ago