Age | Commit message (Expand) | Author | Files | Lines |
2021-01-07 | vcl session: switch to generic cert key apis | Florin Coras | 6 | -58/+100 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps | Florin Coras | 1 | -10/+6 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 5 | -25/+63 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 6 | -52/+74 |
2020-12-23 | hsa: detach fifo segments in echo app | Florin Coras | 3 | -38/+60 |
2020-12-17 | hsa: http server: memset after pool_put will cause ASAN issue | jiangxiaoming | 1 | -1/+2 |
2020-12-17 | hsa: http server: fix http response format type error | jiangxiaoming | 1 | -1/+1 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -7/+7 |
2020-12-10 | hsa: http proxy connected callback fixes | nandfan | 1 | -3/+0 |
2020-11-09 | hsa: remove fake binary api registration in echo apps | Florin Coras | 2 | -42/+6 |
2020-11-04 | session: fix ct server session thread index | Florin Coras | 1 | -1/+1 |
2020-10-19 | vcl: cleanup read and write ready | Florin Coras | 1 | -0/+2 |
2020-10-19 | hsa: refactor socket client app | Florin Coras | 3 | -315/+177 |
2020-10-19 | hsa: cleanup sock server test | Florin Coras | 2 | -380/+261 |
2020-09-29 | hsa: fix coverity warning | Florin Coras | 1 | -3/+4 |
2020-09-29 | vcl svm: provide apps access to fifo chunks | Florin Coras | 2 | -7/+21 |
2020-08-22 | hsa: set connected mode for udp server | jiangxiaoming | 1 | -0/+4 |
2020-08-06 | misc: harmonize names | Dave Barach | 1 | -1/+1 |
2020-07-29 | hsa: fix handling active connection failures in the proxy | Ivan Shvedunov | 1 | -9/+16 |
2020-07-28 | hsa: fix http server session cleanup | Florin Coras | 1 | -36/+31 |
2020-07-23 | hsa: proxy session cleanup fixes | Florin Coras | 2 | -95/+188 |
2020-07-13 | hsa: set connected mode for echo_server app in udp mode. | jiangxiaoming | 1 | -7/+20 |
2020-05-04 | session: add option to preallocate fifo headers | Florin Coras | 1 | -1/+1 |
2020-04-30 | hsa: bind af-unix socket only for echo tests | Florin Coras | 1 | -60/+77 |
2020-04-29 | hsa: cleanup ifdefs in sock tests | Florin Coras | 4 | -532/+168 |
2020-04-10 | udp: remove connected udp transport proto | Florin Coras | 3 | -10/+1 |
2020-04-06 | vcl session: enforce full dgram reads/writes | Florin Coras | 1 | -8/+13 |
2020-04-04 | misc: strcpy be gone | Dave Barach | 3 | -5/+7 |
2020-04-04 | misc: sprintf be gone | Dave Barach | 4 | -8/+9 |
2020-04-03 | session: improve error reporting | Florin Coras | 4 | -11/+13 |
2020-04-03 | session udp: fix transport flags and migration | Florin Coras | 1 | -1/+1 |
2020-04-03 | session: remove obsolete apis | Florin Coras | 1 | -1/+0 |
2020-03-25 | session: api to add new transport types | Florin Coras | 4 | -18/+12 |
2020-03-05 | session: API cleanup | Jakub Grajciar | 1 | -23/+26 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 2 | -1/+3 |
2020-02-25 | session: basic fifo-tuning-logic | Ryujiro Shibuya | 2 | -14/+81 |
2020-02-25 | svm: refactor fifo | Florin Coras | 1 | -2/+5 |
2020-02-20 | hsa: cleanup vpp_echo JSON output | Dave Wallace | 1 | -4/+8 |
2020-02-06 | hsa: proxy wnd update only if enough space is available | Florin Coras | 1 | -0/+16 |
2020-01-30 | vcl session: propagate cleanup notifications to apps | Florin Coras | 1 | -0/+9 |
2020-01-28 | hsa: proxy rcv wnd update acks after full fifos | Florin Coras | 1 | -6/+87 |
2020-01-22 | hsa: proxy app fixes | Florin Coras | 1 | -33/+15 |
2020-01-15 | build: install vpp_echo for CSIT QUIC perf tests | Dave Wallace | 1 | -1/+0 |
2020-01-03 | hsa: fix coverity warning | Florin Coras | 1 | -0/+2 |
2019-12-21 | session: move add/del segment msg to mq | Florin Coras | 4 | -97/+95 |
2019-12-19 | hsa: Add periodic timing | Nathan Skrzypczak | 3 | -18/+71 |
2019-12-13 | hsa: Fix timing & nits | Nathan Skrzypczak | 2 | -3/+9 |
2019-12-11 | quic: Add support for unidirectional streams | Nathan Skrzypczak | 3 | -0/+13 |
2019-12-11 | hsa: Add option for multiple ips | Nathan Skrzypczak | 5 | -44/+152 |
2019-12-10 | api: multiple connections per process | Dave Barach | 4 | -4/+4 |