Age | Commit message (Expand) | Author | Files | Lines |
2020-05-12 | vcl: de-init vcl on destroy |  Florin Coras | 1 | -0/+1 |
2020-05-04 | vcl: allow vcl worker index to be set by applications |  Pivo | 2 | -0/+11 |
2020-04-30 | vcl: disconnect both flavors of bapi transport on destroy |  Florin Coras | 1 | -5/+8 |
2020-04-29 | vcl: add separate fcntl64 ldp handler |  Florin Coras | 1 | -5/+12 |
2020-04-25 | session vcl: propagate transport cleanup notifications |  Florin Coras | 1 | -0/+11 |
2020-04-25 | vcl: generate select events on read/write errors |  Florin Coras | 2 | -8/+9 |
2020-04-22 | vcl: fix use-after-free |  Benoît Ganne | 1 | -1/+2 |
2020-04-20 | vcl: ensure sessions are open on select events |  Florin Coras | 1 | -7/+5 |
2020-04-20 | vcl: expand vcl select maps in ldp if needed |  Florin Coras | 1 | -4/+5 |
2020-04-17 | vcl: fix app destroy |  Florin Coras | 3 | -21/+21 |
2020-04-07 | udp session: jumbo frames and configurable mtu |  Florin Coras | 1 | -1/+0 |
2020-04-06 | vcl session: enforce full dgram reads/writes |  Florin Coras | 2 | -24/+53 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 1 | -1/+3 |
2020-04-04 | misc: strcpy be gone |  Dave Barach | 1 | -1/+1 |
2020-04-04 | vcl: fix vcl_test.py sonarcloud issue |  Dave Wallace | 1 | -14/+9 |
2020-04-03 | session: improve error reporting |  Florin Coras | 3 | -6/+4 |
2020-04-03 | session udp: fix transport flags and migration |  Florin Coras | 1 | -1/+1 |
2020-04-03 | session: remove obsolete apis |  Florin Coras | 1 | -1/+1 |
2020-04-02 | udp session vcl: add udp iperf test |  Florin Coras | 1 | -0/+36 |
2020-04-01 | session udp: support connect on listeners |  Florin Coras | 3 | -5/+54 |
2020-04-01 | vcl: support sendto for dgrams |  Florin Coras | 2 | -35/+45 |
2020-03-27 | vcl: support for uword segments |  Florin Coras | 2 | -11/+11 |
2020-03-25 | session: api to add new transport types |  Florin Coras | 2 | -8/+0 |
2020-03-24 | vcl: fix ldp recv return on error |  Florin Coras | 1 | -1/+4 |
2020-03-24 | vcl: fix ldp writev 0 vecs |  Florin Coras | 1 | -12/+8 |
2020-03-07 | vcl: fix coverity warning |  Florin Coras | 1 | -2/+2 |
2020-03-06 | vcl: refactor vls to minimize lock usage |  Florin Coras | 2 | -105/+418 |
2020-03-05 | session: API cleanup |  Jakub Grajciar | 3 | -19/+41 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 1 | -2/+4 |
2020-02-14 | vcl: fix ldp read on closing session |  Florin Coras | 2 | -15/+10 |
2020-02-13 | vcl: clear accept msg flags |  Florin Coras | 2 | -1/+1 |
2020-02-13 | vcl: handle close after reset |  Florin Coras | 2 | -10/+32 |
2020-02-06 | vcl: fix session closing error |  Florin Coras | 1 | -1/+2 |
2020-02-04 | vcl: switch to closed state after app close |  Florin Coras | 3 | -4/+7 |
2020-01-30 | vcl session: propagate cleanup notifications to apps |  Florin Coras | 2 | -40/+68 |
2020-01-23 | vcl: always report EPOLLHUP/EPOLLRDHUP on close |  Florin Coras | 1 | -4/+0 |
2020-01-23 | vcl session: udp session migration notifications |  Florin Coras | 1 | -0/+39 |
2020-01-16 | vcl: add rx event on epoll ctl if needed |  Florin Coras | 2 | -2/+18 |
2020-01-14 | tests: fix worker thread initialization |  Paul Vinciguerra | 1 | -3/+8 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -3/+3 |
2020-01-03 | vcl: add feature.yaml |  Florin Coras | 1 | -0/+22 |
2019-12-30 | vcl: hold errno when calling LDBG |  hanlin | 1 | -1/+5 |
2019-12-27 | vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUT |  hanlin | 1 | -0/+20 |
2019-12-23 | vcl: fix multi-thread app segment attaching |  Florin Coras | 1 | -32/+27 |
2019-12-21 | session: move add/del segment msg to mq |  Florin Coras | 4 | -102/+119 |
2019-12-17 | vcl: RX event may lost when accept session repeatedly |  wanghanlin | 1 | -1/+1 |
2019-12-12 | vcl: fix disconnect from binary api |  Florin Coras | 3 | -5/+10 |
2019-12-11 | vcl: separate binary api connections per thread worker |  Florin Coras | 4 | -31/+45 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 2 | -2/+2 |
2019-12-05 | vcl: resolve VCL part session cleanup issue |  Yu Ping | 1 | -0/+2 |