Age | Commit message (Expand) | Author | Files | Lines |
2022-07-19 | session: increase retries to grab mq lock |  Radha krishna Saragadam | 1 | -1/+1 |
2021-12-16 | session: app mq congestion detection |  Florin Coras | 1 | -42/+283 |
2021-11-29 | session: mark first listener segment as protected |  Florin Coras | 1 | -0/+4 |
2021-06-24 | session: fix session formated str output truncated in cli |  Xiaoming Jiang | 1 | -6/+9 |
2021-05-14 | tls: switch dtls to vc and track half-opens |  Florin Coras | 1 | -1/+1 |
2021-05-12 | tls: switch to vc service and track half-open sessions |  Florin Coras | 1 | -2/+5 |
2021-05-12 | session: return connect session handle to app |  Florin Coras | 1 | -7/+4 |
2021-05-10 | session: use half-open sessions for vc establishment |  Florin Coras | 1 | -43/+14 |
2021-05-07 | session: connects seg manager is always first |  Florin Coras | 1 | -61/+13 |
2021-04-29 | session: cleanup CREATED sessions when listener goes down |  liuyacan | 1 | -0/+8 |
2020-12-24 | svm: split fifo into private and shared structs |  Florin Coras | 1 | -4/+4 |
2020-11-13 | session: fix fifo tuning init on connect |  Florin Coras | 1 | -8/+6 |
2020-10-13 | session: listeners verbose format alignment |  Florin Coras | 1 | -3/+3 |
2020-10-10 | session: app_name should format with %v |  jiangxiaoming | 1 | -2/+4 |
2020-09-30 | session: init size and watermarks on all seg managers |  Florin Coras | 1 | -0/+1 |
2020-09-30 | svm session: use new clib mem apis for segments |  Florin Coras | 1 | -4/+4 |
2020-05-15 | session: track detached listener segment managers |  Florin Coras | 1 | -5/+45 |
2020-05-07 | session: catch segment manager alloc failure |  Florin Coras | 1 | -3/+4 |
2020-04-30 | session: cleanup listener segment manager on wrk free |  Florin Coras | 1 | -9/+16 |
2020-04-19 | session: fix half-open cleanup |  Florin Coras | 1 | -3/+3 |
2020-04-17 | session tcp: track half open in app wrk |  Florin Coras | 1 | -0/+62 |
2020-04-14 | session: avoid all session cleanup on unlisten |  Florin Coras | 1 | -9/+7 |
2020-04-04 | misc: sprintf be gone |  Dave Barach | 1 | -3/+4 |
2020-04-03 | session: improve error reporting |  Florin Coras | 1 | -16/+13 |
2020-04-01 | session: allow rx events independnt of state |  Florin Coras | 1 | -6/+0 |
2020-03-30 | session udp: flag for connected udp |  Florin Coras | 1 | -2/+14 |
2020-02-25 | session: basic fifo-tuning-logic |  Ryujiro Shibuya | 1 | -0/+18 |
2020-02-17 | misc: fix coverity warnings |  Dave Barach | 1 | -1/+1 |
2019-12-21 | session: move add/del segment msg to mq |  Florin Coras | 1 | -2/+3 |
2019-12-12 | session svm: per thread fifo segment slices |  Florin Coras | 1 | -1/+2 |
2019-10-01 | session: fix use-after-free |  Benoît Ganne | 1 | -1/+1 |
2019-09-19 | session: builtin app rx notifications regardless of state |  Florin Coras | 1 | -3/+5 |
2019-08-01 | session: session pool migration notification |  Florin Coras | 1 | -0/+9 |
2019-07-29 | session: fix vpp to app msg generation |  Florin Coras | 1 | -60/+25 |
2019-07-15 | session: allow transports to generate closed notifications |  Florin Coras | 1 | -0/+9 |
2019-07-09 | session: notify app of session and transport cleanup |  Florin Coras | 1 | -0/+10 |
2019-06-17 | session: use listener_handle instead of listener_index |  Nathan Skrzypczak | 1 | -1/+1 |
2019-06-12 | session: use session handles as app listener handles |  Florin Coras | 1 | -4/+2 |
2019-05-16 | Add transport_opts to connect_sock bapi |  Nathan Skrzypczak | 1 | -1/+1 |
2019-05-08 | session: send tx events when data is dequeued |  Florin Coras | 1 | -1/+13 |
2019-04-25 | session: cleanup segment manager and fifo segment |  Florin Coras | 1 | -49/+6 |
2019-04-24 | session: remove unused fifo allo return value |  Florin Coras | 1 | -3/+1 |
2019-04-18 | svm: allow indirect fifo data chunks |  Florin Coras | 1 | -1/+0 |
2019-04-16 | svm_fifo rework to avoid contention on cursize |  Sirshak Das | 1 | -14/+5 |
2019-04-02 | session: remove session logic from io rx evt sender |  Florin Coras | 1 | -6/+1 |
2019-04-02 | session: use app cb function wrappers |  Florin Coras | 1 | -4/+9 |
2019-03-18 | session: add session flags |  Florin Coras | 1 | -3/+2 |
2019-03-11 | tls: fixes and improvements |  Florin Coras | 1 | -0/+16 |
2019-03-06 | session: use session index instead of fifo for evt |  Florin Coras | 1 | -2/+2 |
2019-03-06 | session: use vpp to switch io events for ct sessions |  Florin Coras | 1 | -3/+2 |