aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-05-12vcl: de-init vcl on destroyFlorin Coras1-0/+1
2020-05-04vcl: allow vcl worker index to be set by applicationsPivo2-0/+11
2020-04-30vcl: disconnect both flavors of bapi transport on destroyFlorin Coras1-5/+8
2020-04-29vcl: add separate fcntl64 ldp handlerFlorin Coras1-5/+12
2020-04-25session vcl: propagate transport cleanup notificationsFlorin Coras1-0/+11
2020-04-25vcl: generate select events on read/write errorsFlorin Coras2-8/+9
2020-04-22vcl: fix use-after-freeBenoƮt Ganne1-1/+2
2020-04-20vcl: ensure sessions are open on select eventsFlorin Coras1-7/+5
2020-04-20vcl: expand vcl select maps in ldp if neededFlorin Coras1-4/+5
2020-04-17vcl: fix app destroyFlorin Coras3-21/+21
2020-04-07udp session: jumbo frames and configurable mtuFlorin Coras1-1/+0
2020-04-06vcl session: enforce full dgram reads/writesFlorin Coras2-24/+53
2020-04-06session udp: shared local endpointsFlorin Coras1-1/+3
2020-04-04misc: strcpy be goneDave Barach1-1/+1
2020-04-04vcl: fix vcl_test.py sonarcloud issueDave Wallace1-14/+9
2020-04-03session: improve error reportingFlorin Coras3-6/+4
2020-04-03session udp: fix transport flags and migrationFlorin Coras1-1/+1
2020-04-03session: remove obsolete apisFlorin Coras1-1/+1
2020-04-02udp session vcl: add udp iperf testFlorin Coras1-0/+36
2020-04-01session udp: support connect on listenersFlorin Coras3-5/+54
2020-04-01vcl: support sendto for dgramsFlorin Coras2-35/+45
2020-03-27vcl: support for uword segmentsFlorin Coras2-11/+11
2020-03-25session: api to add new transport typesFlorin Coras2-8/+0
2020-03-24vcl: fix ldp recv return on errorFlorin Coras1-1/+4
2020-03-24vcl: fix ldp writev 0 vecsFlorin Coras1-12/+8
2020-03-07vcl: fix coverity warningFlorin Coras1-2/+2
2020-03-06vcl: refactor vls to minimize lock usageFlorin Coras2-105/+418
2020-03-05session: API cleanupJakub Grajciar3-19/+41
2020-02-25svm: refactor fifoFlorin Coras1-2/+4
2020-02-14vcl: fix ldp read on closing sessionFlorin Coras2-15/+10
2020-02-13vcl: clear accept msg flagsFlorin Coras2-1/+1
2020-02-13vcl: handle close after resetFlorin Coras2-10/+32
2020-02-06vcl: fix session closing errorFlorin Coras1-1/+2
2020-02-04vcl: switch to closed state after app closeFlorin Coras3-4/+7
2020-01-30vcl session: propagate cleanup notifications to appsFlorin Coras2-40/+68
2020-01-23vcl: always report EPOLLHUP/EPOLLRDHUP on closeFlorin Coras1-4/+0
2020-01-23vcl session: udp session migration notificationsFlorin Coras1-0/+39
2020-01-16vcl: add rx event on epoll ctl if neededFlorin Coras2-2/+18
2020-01-14tests: fix worker thread initializationPaul Vinciguerra1-3/+8
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-3/+3
2020-01-03vcl: add feature.yamlFlorin Coras1-0/+22
2019-12-30vcl: hold errno when calling LDBGhanlin1-1/+5
2019-12-27vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUThanlin1-0/+20
2019-12-23vcl: fix multi-thread app segment attachingFlorin Coras1-32/+27
2019-12-21session: move add/del segment msg to mqFlorin Coras4-102/+119
2019-12-17vcl: RX event may lost when accept session repeatedlywanghanlin1-1/+1
2019-12-12vcl: fix disconnect from binary apiFlorin Coras3-5/+10
2019-12-11vcl: separate binary api connections per thread workerFlorin Coras4-31/+45
2019-12-10api: multiple connections per processDave Barach2-2/+2
2019-12-05vcl: resolve VCL part session cleanup issueYu Ping1-0/+2