Age | Commit message (Expand) | Author | Files | Lines |
2021-05-20 | session: fix transport half-open cleanup call | Florin Coras | 1 | -1/+1 |
2021-05-19 | session: cleanup event llist usage | Florin Coras | 3 | -41/+27 |
2021-05-19 | session: fix session queue node access on disable | Florin Coras | 1 | -1/+1 |
2021-05-18 | tls: fix dtls with no workers | Florin Coras | 2 | -1/+14 |
2021-05-18 | session: poll main thread if pending connects | Florin Coras | 3 | -48/+76 |
2021-05-18 | session: only handle old ctrl events per dispatch | Florin Coras | 1 | -6/+12 |
2021-05-18 | session: move tx-buffers to tx ctx | Florin Coras | 2 | -16/+14 |
2021-05-16 | session: rpc for connects to main | Florin Coras | 3 | -5/+88 |
2021-05-15 | session: fix coverity warning | Florin Coras | 1 | -1/+1 |
2021-05-14 | session: switch ct to vc and track half-opens | Florin Coras | 5 | -77/+220 |
2021-05-14 | tls: switch dtls to vc and track half-opens | Florin Coras | 3 | -10/+73 |
2021-05-12 | tls: switch to vc service and track half-open sessions | Florin Coras | 5 | -6/+14 |
2021-05-12 | session: return connect session handle to app | Florin Coras | 6 | -32/+36 |
2021-05-12 | session: support half-close connection | liuyacan | 8 | -4/+114 |
2021-05-10 | session: use half-open sessions for vc establishment | Florin Coras | 8 | -116/+111 |
2021-05-07 | session: connects seg manager is always first | Florin Coras | 3 | -77/+23 |
2021-05-03 | session: lookup listener with iface address | liuyacan | 1 | -0/+26 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 1 | -5/+0 |
2021-04-29 | session: accept notifies for sessions in created state | Florin Coras | 1 | -0/+2 |
2021-04-29 | session: cleanup CREATED sessions when listener goes down | liuyacan | 3 | -0/+63 |
2021-04-27 | session: fix mq ext config cleanup | Florin Coras | 1 | -2/+1 |
2021-04-26 | session: fix race condition in fifo allocation | liuyacan | 3 | -43/+39 |
2021-04-23 | session: set connected session index for ct | Florin Coras | 1 | -2/+5 |
2021-04-23 | tls quic: improve error reporting | Florin Coras | 1 | -1/+4 |
2021-04-23 | session: set fifo's session index before vcl attach | liuyacan | 1 | -0/+2 |
2021-04-22 | session: remove unused connect/listen msg members | Florin Coras | 1 | -5/+0 |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 6 | -50/+36 |
2021-04-22 | vcl session: extended connect/listen configuration | Florin Coras | 4 | -18/+65 |
2021-04-20 | tcp: req app deq notification on fifo full | Florin Coras | 1 | -0/+7 |
2021-04-15 | tcp: support for rate sample attr flag | Florin Coras | 1 | -1/+9 |
2021-04-14 | session: fix next node add on transport registration | Florin Coras | 1 | -7/+2 |
2021-04-14 | session tcp vcl: api to update connection attributes | Florin Coras | 8 | -26/+159 |
2021-04-07 | session: fix coverity warning | Florin Coras | 2 | -6/+6 |
2021-04-06 | session: basic support for interrupt mode | Florin Coras | 4 | -4/+176 |
2021-04-05 | tcp: time infra improvements | Florin Coras | 4 | -2/+22 |
2021-04-01 | session: always clean rx mqs on app detach | Florin Coras | 1 | -4/+3 |
2021-03-30 | session: interrupt mode for session node on main thread | Florin Coras | 1 | -15/+20 |
2021-03-29 | svm session vcl: per app rx message queues | Florin Coras | 8 | -101/+496 |
2021-03-26 | vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly | Damjan Marion | 1 | -32/+28 |
2021-03-26 | vlib: introduce vlib_get_elog_main() | Damjan Marion | 1 | -1/+1 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() | Damjan Marion | 4 | -4/+4 |
2021-03-25 | svm: add producer wait function | Florin Coras | 1 | -1/+1 |
2021-03-17 | session: fix populating chained buffers | Ivan Shvedunov | 1 | -3/+5 |
2021-03-11 | session tls: deq notifications for custom tx | Florin Coras | 1 | -0/+4 |
2021-03-10 | session: check if fifo exists in cl bound notification | Florin Coras | 1 | -1/+2 |
2021-02-28 | session svm: segment manager and fifo segment leaks | Florin Coras | 1 | -0/+2 |
2021-02-24 | session: init ctrl msg without mq lock | Florin Coras | 1 | -102/+96 |
2021-02-15 | session: coverity fix | Florin Coras | 1 | -3/+0 |
2021-02-10 | vcl: validate seg handle on migrate only if needed | Florin Coras | 1 | -1/+1 |
2021-02-09 | tls: dtls initial implementation | Florin Coras | 2 | -7/+8 |