hs-test: clean up Makefile for compatibility with ci-management
[vpp.git] / src / vcl / vppcom.h
2024-03-25 Florin Corasvcl: add api to retrieve num bytes for tx 46/40546/5
2024-02-23 Tom Jonesvcl: Use FreeBSD specific errno value for bad fd 82/40382/1
2023-07-21 qinyangvcl: ldp support SO_ORIGINAL_DST 31/39131/6
2023-02-20 Florin Corasvcl: ldp support for ip_pktinfo 67/38167/15
2023-01-12 Guillaume Solignacmisc: use right include for fctnl.h and poll.h 90/37890/3
2022-12-14 Dou Chaovcl: enable gso for 'sendmsg' in LDP mode. 98/37798/2
2022-10-06 Maros Ondrejickavcl: add api to check if vcl disconnected from vpp 66/37366/5
2022-07-20 Radha krishna Sara... vcl: new vcl api to get detailed session errors 00/36700/4
2022-02-09 Filip Tehlarvcl: make eventfd flag configurable from env 64/35264/2
2021-11-15 Filip Tehlarvcl: add DSCP support in VCL 95/34495/3
2021-06-14 liuyacanvcl: improve shutdown() 92/32692/3
2021-06-05 Florin Corasvcl: epoll error handling fixes and improvements 04/32604/4
2021-05-25 Florin Corassrtp: basic implementation based on libsrtp2 52/30652/47
2021-05-12 liuyacansession: support half-close connection 61/32261/4
2021-05-01 Florin Corasvcl: attr api to set endpt ext config 86/32186/5
2021-04-14 Florin Corassession tcp vcl: api to update connection attributes 59/31959/11
2021-02-22 wanghanlinvcl: support sockopt of SO_REUSEPORT and SO_DOMAIN 70/31370/2
2021-02-09 Florin Corastls: dtls initial implementation 36/30036/54
2021-01-28 Florin Corasvcl: support set/get vrf attribute 99/30999/1
2021-01-07 Florin Corasvcl session: switch to generic cert key apis 15/30615/23
2020-11-09 Florin Corasvcl: remove support for shm api connections 17/29817/3
2020-09-29 Florin Corasvcl svm: provide apps access to fifo chunks 96/29096/7
2020-06-15 Florin Corasvcl: move helper functions out of header file 37/27537/2
2020-05-21 Florin Corasvcl: support connected udp listens 11/27111/4
2020-05-15 Florin Corasvcl: remove udpc transport 06/27106/1
2020-05-04 Pivovcl: allow vcl worker index to be set by applications 64/26864/3
2020-03-25 Florin Corassession: api to add new transport types 40/25840/12
2019-10-21 Florin Corasvcl: add api to set lcl ip 14/22814/3
2019-08-30 Florin Corasvcl: allow non-blocking connects 10/21610/7
2019-07-19 Nathan Skrzypczaksession: Use parent_handle instead of transport_opts 92/20692/5
2019-07-18 Nathan Skrzypczakvcl: add QUIC support 50/19650/17
2019-07-08 Florin Corasvcl: add worker unregister api 50/20550/4
2019-03-15 Florin Corasvcl: cleanup debug messages 11/18311/3
2019-01-26 Florin Corasvcl: add api to expose worker message queues epfd 91/17091/2
2019-01-18 Florin Corasvcl: move forking logic to vls 28/16828/11
2019-01-08 Florin Corasvcl/ldp: select cleanup/improvements 22/16722/8
2019-01-07 Florin Corasvcl/ldp: add locked sessions shim layer 95/16695/29
2019-01-05 Florin Corasvcl/session: add api for changing session app worker 76/16676/11
2019-01-04 Ping YuAdd TLS support for VCL 06/16306/7
2019-01-01 Florin Corasvcl/ldp: add write msg function and fine tuning 34/16634/11
2018-11-29 Florin Corasvcl: basic support for apps that fork 98/16198/18
2018-11-29 Florin Corasldp: basic multiworker support 69/16269/2
2018-11-27 Florin Corasldp: sid to fd mapper for apps with multiple workers 02/16202/2
2018-11-14 Florin Corasvcl/ldp: fix poll 18/15918/4
2018-09-22 Florin Corasvcl: remove vcl_event 39/14939/2
2018-09-12 Florin Corasvcl: add apis that expos fifo as buffer 68/14768/3
2018-08-30 Florin Corasvcl: add support for multi-worker apps 38/14538/19
2018-08-10 Florin Corasvcl: support for eventfd mq signaling 22/13922/25
2018-07-27 Florin Corasvcl: use events for epoll/select/read/write 28/13528/36
2018-06-19 Dave WallaceVCL: refactor async & spinlocks 06/13106/5
2018-04-12 Keith Burns (alagalah)VCL IOEvent external API callback 44/11344/12
2018-03-09 Keith Burns (alagalah)VCL API for external callback for listener/connect... 90/10990/9
2018-02-19 Dave WallaceVCL: config api prefix using env var. 20/10620/4
2018-02-08 Dave WallaceVCL: remove vrf from vppcom api. 51/10451/2
2018-02-02 Keith Burns (alagalah)Clean up for vcl.am, making vppcom.h C++ aware 01/10401/4
2018-01-17 Dave WallaceLD_PRELOAD: stateless LDP 39/9939/13
2017-11-25 Dave WallaceVCL: improve debug output 65/9565/2
2017-11-21 Dave WallaceVCL: close-on-empty state transition refactoring. 02/9502/4
2017-11-19 Dave WallaceVCL-LDPRELOAD: Fix CID179207 85/9485/1
2017-11-14 Dave WallaceVCL-LDPRELOAD: add sendfile/sendfile64 implementation. 08/9408/2
2017-11-10 Dave WallaceVCL: Fix accept state machine, EPOLLET logic. 87/9387/2
2017-11-09 Dave WallaceVCL: Set debug output level from env var 59/9359/5
2017-11-02 Dave WallaceVCL: application proxy configuration 88/9188/5
2017-10-26 Dave WallaceVCL: add session namespace support. 35/9035/2
2017-10-25 StevenVCL/LDPRELOAD: Add support for getsockopt, sendto,... 04/9004/3
2017-10-24 Dave WallaceVCL-LDPRELOAD: statically link vppcom into libvcl-ldpre... 79/8979/7