Age | Commit message (Expand) | Author | Files | Lines |
2019-05-16 | Add transport_opts to connect_sock bapi | Nathan Skrzypczak | 2 | -0/+2 |
2019-05-09 | vls: relax copy on fork locks | Florin Coras | 1 | -2/+2 |
2019-05-09 | ldp: add option to eanble transparent TLS connections | Yu Ping | 2 | -2/+90 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 3 | -12/+12 |
2019-04-25 | session: use teps in accept/connect notifications | Florin Coras | 1 | -9/+9 |
2019-04-17 | vcl/session: tx notifications for cut-thru sessions | Florin Coras | 1 | -0/+8 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 2 | -13/+14 |
2019-04-08 | host stack: update stale copyright | Florin Coras | 3 | -3/+3 |
2019-04-04 | ldp: ignore TCP_CORK socket option | Florin Coras | 1 | -0/+1 |
2019-03-29 | vls: add pthread check on vls_attr | Florin Coras | 1 | -1/+7 |
2019-03-25 | VCL: add TLS opt to socket_test.sh | Dave Wallace | 2 | -6/+6 |
2019-03-20 | vcl: mark app state as failed if attach fails | Florin Coras | 1 | -8/+11 |
2019-03-20 | ldp: force exit if constructor init fails | Florin Coras | 1 | -2/+5 |
2019-03-15 | vcl: cleanup debug messages | Florin Coras | 16 | -261/+191 |
2019-03-14 | vcl: fix coverity warning | Florin Coras | 1 | -1/+1 |
2019-03-11 | ldp: fix worker alloc when using eventfds | Florin Coras | 1 | -1/+15 |
2019-03-10 | vcl: update buf if whole buf cannot be done at once | wuzhouhui | 1 | -0/+1 |
2019-03-08 | session/tcp/vcl: fixes and optimizations | Florin Coras | 2 | -13/+51 |
2019-03-07 | session: cleanup instances of deprecated io evts | Florin Coras | 1 | -1/+1 |
2019-03-06 | session: use session index instead of fifo for evt | Florin Coras | 1 | -38/+43 |
2019-03-06 | session: use vpp to switch io events for ct sessions | Florin Coras | 4 | -382/+82 |
2019-03-04 | vcl: remove unused fields and structures | Florin Coras | 3 | -27/+1 |
2019-03-02 | session: remove deprecated binary apis | Florin Coras | 1 | -11/+7 |
2019-03-01 | session: refactor local connects | Florin Coras | 1 | -1/+1 |
2019-02-22 | session/vcl: fix coverity warnings | Florin Coras | 2 | -1/+6 |
2019-02-21 | vcl/session: send unlisten over message queue | Florin Coras | 3 | -18/+45 |
2019-02-20 | tls: add vcl test | Florin Coras | 1 | -1/+1 |
2019-02-19 | ldp: return byte count from a successful recvfrom | Haggai Eran | 1 | -2/+6 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 1 | -1/+1 |
2019-02-05 | sock api: allow to start client with no rx_thread | Tomasz Kulasek | 1 | -1/+1 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 3 | -9/+9 |
2019-01-31 | vcl: improve handling of close on rw | Florin Coras | 2 | -48/+55 |
2019-01-30 | vls: support passive listeners | Florin Coras | 4 | -85/+265 |
2019-01-30 | ldp: initialize clib time | Florin Coras | 1 | -8/+18 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements | Florin Coras | 6 | -122/+341 |
2019-01-26 | vcl: add api to expose worker message queues epfd | Florin Coras | 2 | -0/+17 |
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 | 2 | -17/+16 |
2019-01-21 | ldp: add support for TCP_CONGESTION sockopts (VPP-1550) | Florin Coras | 1 | -0/+9 |
2019-01-18 | vcl: move forking logic to vls | Florin Coras | 5 | -345/+299 |
2019-01-17 | vcl/session: replicate events for shared sessions | Florin Coras | 1 | -0/+11 |
2019-01-10 | session/vcl: improve fifo tx notifications | Florin Coras | 1 | -4/+14 |
2019-01-08 | vcl/ldp: select cleanup/improvements | Florin Coras | 4 | -254/+223 |
2019-01-07 | vcl/ldp: add locked sessions shim layer | Florin Coras | 7 | -1297/+890 |
2019-01-05 | vcl/session: add api for changing session app worker | Florin Coras | 6 | -168/+368 |
2019-01-04 | Add TLS support for VCL | Ping Yu | 7 | -10/+246 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 7 | -53/+74 |
2019-01-02 | ldp/vcl: epoll and shutdown cleanup | Florin Coras | 2 | -141/+77 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning | Florin Coras | 3 | -65/+30 |
2018-12-28 | vcl: handle invalid sessions in epoll | Florin Coras | 1 | -3/+10 |