Age | Commit message (Expand) | Author | Files | Lines |
2020-04-25 | session vcl: propagate transport cleanup notifications | Florin Coras | 1 | -3/+4 |
2020-04-17 | session tcp: track half open in app wrk | Florin Coras | 1 | -0/+7 |
2020-04-13 | session: remove ho with fifos support | Florin Coras | 1 | -6/+0 |
2020-04-06 | session udp: shared local endpoints | Florin Coras | 1 | -19/+45 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -23/+10 |
2020-03-26 | session: fix coverity warning | Dave Barach | 1 | -1/+1 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -48/+64 |
2020-03-19 | tcp: force deschedule if no send space available | Florin Coras | 1 | -0/+1 |
2020-03-19 | session tcp udp: consolidate transport snd apis | Florin Coras | 1 | -0/+18 |
2019-11-20 | session tcp: support pacer idle timeouts | Florin Coras | 1 | -31/+17 |
2019-11-20 | session: fix transport proto unformat | Florin Coras | 1 | -4/+33 |
2019-11-05 | session tcp: refactor pacer time | Florin Coras | 1 | -56/+44 |
2019-10-10 | tcp: improve pacing after idle send periods | Florin Coras | 1 | -5/+8 |
2019-10-10 | tcp: retry lost retransmits | Florin Coras | 1 | -2/+7 |
2019-09-25 | tcp: use sacks for timer based recovery | Florin Coras | 1 | -1/+17 |
2019-09-17 | session: limit pacer bucket size | Florin Coras | 1 | -2/+3 |
2019-09-10 | tcp: enable gso in tcp hoststack | Simon Zhang | 1 | -3/+4 |
2019-09-04 | session: improve cli | Florin Coras | 1 | -66/+19 |
2019-08-19 | session: add explicit reset api | Florin Coras | 1 | -0/+9 |
2019-08-05 | session: cache align transport base class | Florin Coras | 1 | -5/+3 |
2019-06-28 | session: add half_open_has_fifos for UDPC | Nathan Skrzypczak | 1 | -0/+6 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -3/+3 |
2019-06-25 | tcp: delivery rate estimator | Florin Coras | 1 | -0/+12 |
2019-05-16 | Add transport_opts to connect_sock bapi | Nathan Skrzypczak | 1 | -0/+18 |
2019-04-25 | session: use teps in accept/connect notifications | Florin Coras | 1 | -18/+15 |
2019-04-24 | Add get_endpoint in transport vft | Aloys Augustin | 1 | -0/+51 |
2019-04-02 | tcp: improve rcv process ack processing | Florin Coras | 1 | -1/+1 |
2019-03-29 | Integrate first QUIC protocol implementation | Nathan Skrzypczak | 1 | -0/+10 |
2019-03-28 | session: cap max burst to a constant | Florin Coras | 1 | -17/+2 |
2019-03-25 | Fix unformat proto UDPC / UDP conflict | Nathan Skrzypczak | 1 | -4/+4 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 1 | -1/+1 |
2019-02-06 | transport: cleanup | Florin Coras | 1 | -8/+26 |
2019-02-05 | session: cleanup part 3 | Florin Coras | 1 | -0/+13 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -1/+1 |
2019-02-02 | session: improve show session cli | Florin Coras | 1 | -2/+1 |
2018-12-04 | vcl: test refactor and improvements | Florin Coras | 1 | -1/+4 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -4/+5 |
2018-11-07 | tcp: consume incoming buffers instead of reusing | Florin Coras | 1 | -5/+6 |
2018-11-02 | session: measure dispatch period only if under load | Florin Coras | 1 | -7/+16 |
2018-11-01 | tcp: fast retransmit pacing | Florin Coras | 1 | -8/+32 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 1 | -67/+106 |
2018-10-25 | session/tcp: improve cli | Florin Coras | 1 | -0/+57 |
2018-10-25 | tcp/session: add tx pacer | Florin Coras | 1 | -0/+111 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -1/+1 |
2018-06-11 | udp: fix for multiple workers and add test | Florin Coras | 1 | -0/+6 |
2018-05-13 | session: alloc one frame per output node dispatch | Florin Coras | 1 | -0/+6 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 1 | -0/+16 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -0/+4 |
2018-01-27 | Fix session/tcp coverity warnings | Florin Coras | 1 | -0/+7 |
2018-01-26 | session: move builtin apps to their own folder | Florin Coras | 1 | -1/+4 |