Age | Commit message (Expand) | Author | Files | Lines |
2025-01-23 | vcl: fix sigchld handler recursion |  Florin Coras | 1 | -9/+18 |
2025-01-22 | session svm: track session indices in private struct |  Florin Coras | 2 | -6/+8 |
2025-01-20 | vcl: segfault correction in vcl_session_connected_handler |  Alexey Stratulat | 1 | -1/+1 |
2025-01-08 | vcl: fix vls wrk index on fork |  Florin Coras | 1 | -3/+6 |
2025-01-07 | vcl: support pre/post cb before mq wait |  Florin Coras | 6 | -55/+283 |
2024-12-08 | vcl: fix ldp getsockopt tcp_info length check |  Florin Coras | 1 | -3/+7 |
2024-12-07 | vcl: improve handling of thread cancelation in vls |  Florin Coras | 1 | -0/+7 |
2024-12-07 | vcl: fix epoll wait assert |  Florin Coras | 1 | -1/+1 |
2024-12-02 | vcl: fix poll support |  Florin Coras | 3 | -2/+24 |
2024-11-28 | vcl: store libc_epfd in vls instead of vcl |  Florin Coras | 6 | -36/+59 |
2024-11-21 | vcl: make ldp workers thread local |  Florin Coras | 1 | -21/+5 |
2024-11-01 | vcl: fix vls mt detection and select handling |  Florin Coras | 3 | -3/+29 |
2024-10-25 | vcl: fix get tx fifo len attr |  Florin Coras | 1 | -5/+4 |
2024-10-25 | session: support of multiple extended configs |  Matus Fabian | 1 | -1/+2 |
2024-10-04 | session vcl: add support for vcl transport attributes |  Florin Coras | 3 | -22/+93 |
2024-09-17 | vcl: add http support to vcl_test_protos |  Aritra Basu | 2 | -0/+8 |
2024-09-04 | vcl: fix vcl issue in multi-thread-workers mode |  Mohamed Feroz | 1 | -1/+7 |
2024-08-29 | vcl: add support to write segments |  Aritra Basu | 2 | -0/+72 |
2024-08-01 | vcl: handle EINTR in epoll_wait calls |  Aritra Basu | 1 | -11/+37 |
2024-05-03 | vcl: allow more rx events on peek |  Florin Coras | 1 | -1/+10 |
2024-04-25 | vcl: Only exclude vcl ldpreload on FreeBSD |  Tom Jones | 1 | -5/+4 |
2024-03-29 | session: improve use of session handles |  Florin Coras | 2 | -5/+5 |
2024-03-25 | vcl: add api to retrieve num bytes for tx |  Florin Coras | 3 | -2/+21 |
2024-03-19 | vcl: Only build vcl_ldpreload on Linux |  Tom Jones | 1 | -1/+6 |
2024-03-13 | vcl: fix bitfield truncation with clang16 |  Florin Coras | 1 | -1/+1 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 3 | -16/+0 |
2024-02-23 | vcl: Use FreeBSD specific errno value for bad fd |  Tom Jones | 1 | -0/+7 |
2024-02-13 | vcl: fix epollet test for unhandled evts |  Florin Coras | 1 | -1/+1 |
2024-01-09 | session: support for cl port reuse |  Florin Coras | 1 | -4/+5 |
2023-12-01 | vcl: remove perror ldp call |  Florin Coras | 1 | -1/+0 |
2023-11-29 | vcl: fix init of ldp workers |  Florin Coras | 1 | -4/+2 |
2023-11-07 | misc: silence -Wmaybe-uninitialized warnings |  Jieqiang Wang | 1 | -1/+1 |
2023-10-30 | vcl: propagate correctly EADDRINUSE for UDP bind |  Mohammed Hawari | 1 | -2/+6 |
2023-09-18 | vcl: unset fifo evt before size check |  Florin Coras | 1 | -6/+8 |
2023-09-01 | vcl: set min threshold for tx ntf |  Florin Coras | 1 | -1/+5 |
2023-08-15 | vcl: fix ldp epoll events array overrun |  Florin Coras | 1 | -1/+2 |
2023-08-15 | vcl: handle postponed disconnects with select |  Florin Coras | 1 | -5/+36 |
2023-08-15 | vcl: fix error state switch for vcl_handle_mq_event |  wanghanlin | 1 | -2/+18 |
2023-08-08 | vcl: Fix the ldp init check |  Gao Feng | 1 | -1/+5 |
2023-08-07 | vcl: fix error state switch for VCL_STATE_LISTEN_NO_MQ sessions |  wanghanlin | 1 | -3/+4 |
2023-07-26 | vcl: allow rx of zero length dgrams |  Florin Coras | 1 | -1/+2 |
2023-07-21 | vcl: ldp support SO_ORIGINAL_DST |  qinyang | 7 | -2/+65 |
2023-07-19 | vcl: zero out cmsg for recvmsg API |  Steven Luong | 1 | -0/+1 |
2023-06-20 | vcl: fix epoll lt coverity warning |  Florin Coras | 1 | -3/+3 |
2023-06-16 | vcl: no hup events in lt mode if session not epolled |  Florin Coras | 1 | -24/+38 |
2023-06-14 | vcl: fix debug logging of mapped segments |  Florin Coras | 2 | -2/+2 |
2023-06-06 | vcl: fix epoll ctl frequent deq ntf requests |  Florin Coras | 1 | -18/+30 |
2023-06-05 | vcl: avoid duplicate tx events with epoll lt |  Florin Coras | 1 | -1/+2 |
2023-06-02 | vcl: refactor want deq ntf checks for null fifos |  Florin Coras | 2 | -29/+28 |
2023-05-23 | vcl: avoid reusing user provided events in lt mode |  Florin Coras | 1 | -4/+6 |