Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-04 | session: remove svm_segment_index from session struct |  Florin Coras | 1 | -2/+1 |
2019-03-02 | session: cleanup/rename functions |  Florin Coras | 1 | -3/+3 |
2019-03-02 | session: cleanup session event types |  Florin Coras | 1 | -3/+3 |
2019-03-01 | session: refactor local connects |  Florin Coras | 1 | -78/+41 |
2019-02-27 | session: refactor local/cut-through listens |  Florin Coras | 1 | -24/+54 |
2019-02-23 | session: separate local session logic |  Florin Coras | 1 | -445/+1 |
2019-02-21 | tcp: drop outstanding data when entering closing state |  Florin Coras | 1 | -0/+1 |
2019-02-20 | session: fix local sessions disconnects |  Florin Coras | 1 | -21/+3 |
2019-02-18 | session: move fifo allocation logic to app worker |  Florin Coras | 1 | -2/+70 |
2019-02-11 | session: cleanup application interface |  Florin Coras | 1 | -2/+2 |
2019-02-09 | tls: move test certificates to separate header file |  Florin Coras | 1 | -0/+1 |
2019-02-09 | session: refactor listen logic |  Florin Coras | 1 | -33/+81 |
2019-02-05 | session: cleanup part 2 |  Florin Coras | 1 | -0/+1116 |