- 276675e vcl: fix vlsh conversion error by liuyacan · 3 years, 4 months ago
- f71796e vcl: fix sleep time in ldp_pselect() by liuyacan · 3 years, 4 months ago
- fdcbd38 vcl: fix ldp for __recv_chk socket calls by Sivaprasad Tummala · 3 years, 5 months ago
- 97c6e0d vcl: fix return value check for ldp_fd_to_vlsh by wanghanlin · 3 years, 5 months ago
- 8eb8d50 vcl: fix fifo sharing by Florin Coras · 3 years, 6 months ago
- 55c952e vcl: improve shutdown() by liuyacan · 3 years, 6 months ago
- 5f33d0d vcl: avoid updating errno on ldp init check by Florin Coras · 3 years, 6 months ago
- 2f64790 vcl: ldp placeholder for SO_LINGER by Florin Coras · 3 years, 7 months ago
- 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
- 8919fec vcl: fix libc epoll pwait starved by wanghanlin · 3 years, 9 months ago
- 0674f85 vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN by wanghanlin · 3 years, 10 months ago
- a5a9efd vcl session: switch to generic cert key apis by Florin Coras · 4 years ago
- f0ca1e8 misc: refactor clib_bitmap_foreach macro by Damjan Marion · 4 years ago
- b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
- 585c86a hsa: cleanup sock server test by Florin Coras · 4 years, 2 months ago
- eb801d0 vcl: avoid heap use for ldp debug by Florin Coras · 4 years, 3 months ago
- ff40d8f vcl: mt detection and cleanup by Florin Coras · 4 years, 4 months ago
- a3a4896 vcl: support multi-threads with session migration by hanlin · 4 years, 5 months ago
- 0ab36f5 vcl: fix ldp fcntl64 by Florin Coras · 4 years, 7 months ago
- ce17f46 vcl: add sendmsg/recvmsg for vlsh in ldp by Florin Coras · 4 years, 7 months ago
- 4266d4d vcl: nest vcl_mq_epfd to support epoll_wait without high CPU usage by hanlin · 4 years, 7 months ago
- d7586d5 vcl: add separate fcntl64 ldp handler by Florin Coras · 4 years, 8 months ago
- 5e6222a vcl: generate select events on read/write errors by Florin Coras · 4 years, 8 months ago
- cbce80a vcl: expand vcl select maps in ldp if needed by Florin Coras · 4 years, 8 months ago
- 0250090 misc: strcpy be gone by Dave Barach · 4 years, 8 months ago
- 2a6642e vcl: fix ldp recv return on error by Florin Coras · 4 years, 9 months ago
- eda1b8c vcl: fix ldp writev 0 vecs by Florin Coras · 4 years, 9 months ago
- 067f954 vcl: fix ldp read on closing session by Florin Coras · 4 years, 10 months ago
- 5414062 vcl: switch to closed state after app close by Florin Coras · 4 years, 10 months ago
- 9f3f18f vcl: hold errno when calling LDBG by hanlin · 5 years ago
- e16707b vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64 by Carl Smith · 5 years ago
- 747b3d8 vcl: fix ldp_set_app_name overflow by Benoît Ganne · 5 years ago
- 7b74b07 ldp: add option to eanble transparent TLS connections by Yu Ping · 6 years ago
- 8509aa2 ldp: ignore TCP_CORK socket option by Florin Coras · 6 years ago
- d89411e ldp: force exit if constructor init fails by Florin Coras · 6 years ago
- 5e06257 vcl: cleanup debug messages by Florin Coras · 6 years ago
- 2d9b427 ldp: fix worker alloc when using eventfds by Florin Coras · 6 years ago
- 78b5fa6 session/vcl: fix coverity warnings by Florin Coras · 6 years ago
- 46ae2ef ldp: return byte count from a successful recvfrom by Haggai Eran · 6 years ago
- 4dee8cd ldp: initialize clib time by Florin Coras · 6 years ago
- 0ef8ef2 vls: multi-process and multi-threaded apps improvements by Florin Coras · 6 years ago
- 72f7782 vcl: generate epoll events only if requested by Florin Coras · 6 years ago
- 0ed24e9 ldp: add support for TCP_CONGESTION sockopts (VPP-1550) by Florin Coras · 6 years ago
- 294afe2 vcl/ldp: select cleanup/improvements by Florin Coras · 6 years ago
- 7baeb71 vcl/ldp: add locked sessions shim layer by Florin Coras · 6 years ago
- 30e79c2 vcl/session: add api for changing session app worker by Florin Coras · 6 years ago
- d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
- a7a1a22 ldp/vcl: epoll and shutdown cleanup by Florin Coras · 6 years ago
- b0f662f vcl/ldp: add write msg function and fine tuning by Florin Coras · 6 years ago
- 05ecfcc ldp/vcl: reduce debug verbosity by Florin Coras · 6 years ago
- 955bfbb ldp: avoid calling write in destructors by Florin Coras · 6 years ago
- 940f78f vcl: handle worker process exit by Florin Coras · 6 years ago
- 47c40e2 vcl: basic support for apps that fork by Florin Coras · 6 years ago
- dfe4cf4 ldp: basic multiworker support by Florin Coras · 6 years ago
- 30e273b ldp: sid to fd mapper for apps with multiple workers by Florin Coras · 6 years ago
- 173bae3 ldp: fixes/improvements to select by Florin Coras · 6 years ago
- 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
- 6917b94 vcl/ldp: fix poll by Florin Coras · 6 years ago
- 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
- 54693d2 vcl: use events for epoll/select/read/write by Florin Coras · 6 years ago
- aa8f63c fix socket send() return size check by qchang · 7 years ago
- 3ee1fe1 LDP: Refactor epoll_ctl wrapper. by Dave Wallace · 7 years ago
- 69d0119 VCL/LDP: Suppress trace output unless debug is enabled. by Dave Wallace · 7 years ago
- 2a86527 LD_PRELOAD: Refactor nomenclature (vcom -> ldp). by Dave Wallace · 7 years ago[Renamed (81%) from src/vcl/vcom.c]
- c04cbf1 VCL: remove vrf from vppcom api. by Dave Wallace · 7 years ago
- 5368efa Fix bug with glibc epoll fd by Keith Burns (alagalah) · 7 years ago
- 9b95425 VCL/LD_PRELOAD: Fix unfiltered debug output. by Dave Wallace · 7 years ago
- b4cd4ff LD_PRELOAD: Fix Coverity Warning CID 182227 by Dave Wallace · 7 years ago
- 8aaba56 LD_PRELOAD: Fix coverity warnings by Dave Wallace · 7 years ago
- 048b1d6 LD_PRELOAD: stateless LDP by Dave Wallace · 7 years ago
- 4adccc9 VCL-LDPRELOAD: Fix connect return value handling. by Dave Wallace · 7 years ago
- ee45d41 VCL: improve debug output by Dave Wallace · 7 years ago
- 227867f VCL-LDPRELOAD: add sendfile/sendfile64 implementation. by Dave Wallace · 7 years ago
- 375e468 VCL-LDPRELOAD: Fix epoll_pwait timeout. by Dave Wallace · 7 years ago
- 5917939 VCL-LDPRELOAD: enable accept4() wrapper by Dave Wallace · 7 years ago
- e695cb4 VCL_LDPRELOAD: mixed libc/vcl epoll fd's by Dave Wallace · 7 years ago
- faf9d77 VCL-LDPRELOAD: Fix more coverity warnings by Dave Wallace · 7 years ago
- 60f5482 VCL-LDPRELOAD: Fix coverity warnings. by Dave Wallace · 7 years ago
- 5c7cf1c VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.so by Dave Wallace · 7 years ago[Renamed (99%) from extras/vcl-ldpreload/src/libvcl-ldpreload/vcom.c]
- e22aa74 VCL-LDPRELOAD: Refactor vcom_socket* and fix crash in vppcom_select by Dave Wallace · 7 years ago
- 1d35963 LD_PRELOAD poll implementation by shrinivasan ganapathy · 7 years ago
- b59f227 LDPRELOAD: Add ioctl, fcntl, and setsockopt support by Steven · 7 years ago
- b327c2b Initial push of vcl-ldpreload to extras by Keith Burns (alagalah) · 7 years ago