Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-11 | ldp: fix worker alloc when using eventfds |  Florin Coras | 1 | -1/+15 |
2019-02-22 | session/vcl: fix coverity warnings |  Florin Coras | 1 | -1/+5 |
2019-02-19 | ldp: return byte count from a successful recvfrom |  Haggai Eran | 1 | -2/+6 |
2019-01-30 | ldp: initialize clib time |  Florin Coras | 1 | -8/+18 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements |  Florin Coras | 1 | -9/+10 |
2019-01-23 | vcl: generate epoll events only if requested |  Florin Coras | 1 | -8/+4 |
2019-01-21 | ldp: add support for TCP_CONGESTION sockopts (VPP-1550) |  Florin Coras | 1 | -0/+9 |
2019-01-08 | vcl/ldp: select cleanup/improvements |  Florin Coras | 1 | -207/+185 |
2019-01-07 | vcl/ldp: add locked sessions shim layer |  Florin Coras | 1 | -1284/+336 |
2019-01-05 | vcl/session: add api for changing session app worker |  Florin Coras | 1 | -105/+159 |
2019-01-02 | Fixes for buliding for 32bit targets: |  David Johnson | 1 | -3/+6 |
2019-01-02 | ldp/vcl: epoll and shutdown cleanup |  Florin Coras | 1 | -92/+45 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning |  Florin Coras | 1 | -45/+7 |
2018-12-13 | ldp/vcl: reduce debug verbosity |  Florin Coras | 1 | -307/+113 |
2018-12-05 | ldp: avoid calling write in destructors |  Florin Coras | 1 | -3/+6 |
2018-12-03 | vcl: handle worker process exit |  Florin Coras | 1 | -4/+1 |