aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/application_interface.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-07session: ckpair store & crypto engine as mq paramsNathan Skrzypczak1-0/+2
2019-10-21tls: enable tls engine as the default engineYu Ping1-1/+1
2019-10-21session: support registration of custom crypto enginesFlorin Coras1-1/+1
2019-10-21vcl: add api to set lcl ipFlorin Coras1-0/+1
2019-10-16session: increase max ctrl msg sizeFlorin Coras1-0/+12
2019-10-10session: fix typos & cert_key store initNathan Skrzypczak1-1/+2
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak1-6/+6
2019-10-09session: Add certificate storeNathan Skrzypczak1-0/+23
2019-10-08hsa: make vpp_echo use mq instead of bapiNathan Skrzypczak1-0/+2
2019-09-27session: fix io_evt mq lockingNathan Skrzypczak1-3/+2
2019-09-20session: fix msg freeing on errorNathan Skrzypczak1-5/+0
2019-08-27session: move ctrl messages from bapi to mqFlorin Coras1-3/+61
2019-08-01session: session pool migration notificationFlorin Coras1-0/+3
2019-07-17session: grab mq lock until ctrl event is enqueuedFlorin Coras1-2/+1
2019-07-15session: allow transports to generate closed notificationsFlorin Coras1-0/+3
2019-07-09session: notify app of session and transport cleanupFlorin Coras1-0/+3
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-4/+4
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras1-1/+1
2019-04-25session: use teps in accept/connect notificationsFlorin Coras1-6/+2
2019-04-24QUIC: Add multi-stream support to internal test appsAloys Augustin1-0/+1
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-2/+2
2019-03-21session/fifo: make event unset atomicFlorin Coras1-4/+6
2019-03-06session: use session index instead of fifo for evtFlorin Coras1-5/+7
2019-03-06session: use vpp to switch io events for ct sessionsFlorin Coras1-10/+10
2019-03-02session: remove deprecated binary apisFlorin Coras1-1/+0
2019-03-02session: cleanup session event typesFlorin Coras1-2/+2
2019-02-21vcl/session: send unlisten over message queueFlorin Coras1-1/+8
2019-02-11session: cleanup application interfaceFlorin Coras1-9/+46
2019-02-09tls: move test certificates to separate header fileFlorin Coras1-6/+9
2019-02-09session: refactor listen logicFlorin Coras1-5/+5
2019-02-04session: cleanup part 1Florin Coras1-1/+1
2019-01-05vcl/session: add api for changing session app workerFlorin Coras1-13/+35
2018-12-17vcl/session: handle reset/disconnect before app acceptFlorin Coras1-1/+0
2018-11-30vcl: wait for segments with segment handleFlorin Coras1-0/+1
2018-11-30session: segment handle in accept/connect notificationsFlorin Coras1-0/+2
2018-11-18vcl/session: apps with process workersFlorin Coras1-0/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-2/+2
2018-10-28session: extend connect api for internal appsFlorin Coras1-2/+2
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-09-08session: detect namespace for transport appsFlorin Coras1-0/+1
2018-09-06session: support multiple worker bindsFlorin Coras1-1/+1
2018-08-28vcl/session: use mq for bind repliesFlorin Coras1-0/+16
2018-08-24session: add support for multiple app workersFlorin Coras1-24/+13
2018-08-10vcl: support for eventfd mq signalingFlorin Coras1-1/+23
2018-07-31vcl: add read/write udp supportFlorin Coras1-13/+26
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-13/+12
2018-07-17session: send ctrl msg over mqFlorin Coras1-7/+102
2018-07-17session: use msg queue for eventsFlorin Coras1-16/+67
2018-06-28vcl: move binary api and cfg to separate filesFlorin Coras1-2/+0
2018-06-28vcl: refactor vcl sessionFlorin Coras1-12/+17