Age | Commit message (Expand) | Author | Files | Lines |
2021-11-15 | vcl: add DSCP support in VCL |  Filip Tehlar | 1 | -0/+1 |
2021-06-14 | vcl: improve shutdown() |  liuyacan | 1 | -3/+2 |
2021-06-05 | vcl: epoll error handling fixes and improvements |  Florin Coras | 1 | -1/+2 |
2021-05-25 | srtp: basic implementation based on libsrtp2 |  Florin Coras | 1 | -0/+1 |
2021-05-12 | session: support half-close connection |  liuyacan | 1 | -0/+1 |
2021-05-01 | vcl: attr api to set endpt ext config |  Florin Coras | 1 | -0/+1 |
2021-04-14 | session tcp vcl: api to update connection attributes |  Florin Coras | 1 | -1/+2 |
2021-02-22 | vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN |  wanghanlin | 1 | -0/+1 |
2021-02-09 | tls: dtls initial implementation |  Florin Coras | 1 | -23/+24 |
2021-01-28 | vcl: support set/get vrf attribute |  Florin Coras | 1 | -0/+2 |
2021-01-07 | vcl session: switch to generic cert key apis |  Florin Coras | 1 | -4/+11 |
2020-11-09 | vcl: remove support for shm api connections |  Florin Coras | 1 | -1/+1 |
2020-09-29 | vcl svm: provide apps access to fifo chunks |  Florin Coras | 1 | -4/+4 |
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 |