Age | Commit message (Expand) | Author | Files | Lines |
2020-06-15 | vcl: move helper functions out of header file | Florin Coras | 1 | -97/+5 |
2020-05-21 | vcl: support connected udp listens | Florin Coras | 1 | -0/+1 |
2020-05-15 | vcl: remove udpc transport | Florin Coras | 1 | -5/+1 |
2020-05-04 | vcl: allow vcl worker index to be set by applications | Pivo | 1 | -0/+5 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -4/+0 |
2019-10-21 | vcl: add api to set lcl ip | Florin Coras | 1 | -0/+1 |
2019-08-30 | vcl: allow non-blocking connects | Florin Coras | 1 | -0/+2 |
2019-07-19 | session: Use parent_handle instead of transport_opts | Nathan Skrzypczak | 1 | -1/+1 |
2019-07-18 | vcl: add QUIC support | Nathan Skrzypczak | 1 | -1/+18 |
2019-07-08 | vcl: add worker unregister api | Florin Coras | 1 | -0/+5 |
2019-03-15 | vcl: cleanup debug messages | Florin Coras | 1 | -1/+1 |
2019-01-26 | vcl: add api to expose worker message queues epfd | Florin Coras | 1 | -0/+8 |
2019-01-18 | vcl: move forking logic to vls | Florin Coras | 1 | -2/+0 |
2019-01-08 | vcl/ldp: select cleanup/improvements | Florin Coras | 1 | -4/+5 |
2019-01-07 | vcl/ldp: add locked sessions shim layer | Florin Coras | 1 | -2/+4 |
2019-01-05 | vcl/session: add api for changing session app worker | Florin Coras | 1 | -1/+4 |
2019-01-04 | Add TLS support for VCL | Ping Yu | 1 | -2/+19 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning | Florin Coras | 1 | -0/+2 |
2018-11-29 | vcl: basic support for apps that fork | Florin Coras | 1 | -0/+1 |
2018-11-29 | ldp: basic multiworker support | Florin Coras | 1 | -0/+5 |
2018-11-27 | ldp: sid to fd mapper for apps with multiple workers | Florin Coras | 1 | -0/+1 |
2018-11-14 | vcl/ldp: fix poll | Florin Coras | 1 | -1/+1 |
2018-09-22 | vcl: remove vcl_event | Florin Coras | 1 | -5/+0 |
2018-09-12 | vcl: add apis that expos fifo as buffer | Florin Coras | 1 | -0/+15 |
2018-08-30 | vcl: add support for multi-worker apps | Florin Coras | 1 | -14/+24 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 1 | -11/+13 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 1 | -0/+1 |
2018-06-19 | VCL: refactor async & spinlocks | Dave Wallace | 1 | -75/+5 |
2018-04-12 | VCL IOEvent external API callback | Keith Burns (alagalah) | 1 | -0/+35 |
2018-03-09 | VCL API for external callback for listener/connect event | Keith Burns (alagalah) | 1 | -0/+41 |
2018-02-19 | VCL: config api prefix using env var. | Dave Wallace | 1 | -0/+1 |
2018-02-08 | VCL: remove vrf from vppcom api. | Dave Wallace | 1 | -4/+1 |
2018-02-02 | Clean up for vcl.am, making vppcom.h C++ aware | Keith Burns (alagalah) | 1 | -0/+13 |
2018-01-17 | LD_PRELOAD: stateless LDP | Dave Wallace | 1 | -4/+60 |
2017-11-25 | VCL: improve debug output | Dave Wallace | 1 | -0/+5 |
2017-11-21 | VCL: close-on-empty state transition refactoring. | Dave Wallace | 1 | -0/+5 |
2017-11-19 | VCL-LDPRELOAD: Fix CID179207 | Dave Wallace | 1 | -0/+4 |
2017-11-14 | VCL-LDPRELOAD: add sendfile/sendfile64 implementation. | Dave Wallace | 1 | -2/+2 |
2017-11-10 | VCL: Fix accept state machine, EPOLLET logic. | Dave Wallace | 1 | -0/+1 |
2017-11-09 | VCL: Set debug output level from env var | Dave Wallace | 1 | -0/+1 |
2017-11-02 | VCL: application proxy configuration | Dave Wallace | 1 | -8/+10 |
2017-10-26 | VCL: add session namespace support. | Dave Wallace | 1 | -4/+8 |
2017-10-25 | VCL/LDPRELOAD: Add support for getsockopt, sendto, and recvfrom | Steven | 1 | -0/+6 |
2017-10-24 | VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.so | Dave Wallace | 1 | -0/+171 |