Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-02-09 | session: coverity fixes | Florin Coras | 1 | -2/+4 |
2021-02-05 | session svm: non blocking mq | Florin Coras | 2 | -4/+3 |
2021-01-26 | session: clear ct fifo flag prior to notification | Florin Coras | 1 | -6/+7 |
2021-01-25 | svm: add custom q implementation for mq | Florin Coras | 4 | -16/+17 |
2021-01-09 | session svm: fix fifo migration | Florin Coras | 3 | -24/+25 |
2021-01-07 | vcl session: switch to generic cert key apis | Florin Coras | 4 | -101/+14 |
2020-12-29 | session: remove fifo segment va allocator | Florin Coras | 3 | -46/+7 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps | Florin Coras | 2 | -12/+12 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 6 | -45/+56 |
2020-12-28 | session: convert evt q segment to fifo segment | Florin Coras | 3 | -19/+21 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 8 | -56/+59 |
2020-12-23 | svm: remove fifo segment heap | Florin Coras | 1 | -5/+3 |
2020-12-14 | session: free segment manager only from main | Florin Coras | 1 | -4/+32 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 7 | -50/+50 |
2020-12-04 | udp session: fix deq notification for dgrams | Florin Coras | 1 | -1/+4 |
2020-12-01 | session: make pacer worker load aware | Florin Coras | 2 | -5/+14 |
2020-12-01 | session: allow small pacer bursts | Florin Coras | 4 | -19/+28 |
2020-11-25 | session: add startup option to poll in main | Florin Coras | 2 | -2/+8 |
2020-11-24 | svm: support for multi-segment enqueues | Florin Coras | 2 | -23/+50 |
2020-11-24 | session: init lookup before dgram accept notification | Florin Coras | 1 | -1/+3 |
2020-11-13 | session: fix fifo tuning init on connect | Florin Coras | 1 | -8/+6 |
2020-11-09 | session: remove support for shm bapi attachment | Florin Coras | 4 | -55/+30 |
2020-11-09 | session: delegate fifo ooo lookup init to transports | Florin Coras | 3 | -4/+9 |
2020-11-09 | session: default to using memfd mq segments | Florin Coras | 1 | -0/+1 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -11/+15 |
2020-11-04 | session: fix ct server session thread index | Florin Coras | 1 | -1/+2 |