Age | Commit message (Expand) | Author | Files | Lines |
2018-12-22 | tcp: improve waitclose in closing states | Florin Coras | 2 | -0/+19 |
2018-12-21 | http server: improvements | Florin Coras | 2 | -2/+3 |
2018-12-21 | tcp: fix fin_wait_1 condition to send fin | Florin Coras | 2 | -1/+14 |
2018-12-19 | session: add cli option to dump session elog | Florin Coras | 2 | -3/+30 |
2018-12-19 | tcp/session: notify transport of close when tx fifo is not empty | Florin Coras | 1 | -10/+8 |
2018-12-19 | session: handle close before app accept reply | Florin Coras | 3 | -7/+5 |
2018-12-18 | tcp/session: drop connections if message queue is full | Florin Coras | 2 | -7/+10 |
2018-12-17 | vcl/session: handle reset/disconnect before app accept | Florin Coras | 3 | -11/+18 |
2018-12-13 | session/tcp: support tx flush mark | Florin Coras | 3 | -3/+21 |
2018-12-05 | session/tcp: postpone cleanup on reset | Florin Coras | 3 | -3/+9 |
2018-12-04 | vcl: cleanup children that use _exit() | Florin Coras | 1 | -0/+2 |
2018-12-04 | vcl: test refactor and improvements | Florin Coras | 2 | -2/+8 |
2018-11-30 | vcl: wait for segments with segment handle | Florin Coras | 5 | -2/+12 |
2018-11-30 | session: segment handle in accept/connect notifications | Florin Coras | 8 | -25/+99 |
2018-11-30 | session: use endpt fib index if app in default ns | John Lo | 1 | -1/+6 |
2018-11-29 | vcl: basic support for apps that fork | Florin Coras | 1 | -1/+1 |
2018-11-23 | session: fix coverity app name warning | Florin Coras | 1 | -10/+20 |
2018-11-21 | session: improve app cli | Florin Coras | 3 | -25/+70 |
2018-11-21 | session: cleanup use of api_client_index | Florin Coras | 5 | -151/+91 |
2018-11-18 | vcl/session: apps with process workers | Florin Coras | 7 | -28/+113 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 7 | -40/+45 |
2018-11-08 | tcp: pacer and mrtt estimation improvements | Florin Coras | 1 | -2/+2 |
2018-11-07 | tcp: consume incoming buffers instead of reusing | Florin Coras | 3 | -7/+14 |
2018-11-05 | tcp: send unsent data in fast recovery | Florin Coras | 2 | -3/+3 |
2018-11-02 | session: measure dispatch period only if under load | Florin Coras | 5 | -11/+29 |
2018-11-01 | tcp: fast retransmit pacing | Florin Coras | 3 | -12/+45 |
2018-10-31 | session: fix sh session cli | Florin Coras | 1 | -1/+1 |
2018-10-31 | session: prioritize postponed sessions | Florin Coras | 3 | -45/+33 |
2018-10-31 | session: add wrk context | Florin Coras | 5 | -157/+166 |
2018-10-28 | session: move test to unittest plugin | Florin Coras | 1 | -1756/+0 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 12 | -119/+397 |
2018-10-25 | session/tcp: improve cli | Florin Coras | 4 | -24/+82 |
2018-10-25 | tcp/session: add tx pacer | Florin Coras | 6 | -2/+233 |
2018-10-23 | c11 safe string handling support | Dave Barach | 14 | -70/+70 |
2018-10-18 | tls: fix connection failures/interrupts at scale (VPP-1464) | Florin Coras | 1 | -2/+6 |
2018-10-18 | tcp: fix cleanup of non established connections (VPP-1463) | Florin Coras | 1 | -0/+1 |
2018-10-16 | tls: fix multi threaded medium scale test (VPP-1457) | Florin Coras | 3 | -6/+10 |
2018-10-16 | vcl: fix bidirectional tests (VPP-1455) | Florin Coras | 1 | -24/+24 |
2018-10-14 | session: mark apis for deprecation | Florin Coras | 1 | -2/+9 |
2018-10-12 | session: don't wait indefinitely for apps to consume evts (VPP-1454) | Florin Coras | 1 | -10/+28 |
2018-10-05 | session: fix local session tagging and cleanup | Florin Coras | 3 | -7/+5 |
2018-10-04 | udp_echo: fix cut-through server mode | Florin Coras | 2 | -19/+26 |
2018-10-03 | session: fix first segment manager cleanup | Florin Coras | 2 | -4/+5 |
2018-10-02 | tls: fix disconnects for sessions with pending data | Florin Coras | 3 | -4/+13 |
2018-09-29 | session: lock msg queues while generating control events | Florin Coras | 1 | -12/+6 |
2018-09-20 | session/svm: add want_tx_event flag to fifo | Florin Coras | 1 | -6/+7 |
2018-09-19 | session: improve close procedure | Florin Coras | 5 | -19/+48 |
2018-09-15 | session: ensure detach is done with worker barrier | Florin Coras | 1 | -7/+12 |
2018-09-14 | vcl: keep track of unexpected events | Florin Coras | 2 | -5/+4 |
2018-09-12 | vcl: improve read and fifo event handling | Florin Coras | 3 | -1/+4 |