Age | Commit message (Expand) | Author | Files | Lines |
2021-06-18 | session: udp accept session state should be updated by app |  jxm | 1 | -2/+0 |
2021-06-11 | session: half-open free only on main thread |  Florin Coras | 1 | -4/+3 |
2021-05-25 | srtp: basic implementation based on libsrtp2 |  Florin Coras | 1 | -1/+1 |
2021-05-19 | session: fix session queue node access on disable |  Florin Coras | 1 | -1/+1 |
2021-05-18 | session: poll main thread if pending connects |  Florin Coras | 1 | -0/+2 |
2021-05-16 | session: rpc for connects to main |  Florin Coras | 1 | -0/+1 |
2021-05-14 | session: switch ct to vc and track half-opens |  Florin Coras | 1 | -11/+19 |
2021-05-14 | tls: switch dtls to vc and track half-opens |  Florin Coras | 1 | -9/+70 |
2021-05-12 | tls: switch to vc service and track half-open sessions |  Florin Coras | 1 | -3/+4 |
2021-05-12 | session: return connect session handle to app |  Florin Coras | 1 | -20/+22 |
2021-05-12 | session: support half-close connection |  liuyacan | 1 | -4/+39 |
2021-05-10 | session: use half-open sessions for vc establishment |  Florin Coras | 1 | -48/+48 |
2021-04-29 | session: accept notifies for sessions in created state |  Florin Coras | 1 | -0/+2 |
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 | 1 | -0/+12 |
2021-04-06 | session: basic support for interrupt mode |  Florin Coras | 1 | -4/+26 |
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 |