Age | Commit message (Expand) | Author | Files | Lines |
2021-04-14 | session tcp vcl: api to update connection attributes | Florin Coras | 1 | -1/+4 |
2021-04-08 | vcl: use per worker mem bapi context | Florin Coras | 1 | -0/+1 |
2021-02-22 | vcl: cleanup fifos detached from segments | Florin Coras | 1 | -0/+3 |
2021-02-09 | tls: dtls initial implementation | Florin Coras | 1 | -2/+3 |
2021-01-28 | vcl: support set/get vrf attribute | Florin Coras | 1 | -0/+1 |
2021-01-28 | svm vcl: add helper fn that discovers mqs in segment | Florin Coras | 1 | -0/+1 |
2021-01-07 | vcl session: switch to generic cert key apis | Florin Coras | 1 | -6/+13 |
2021-01-06 | vcl: allow all workers to block on api | Florin Coras | 1 | -3/+3 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 1 | -1/+4 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 1 | -0/+3 |
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 |