Age | Commit message (Expand) | Author | Files | Lines |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -5/+5 |
2019-01-31 | vcl: improve handling of close on rw | Florin Coras | 1 | -48/+27 |
2019-01-30 | vls: support passive listeners | Florin Coras | 1 | -3/+11 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements | Florin Coras | 1 | -74/+8 |
2019-01-26 | vcl: add api to expose worker message queues epfd | Florin Coras | 1 | -0/+9 |
2019-01-24 | session/vcl: support worker ownership change for listeners | Florin Coras | 1 | -7/+14 |
2019-01-23 | vcl: generate epoll events only if requested | Florin Coras | 1 | -9/+12 |
2019-01-18 | vcl: move forking logic to vls | Florin Coras | 1 | -210/+34 |
2019-01-10 | session/vcl: improve fifo tx notifications | Florin Coras | 1 | -4/+14 |
2019-01-08 | vcl/ldp: select cleanup/improvements | Florin Coras | 1 | -43/+28 |
2019-01-07 | vcl/ldp: add locked sessions shim layer | Florin Coras | 1 | -11/+28 |
2019-01-05 | vcl/session: add api for changing session app worker | Florin Coras | 1 | -35/+171 |
2019-01-04 | Add TLS support for VCL | Ping Yu | 1 | -3/+52 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 1 | -16/+21 |
2019-01-02 | ldp/vcl: epoll and shutdown cleanup | Florin Coras | 1 | -49/+32 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning | Florin Coras | 1 | -20/+21 |
2018-12-28 | vcl: handle invalid sessions in epoll | Florin Coras | 1 | -3/+10 |
2018-12-23 | vcl: fix coverity warnings | Florin Coras | 1 | -1/+5 |
2018-12-17 | vcl: handle reset while reading/writing data | Florin Coras | 1 | -17/+9 |
2018-12-17 | vcl/session: handle reset/disconnect before app accept | Florin Coras | 1 | -65/+137 |
2018-12-13 | ldp/vcl: reduce debug verbosity | Florin Coras | 1 | -29/+16 |
2018-12-13 | session/tcp: support tx flush mark | Florin Coras | 1 | -3/+14 |
2018-12-05 | bapi: add options to have vpp cleanup client registration | Florin Coras | 1 | -5/+8 |
2018-12-05 | ldp: avoid calling write in destructors | Florin Coras | 1 | -2/+2 |
2018-12-04 | vcl: cleanup children that use _exit() | Florin Coras | 1 | -11/+95 |
2018-12-04 | vcl: test refactor and improvements | Florin Coras | 1 | -7/+10 |
2018-12-03 | vcl: handle worker process exit | Florin Coras | 1 | -5/+31 |
2018-12-03 | svm: use explicit svm fifo segment main for slaves | Florin Coras | 1 | -1/+1 |
2018-11-30 | vcl: wait for segments with segment handle | Florin Coras | 1 | -38/+30 |
2018-11-29 | vcl: basic support for apps that fork | Florin Coras | 1 | -117/+138 |
2018-11-29 | ldp: basic multiworker support | Florin Coras | 1 | -0/+6 |
2018-11-27 | ldp: sid to fd mapper for apps with multiple workers | Florin Coras | 1 | -0/+6 |
2018-11-21 | session: cleanup use of api_client_index | Florin Coras | 1 | -1/+0 |
2018-11-18 | vcl/session: apps with process workers | Florin Coras | 1 | -16/+63 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -39/+40 |
2018-11-14 | vcl/ldp: fix poll | Florin Coras | 1 | -13/+25 |
2018-10-16 | vcl: fix bidirectional tests (VPP-1455) | Florin Coras | 1 | -12/+15 |
2018-10-14 | vcl: fix empty epoll returns (VPP-1453) | Florin Coras | 1 | -0/+3 |
2018-10-07 | vcl: use want_tx_evt for ct sessions | Florin Coras | 1 | -5/+4 |
2018-09-29 | vcl: handle old events before blocking in epoll | Florin Coras | 1 | -1/+4 |
2018-09-22 | vcl: remove vcl_event | Florin Coras | 1 | -1/+0 |
2018-09-20 | session/svm: add want_tx_event flag to fifo | Florin Coras | 1 | -22/+14 |
2018-09-14 | vcl: keep track of unexpected events | Florin Coras | 1 | -251/+293 |
2018-09-12 | vcl: add apis that expos fifo as buffer | Florin Coras | 1 | -22/+106 |
2018-09-12 | vcl: improve read and fifo event handling | Florin Coras | 1 | -13/+13 |
2018-09-10 | session: lock app worker mq for io events | Florin Coras | 1 | -3/+11 |
2018-09-08 | vcl: register workers in order | Florin Coras | 1 | -0/+1 |
2018-09-07 | vcl: refactor test client to support workers | Florin Coras | 1 | -7/+13 |
2018-09-06 | vcl/session/svm: fix coverity warnings | Florin Coras | 1 | -1/+8 |
2018-09-06 | session: support multiple worker binds | Florin Coras | 1 | -16/+23 |