Age | Commit message (Expand) | Author | Files | Lines |
2021-07-22 | session vcl: explit mq indices in ctrl messages | Florin Coras | 1 | -4/+3 |
2021-06-29 | vcl: improvements to epoll lt | Florin Coras | 1 | -2/+1 |
2021-06-24 | vcl: fix vcl_session_write_ready when connecting | liuyacan | 1 | -0/+4 |
2021-06-16 | vcl: fix fifo sharing | Florin Coras | 1 | -0/+20 |
2021-06-16 | vcl: fix worker cleanup | Florin Coras | 1 | -0/+7 |
2021-06-16 | vcl: basic support for epoll level-triggered evts | Florin Coras | 1 | -0/+2 |
2021-05-01 | vcl: attr api to set endpt ext config | Florin Coras | 1 | -4/+4 |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 1 | -0/+15 |
2021-04-22 | vcl session: extended connect/listen configuration | Florin Coras | 1 | -0/+26 |
2021-04-15 | vcl: validate fs before cleanup | Florin Coras | 1 | -2/+5 |
2021-04-07 | vcl: fix worker cleanup cb function | Florin Coras | 1 | -2/+8 |
2021-02-23 | vcl: segment index leak on attach | Florin Coras | 1 | -1/+1 |
2021-02-22 | vcl: cleanup fifos detached from segments | Florin Coras | 1 | -0/+31 |
2021-01-28 | svm vcl: add helper fn that discovers mqs in segment | Florin Coras | 1 | -0/+23 |
2021-01-25 | svm: add custom q implementation for mq | Florin Coras | 1 | -1/+1 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps | Florin Coras | 1 | -9/+5 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 1 | -2/+42 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 1 | -0/+45 |
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 | -61/+45 |
2020-10-15 | vcl: refactor session state enum | Florin Coras | 1 | -29/+32 |
2020-09-14 | vcl: add support for app socket api | Florin Coras | 1 | -2/+20 |
2020-09-14 | vcl: cleanup bapi and wrk registration | Florin Coras | 1 | -103/+3 |
2020-08-12 | vcl: support multi-threads with session migration | hanlin | 1 | -0/+2 |
2020-04-06 | vcl session: enforce full dgram reads/writes | Florin Coras | 1 | -0/+9 |
2020-04-01 | session udp: support connect on listeners | Florin Coras | 1 | -1/+19 |
2020-03-05 | session: API cleanup | Jakub Grajciar | 1 | -1/+1 |
2019-12-23 | vcl: fix multi-thread app segment attaching | Florin Coras | 1 | -32/+27 |
2019-12-21 | session: move add/del segment msg to mq | Florin Coras | 1 | -0/+41 |
2019-12-12 | vcl: fix disconnect from binary api | Florin Coras | 1 | -0/+8 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-08-27 | session: move ctrl messages from bapi to mq | Florin Coras | 1 | -0/+6 |
2019-08-02 | vcl: initialize worker thread index and heap map slot | Florin Coras | 1 | -0/+3 |
2019-04-16 | svm_fifo rework to avoid contention on cursize | Sirshak Das | 1 | -5/+5 |
2019-03-15 | vcl: cleanup debug messages | Florin Coras | 1 | -7/+7 |
2019-03-06 | session: use vpp to switch io events for ct sessions | Florin Coras | 1 | -73/+6 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -2/+2 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements | Florin Coras | 1 | -0/+64 |
2019-01-18 | vcl: move forking logic to vls | Florin Coras | 1 | -121/+15 |
2019-01-17 | vcl/session: replicate events for shared sessions | Florin Coras | 1 | -0/+11 |
2019-01-05 | vcl/session: add api for changing session app worker | Florin Coras | 1 | -7/+15 |
2018-12-04 | vcl: cleanup children that use _exit() | Florin Coras | 1 | -11/+14 |
2018-12-03 | vcl: handle worker process exit | Florin Coras | 1 | -5/+8 |
2018-11-30 | vcl: wait for segments with segment handle | Florin Coras | 1 | -0/+30 |
2018-11-29 | vcl: basic support for apps that fork | Florin Coras | 1 | -13/+151 |
2018-09-14 | vcl: keep track of unexpected events | Florin Coras | 1 | -0/+2 |
2018-09-08 | vcl: set worker pthread stop key | Florin Coras | 1 | -1/+5 |
2018-09-08 | vcl: register workers in order | Florin Coras | 1 | -4/+13 |
2018-08-30 | vcl: add support for multi-worker apps | Florin Coras | 1 | -35/+182 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 1 | -0/+151 |