Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | vcl: stop tracking vpp event queues and thread index | Florin Coras | 1 | -10/+0 |
2020-11-10 | vcl: remove unused configs | Florin Coras | 1 | -1/+0 |
2020-11-09 | vcl: remove support for shm api connections | Florin Coras | 1 | -3/+0 |
2020-10-27 | vcl: postpone unhandled ctrl events if needed | Florin Coras | 1 | -0/+5 |
2020-10-20 | vcl: more session struct cleanup | Florin Coras | 1 | -32/+35 |
2020-10-20 | vcl: convert vep variables into flags | Florin Coras | 1 | -2/+2 |
2020-10-19 | vcl: cleanup read and write ready | Florin Coras | 1 | -2/+1 |
2020-10-16 | vcl: remove accept state and rename connect to ready | Florin Coras | 1 | -4/+2 |
2020-10-15 | vcl: refactor session state enum | Florin Coras | 1 | -30/+35 |
2020-10-12 | vcl svm: segments improvements | Florin Coras | 1 | -0/+2 |
2020-09-16 | vcl: refactor bapi client index for sapi reuse | Florin Coras | 1 | -2/+5 |
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 |