Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -0/+6 |
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_main_by_index(), vlib_get_n_threads() | Damjan Marion | 1 | -1/+1 |
2021-02-15 | session: coverity fix | Florin Coras | 1 | -3/+0 |
2021-02-09 | tls: dtls initial implementation | Florin Coras | 1 | -1/+1 |
2021-01-25 | svm: add custom q implementation for mq | Florin Coras | 1 | -3/+0 |
2021-01-09 | session svm: fix fifo migration | Florin Coras | 1 | -14/+15 |
2020-12-29 | session: remove fifo segment va allocator | Florin Coras | 1 | -6/+2 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 1 | -3/+4 |
2020-12-28 | session: convert evt q segment to fifo segment | Florin Coras | 1 | -12/+13 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 1 | -6/+6 |
2020-11-25 | session: add startup option to poll in main | Florin Coras | 1 | -2/+5 |
2020-11-24 | svm: support for multi-segment enqueues | Florin Coras | 1 | -11/+38 |
2020-11-24 | session: init lookup before dgram accept notification | Florin Coras | 1 | -1/+3 |
2020-11-09 | session: remove support for shm bapi attachment | Florin Coras | 1 | -38/+20 |
2020-11-09 | session: default to using memfd mq segments | Florin Coras | 1 | -0/+1 |
2020-10-26 | session: fix feature disable | Florin Coras | 1 | -2/+16 |
2020-10-13 | session: allow custom config of segment baseva | Florin Coras | 1 | -0/+2 |
2020-09-30 | svm: harmonize ssvm names | Florin Coras | 1 | -2/+1 |
2020-09-30 | svm session: use new clib mem apis for segments | Florin Coras | 1 | -3/+5 |
2020-09-14 | session: add unix socket api for app attachment | Florin Coras | 1 | -0/+2 |
2020-07-24 | session: cleanup lookup table for rejected session | Florin Coras | 1 | -1/+4 |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) | Dave Barach | 1 | -1/+1 |
2020-04-20 | session: avoid rx notifications on accepting sessions | Florin Coras | 1 | -0/+5 |
2020-04-17 | session tcp: track half open in app wrk | Florin Coras | 1 | -8/+37 |
2020-04-13 | session: remove ho with fifos support | Florin Coras | 1 | -21/+5 |
2020-04-13 | session: cleanup debug code | Florin Coras | 1 | -15/+1 |
2020-04-13 | session: adding debug events | Srikanth Akula | 1 | -0/+15 |
2020-04-09 | session: fix leak on accept fifo alloc failure | Florin Coras | 1 | -3/+13 |
2020-04-09 | session: update fifo slice on session migration | Florin Coras | 1 | -10/+44 |
2020-04-08 | udp: cleanup input node | Florin Coras | 1 | -0/+30 |
2020-04-07 | session: add more session errors | Florin Coras | 1 | -5/+9 |
2020-04-06 | session udp: shared local endpoints | Florin Coras | 1 | -2/+2 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -13/+14 |
2020-04-03 | session: init port_proto_type asap | Florin Coras | 1 | -7/+11 |
2020-03-30 | tcp: reuse session infra for syns and resets | Florin Coras | 1 | -2/+2 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -6/+20 |
2020-03-20 | session: export session_alloc_for_connection | Andreas Schultz | 1 | -1/+1 |
2020-03-19 | tcp: force deschedule if no send space available | Florin Coras | 1 | -1/+3 |
2020-03-19 | session tcp udp: consolidate transport snd apis | Florin Coras | 1 | -0/+13 |
2020-02-25 | session: basic fifo-tuning-logic | Ryujiro Shibuya | 1 | -0/+26 |
2020-02-12 | tcp: improve invalid packet handling in syn-rcvd | Florin Coras | 1 | -1/+8 |
2019-12-11 | api: Use vl_msg_push/pop_heap | Nathan Skrzypczak | 1 | -3/+2 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-11-29 | session: no cleanup notification for forced deletes | Florin Coras | 1 | -1/+2 |
2019-11-19 | session: Fix out of order mq | Nathan Skrzypczak | 1 | -1/+2 |
2019-11-18 | session: extra checks in session validation | Srikanth Akula | 1 | -0/+26 |
2019-11-12 | session: session enable in multiworker | Nathan Skrzypczak | 1 | -1/+16 |
2019-11-05 | session tcp: refactor pacer time | Florin Coras | 1 | -1/+1 |