Age | Commit message (Expand) | Author | Files | Lines |
2020-02-13 | vcl: clear accept msg flags |  Florin Coras | 1 | -0/+1 |
2020-02-13 | vcl: handle close after reset |  Florin Coras | 1 | -9/+31 |
2020-02-04 | vcl: switch to closed state after app close |  Florin Coras | 1 | -3/+5 |
2020-01-30 | vcl session: propagate cleanup notifications to apps |  Florin Coras | 1 | -40/+67 |
2020-01-23 | vcl: always report EPOLLHUP/EPOLLRDHUP on close |  Florin Coras | 1 | -4/+0 |
2020-01-23 | vcl session: udp session migration notifications |  Florin Coras | 1 | -0/+39 |
2020-01-16 | vcl: add rx event on epoll ctl if needed |  Florin Coras | 1 | -2/+10 |
2019-12-27 | vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUT |  hanlin | 1 | -0/+20 |
2019-12-21 | session: move add/del segment msg to mq |  Florin Coras | 1 | -20/+74 |
2019-12-17 | vcl: RX event may lost when accept session repeatedly |  wanghanlin | 1 | -1/+1 |
2019-12-12 | vcl: fix disconnect from binary api |  Florin Coras | 1 | -4/+0 |
2019-12-11 | vcl: separate binary api connections per thread worker |  Florin Coras | 1 | -3/+12 |
2019-12-05 | vcl: resolve VCL part session cleanup issue |  Yu Ping | 1 | -0/+2 |
2019-11-21 | vcl: if the ldp user send buf with 0 len, it will assert failed. |  jiangxiaoming | 1 | -1/+1 |
2019-11-12 | vcl: fix nonblocking accept with >1 event in the queue |  Carl Smith | 1 | -3/+3 |
2019-11-08 | vcl: fix epoll connected events sid |  Florin Coras | 1 | -2/+1 |
2019-10-29 | vcl: handle rx notifications on reused sessions |  Florin Coras | 1 | -0/+2 |
2019-10-22 | vcl: handle segment map errors |  Florin Coras | 1 | -8/+12 |
2019-10-21 | vcl: add api to set lcl ip |  Florin Coras | 1 | -6/+39 |
2019-08-30 | vcl: allow non-blocking connects |  Florin Coras | 1 | -3/+14 |
2019-08-27 | session: move ctrl messages from bapi to mq |  Florin Coras | 1 | -18/+106 |
2019-08-05 | vcl: fix bapi disconnect with socket transport |  Florin Coras | 1 | -1/+1 |
2019-07-31 | vcl: fix epoll chain validation |  Florin Coras | 1 | -22/+22 |
2019-07-19 | vcl: fix coverity warning |  Florin Coras | 1 | -1/+2 |
2019-07-19 | session: Use parent_handle instead of transport_opts |  Nathan Skrzypczak | 1 | -2/+2 |
2019-07-18 | vcl: add QUIC support |  Nathan Skrzypczak | 1 | -13/+155 |
2019-07-08 | vcl: add worker unregister api |  Florin Coras | 1 | -0/+7 |
2019-07-08 | vcl: cleanup listener accept fifo |  Florin Coras | 1 | -0/+14 |
2019-06-29 | svm: rename fifo tx notifications to reflect use |  Florin Coras | 1 | -8/+8 |
2019-06-06 | vcl: avoid hash table lookup on accept |  Florin Coras | 1 | -23/+27 |
2019-06-06 | vcl: cap epoll dequeue batch size to max events |  Florin Coras | 1 | -14/+14 |
2019-04-25 | session: cleanup segment manager and fifo segment |  Florin Coras | 1 | -5/+5 |
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 | 1 | -8/+9 |
2019-03-15 | vcl: cleanup debug messages |  Florin Coras | 1 | -240/+170 |
2019-03-14 | vcl: fix coverity warning |  Florin Coras | 1 | -1/+1 |
2019-03-08 | session/tcp/vcl: fixes and optimizations |  Florin Coras | 1 | -13/+48 |
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 | 1 | -246/+71 |
2019-03-04 | vcl: remove unused fields and structures |  Florin Coras | 1 | -8/+1 |
2019-02-21 | vcl/session: send unlisten over message queue |  Florin Coras | 1 | -1/+34 |
2019-02-04 | session: cleanup part 1 |  Florin Coras | 1 | -5/+5 |
2019-01-31 | vcl: improve handling of close on rw |  Florin Coras | 1 | -48/+27 |
2019-01-30 | vls: support passive listeners |  Florin Coras | 1 | -3/+11 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements |  Florin Coras | 1 | -74/+8 |
2019-01-26 | vcl: add api to expose worker message queues epfd |  Florin Coras | 1 | -0/+9 |
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 | 1 | -9/+12 |