Age | Commit message (Expand) | Author | Files | Lines |
2023-05-12 | vcl: fix ldp ioctl FIONBIO handler |  Florin Coras | 1 | -1/+1 |
2023-03-10 | vcl: init ldp config before vcl init |  Florin Coras | 1 | -26/+31 |
2023-03-06 | vcl: always drain libc epoll with eventfds in ldp |  Florin Coras | 1 | -17/+36 |
2023-03-01 | vcl: accept vcl spurious wakeup in epoll wait eventfd |  Florin Coras | 1 | -1/+5 |
2023-03-01 | vcl: close libc epfd on vls epfd close |  Florin Coras | 1 | -7/+7 |
2023-03-01 | vcl: fix undeclared UDP_SEGMENT for centos 8 |  Tianyu Li | 1 | -0/+4 |
2023-02-28 | vcl: use program invocation name in ldp app name |  Florin Coras | 1 | -3/+2 |
2023-02-20 | vcl: ldp support for ip_pktinfo |  Florin Coras | 1 | -23/+120 |
2023-02-16 | vcl: fix incorrect ldp worker in ldp_epoll_pwait() |  Liangxing Wang | 1 | -1/+5 |
2023-02-07 | vcl: add ldp implementation for recvmmsg |  Florin Coras | 1 | -31/+39 |
2023-02-07 | vcl: better handlig of ldp apis that rely on gnu source |  Florin Coras | 1 | -19/+36 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. |  Dou Chao | 1 | -5/+27 |
2021-11-29 | vcl: fix build with older gcc |  Florin Coras | 1 | -1/+1 |
2021-10-15 | vcl: narrow the scope of the restriction of vlsh_bit_val |  wanghanlin | 1 | -3/+4 |
2021-08-30 | vcl: fix vlsh conversion error |  liuyacan | 1 | -3/+1 |
2021-08-02 | vcl: fix sleep time in ldp_pselect() |  liuyacan | 1 | -1/+2 |
2021-07-31 | vcl: fix ldp for __recv_chk socket calls |  Sivaprasad Tummala | 1 | -0/+9 |
2021-07-06 | vcl: fix return value check for ldp_fd_to_vlsh |  wanghanlin | 1 | -3/+3 |
2021-06-16 | vcl: fix fifo sharing |  Florin Coras | 1 | -0/+3 |
2021-06-14 | vcl: improve shutdown() |  liuyacan | 1 | -19/+2 |
2021-06-03 | vcl: avoid updating errno on ldp init check |  Florin Coras | 1 | -71/+43 |
2021-06-02 | vcl: ldp placeholder for SO_LINGER |  Florin Coras | 1 | -0/+3 |
2021-05-12 | session: support half-close connection |  liuyacan | 1 | -0/+2 |
2021-03-22 | vcl: fix libc epoll pwait starved |  wanghanlin | 1 | -1/+2 |
2021-02-22 | vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN |  wanghanlin | 1 | -0/+10 |
2021-01-07 | vcl session: switch to generic cert key apis |  Florin Coras | 1 | -49/+56 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 1 | -6/+5 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -2/+2 |
2020-10-19 | hsa: cleanup sock server test |  Florin Coras | 1 | -1/+1 |
2020-09-17 | vcl: avoid heap use for ldp debug |  Florin Coras | 1 | -5/+5 |
2020-08-12 | vcl: mt detection and cleanup |  Florin Coras | 1 | -3/+4 |
2020-08-12 | vcl: support multi-threads with session migration |  hanlin | 1 | -3/+8 |
2020-05-26 | vcl: fix ldp fcntl64 |  Florin Coras | 1 | -9/+20 |
2020-05-24 | vcl: add sendmsg/recvmsg for vlsh in ldp |  Florin Coras | 1 | -65/+130 |
2020-05-20 | vcl: nest vcl_mq_epfd to support epoll_wait without high CPU usage |  hanlin | 1 | -2/+118 |
2020-04-29 | vcl: add separate fcntl64 ldp handler |  Florin Coras | 1 | -5/+12 |
2020-04-25 | vcl: generate select events on read/write errors |  Florin Coras | 1 | -0/+1 |
2020-04-20 | vcl: expand vcl select maps in ldp if needed |  Florin Coras | 1 | -4/+5 |
2020-04-04 | misc: strcpy be gone |  Dave Barach | 1 | -1/+1 |
2020-03-24 | vcl: fix ldp recv return on error |  Florin Coras | 1 | -1/+4 |
2020-03-24 | vcl: fix ldp writev 0 vecs |  Florin Coras | 1 | -12/+8 |
2020-02-14 | vcl: fix ldp read on closing session |  Florin Coras | 1 | -13/+8 |
2020-02-04 | vcl: switch to closed state after app close |  Florin Coras | 1 | -0/+1 |
2019-12-30 | vcl: hold errno when calling LDBG |  hanlin | 1 | -1/+5 |
2019-11-14 | vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64 |  Carl Smith | 1 | -0/+9 |
2019-08-21 | vcl: fix ldp_set_app_name overflow |  Benoît Ganne | 1 | -5/+2 |
2019-05-09 | ldp: add option to eanble transparent TLS connections |  Yu Ping | 1 | -2/+87 |
2019-04-04 | ldp: ignore TCP_CORK socket option |  Florin Coras | 1 | -0/+1 |
2019-03-20 | ldp: force exit if constructor init fails |  Florin Coras | 1 | -2/+5 |
2019-03-15 | vcl: cleanup debug messages |  Florin Coras | 1 | -1/+1 |