Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-11-29 | vcl: basic support for apps that fork | Florin Coras | 1 | -2/+4 |
2018-11-29 | ldp: basic multiworker support | Florin Coras | 1 | -119/+159 |
2018-11-27 | ldp: sid to fd mapper for apps with multiple workers | Florin Coras | 1 | -22/+105 |
2018-11-17 | ldp: fixes/improvements to select | Florin Coras | 1 | -93/+83 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -21/+24 |
2018-11-14 | vcl/ldp: fix poll | Florin Coras | 1 | -56/+54 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 1 | -221/+197 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 1 | -1/+1 |
2018-05-31 | fix socket send() return size check | qchang | 1 | -1/+1 |
2018-02-24 | LDP: Refactor epoll_ctl wrapper. | Dave Wallace | 1 | -45/+80 |
2018-02-23 | VCL/LDP: Suppress trace output unless debug is enabled. | Dave Wallace | 1 | -14/+19 |
2018-02-09 | LD_PRELOAD: Refactor nomenclature (vcom -> ldp). | Dave Wallace | 1 | -0/+3447 |