Age | Commit message (Expand) | Author | Files | Lines |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 1 | -3/+3 |
2018-07-23 | session: send rx events only if session ready | Florin Coras | 1 | -0/+6 |
2018-07-19 | session: coverity warnings | Florin Coras | 1 | -8/+10 |
2018-07-17 | session: send ctrl msg over mq | Florin Coras | 1 | -16/+171 |
2018-07-17 | session: use msg queue for events | Florin Coras | 1 | -39/+34 |
2018-07-11 | session: push tx notifications only if needed | Florin Coras | 1 | -1/+6 |
2018-06-30 | tcp: fix single loop prefetch | Florin Coras | 1 | -1/+7 |
2018-06-30 | session: send tx notification to app | Florin Coras | 1 | -188/+202 |
2018-06-26 | tcp/session: tx optimizations | Florin Coras | 1 | -1/+0 |
2018-06-21 | tcp: move tracing out of established loop | Florin Coras | 1 | -1/+1 |
2018-06-19 | tcp: optimize tcp output | Florin Coras | 1 | -5/+5 |
2018-06-11 | tcp: cleanup connection/session fixes | Florin Coras | 1 | -5/+4 |
2018-06-09 | session: cleanup queue node tracing | Florin Coras | 1 | -67/+67 |
2018-06-01 | session: improve disconnect handling | Florin Coras | 1 | -4/+11 |
2018-05-26 | tcp: loss recovery improvements/fixes | Florin Coras | 1 | -3/+6 |
2018-05-18 | session: add session process node | Florin Coras | 1 | -0/+45 |
2018-05-13 | session: alloc one frame per output node dispatch | Florin Coras | 1 | -47/+61 |
2018-05-09 | session: cleanup session tx function | Florin Coras | 1 | -289/+342 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 1 | -31/+103 |
2018-03-23 | tcp/session: sprinkle prefetches | Florin Coras | 1 | -16/+20 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -2/+16 |
2018-01-27 | session: disconnect and echo client improvements | Florin Coras | 1 | -1/+1 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -5/+5 |
2017-12-11 | session: generalize handling of network transports | Florin Coras | 1 | -22/+7 |
2017-11-29 | session: fix preallocation of local endpoint table | Florin Coras | 1 | -1/+4 |
2017-11-28 | Shut down session queue input nodes on exit | Dave Barach | 1 | -0/+19 |
2017-11-28 | tcp: fix retransmissions under buffer shortage | Florin Coras | 1 | -2/+1 |
2017-11-21 | session: unset fifo event before reading fifo size | Florin Coras | 1 | -6/+4 |
2017-10-16 | session: fix build when debugging is on | Florin Coras | 1 | -1/+1 |
2017-10-16 | udp: refactor udp code | Florin Coras | 1 | -5/+15 |
2017-10-10 | session: add support for application namespacing | Florin Coras | 1 | -3/+3 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 1 | -8/+13 |
2017-09-12 | tcp: horizontal scaling improvments | Florin Coras | 1 | -2/+4 |
2017-08-29 | session: segment manager improvements | Florin Coras | 1 | -1/+2 |
2017-08-25 | tcp: retransmit and multi-buffer segment fixes and improvements | Florin Coras | 1 | -13/+13 |
2017-08-18 | session: fix multi-buffer segments | Florin Coras | 1 | -19/+22 |
2017-08-11 | Fix tcp multi buffer segments retransmission | Florin Coras | 1 | -14/+25 |
2017-07-25 | Cleanup/refactor session layer code | Florin Coras | 1 | -0/+685 |