Age | Commit message (Expand) | Author | Files | Lines |
2020-09-14 | vcl: add support for app socket api | Florin Coras | 1 | -0/+18 |
2020-09-14 | vcl: cleanup bapi and wrk registration | Florin Coras | 1 | -41/+32 |
2020-08-26 | vcl: fix duplicated key of session_index_to_vlsh_table in multiple | hanlin | 1 | -0/+7 |
2020-08-12 | vcl: mt detection and cleanup | Florin Coras | 1 | -1/+1 |
2020-08-12 | vcl: support multi-threads with session migration | hanlin | 1 | -1/+6 |
2020-08-11 | vcl: support inter worker rpc | Florin Coras | 1 | -0/+6 |
2020-06-15 | vcl: move helper functions out of header file | Florin Coras | 1 | -1/+7 |
2020-05-26 | vcl: do not propagate epoll events if session closed | Florin Coras | 1 | -0/+6 |
2020-05-25 | vcl: fix udp connected check | Florin Coras | 1 | -1/+1 |
2020-04-17 | vcl: fix app destroy | Florin Coras | 1 | -0/+1 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -2/+0 |
2020-04-03 | session udp: fix transport flags and migration | Florin Coras | 1 | -1/+1 |
2020-04-01 | session udp: support connect on listeners | Florin Coras | 1 | -0/+6 |
2020-04-01 | vcl: support sendto for dgrams | Florin Coras | 1 | -0/+19 |
2020-03-27 | vcl: support for uword segments | Florin Coras | 1 | -2/+2 |
2020-03-06 | vcl: refactor vls to minimize lock usage | Florin Coras | 1 | -1/+2 |
2020-02-14 | vcl: fix ldp read on closing session | Florin Coras | 1 | -2/+2 |
2020-02-13 | vcl: clear accept msg flags | Florin Coras | 1 | -1/+0 |
2020-02-13 | vcl: handle close after reset | Florin Coras | 1 | -1/+1 |
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 | 1 | -1/+1 |
2020-01-30 | vcl session: propagate cleanup notifications to apps | Florin Coras | 1 | -0/+1 |
2020-01-16 | vcl: add rx event on epoll ctl if needed | Florin Coras | 1 | -0/+8 |
2019-12-21 | session: move add/del segment msg to mq | Florin Coras | 1 | -0/+4 |
2019-12-11 | vcl: separate binary api connections per thread worker | Florin Coras | 1 | -0/+4 |
2019-10-22 | vcl: add config option for preferred tls engine | Florin Coras | 1 | -0/+1 |
2019-08-30 | vcl: initialize ctrl_mq in workers | Florin Coras | 1 | -0/+3 |
2019-08-27 | session: move ctrl messages from bapi to mq | Florin Coras | 1 | -3/+6 |
2019-08-05 | vcl: fix bapi disconnect with socket transport | Florin Coras | 1 | -0/+1 |
2019-07-19 | session: Use parent_handle instead of transport_opts | Nathan Skrzypczak | 1 | -1/+1 |
2019-07-18 | vcl: add QUIC support | Nathan Skrzypczak | 1 | -1/+27 |
2019-07-18 | session: Refactor invalid session idx/handle | Nathan Skrzypczak | 1 | -0/+1 |
2019-06-06 | vcl: avoid hash table lookup on accept | Florin Coras | 1 | -1/+0 |
2019-05-16 | Add transport_opts to connect_sock bapi | Nathan Skrzypczak | 1 | -0/+1 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 1 | -1/+1 |
2019-03-15 | vcl: cleanup debug messages | Florin Coras | 1 | -1/+1 |
2019-03-06 | session: use vpp to switch io events for ct sessions | Florin Coras | 1 | -27/+5 |
2019-03-04 | vcl: remove unused fields and structures | Florin Coras | 1 | -17/+0 |
2019-02-21 | vcl/session: send unlisten over message queue | Florin Coras | 1 | -12/+6 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 1 | -1/+1 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -2/+2 |
2019-01-31 | vcl: improve handling of close on rw | Florin Coras | 1 | -0/+28 |
2019-01-30 | vls: support passive listeners | Florin Coras | 1 | -10/+17 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements | Florin Coras | 1 | -0/+3 |
2019-01-18 | vcl: move forking logic to vls | Florin Coras | 1 | -6/+14 |
2019-01-08 | vcl/ldp: select cleanup/improvements | Florin Coras | 1 | -0/+5 |
2019-01-07 | vcl/ldp: add locked sessions shim layer | Florin Coras | 1 | -0/+3 |
2019-01-05 | vcl/session: add api for changing session app worker | Florin Coras | 1 | -5/+19 |
2019-01-04 | Add TLS support for VCL | Ping Yu | 1 | -0/+5 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 1 | -2/+2 |