Age | Commit message (Expand) | Author | Files | Lines |
2024-05-14 | http: notify client when connection failed |  Matus Fabian | 1 | -0/+6 |
2024-05-14 | http: fix server sending all status codes |  Matus Fabian | 1 | -0/+7 |
2024-05-07 | http: notify client on request error |  Matus Fabian | 1 | -2/+16 |
2024-05-01 | http: fix client receiving large data |  Filip Tehlar | 1 | -5/+8 |
2024-04-25 | hsa: Link against libepoll-shim |  Tom Jones | 1 | -2/+2 |
2024-04-24 | hsa: fix http client error handling |  Matus Fabian | 1 | -1/+1 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 5 | -12/+0 |
2024-02-26 | hsa: Undef libepoll-shims close on FreeBSD |  Tom Jones | 1 | -0/+11 |
2024-01-02 | http: unify client/server state machines |  Filip Tehlar | 1 | -2/+13 |
2023-10-31 | hsa: use common app session interface in echo tests |  Filip Tehlar | 4 | -86/+56 |
2023-10-30 | hsa: preallocate sessions on server side |  Filip Tehlar | 1 | -107/+110 |
2023-10-27 | hsa: fix coverity warning |  Filip Tehlar | 1 | -0/+5 |
2023-10-26 | hsa: unify echo test setup |  Filip Tehlar | 10 | -544/+1026 |
2023-09-13 | hsa: fix coverity issue CID-313635 |  Dave Wallace | 2 | -2/+8 |
2023-09-04 | session: fix allocation of proxy fifos |  Florin Coras | 1 | -20/+40 |
2023-08-09 | session: async rx event notifications |  Florin Coras | 2 | -4/+4 |
2023-07-27 | hsa: add total bytes parameter to vcl_test_client |  Filip Tehlar | 1 | -1/+17 |
2023-07-13 | hsa: fix echo client init |  Florin Coras | 1 | -1/+2 |
2023-05-20 | hsa: add an option to configure ns in http cli |  Filip Tehlar | 1 | -1/+16 |
2023-05-19 | hsa: make http cli client thread safe |  Filip Tehlar | 1 | -6/+29 |
2023-05-16 | hsa: detach app on unsuccessful listen |  Filip Tehlar | 1 | -0/+12 |
2022-12-23 | hsa: fix echo client workers initialization |  Benoît Ganne | 1 | -5/+4 |
2022-12-02 | session: move connects to first worker |  Florin Coras | 1 | -6/+2 |
2022-11-30 | hsa: session rpc for echo client cli notifications |  Florin Coras | 1 | -7/+12 |
2022-11-10 | http: support client connect |  Filip Tehlar | 3 | -0/+531 |
2022-11-05 | hsa: echo client crash when it fails to connect to remote |  Steven Luong | 1 | -1/+1 |
2022-11-03 | misc: fix failing TestNs/TestHttpTps test in hstf |  Maros Ondrejicka | 1 | -1/+6 |
2022-09-29 | api: deprecate vl_msg_api_set_handlers |  Damjan Marion | 1 | -5/+12 |
2022-09-26 | api: replace print functions wth format |  Damjan Marion | 1 | -7/+5 |
2022-06-29 | hsa: reduce number of preallocated vcl test server sessions |  Florin Coras | 2 | -1/+2 |
2022-06-10 | hsa: allow first segments larger than 4g for proxy |  Florin Coras | 2 | -14/+5 |
2022-06-03 | hsa: dealloc proxy fifos on right thread |  Florin Coras | 2 | -1/+46 |
2022-06-03 | hsa: refactor proxy session lookup and cleanup |  Florin Coras | 2 | -103/+52 |
2022-04-21 | hsa: vcl test client epoll worker loop |  Florin Coras | 3 | -15/+301 |
2022-04-16 | hsa: vcl test client allow non-blocking connects |  Florin Coras | 3 | -45/+66 |
2022-04-15 | hsa: support configurable vcl client wrk loop |  Florin Coras | 1 | -69/+128 |
2022-04-12 | hsa: fix coverity warning |  Florin Coras | 1 | -0/+1 |
2022-04-12 | hsa: vcl test client option to close only client |  Florin Coras | 2 | -2/+12 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 2 | -3/+3 |
2022-03-29 | hsa: refactor echo clients |  Florin Coras | 2 | -318/+319 |
2022-03-25 | hsa: echo client connects as rpc |  Florin Coras | 2 | -31/+36 |
2022-03-23 | vppinfra: change vlib_register_node so it takes format string for node name |  Damjan Marion | 1 | -5/+1 |
2022-03-21 | hsa: add support for SAPI in vpp_echo |  Filip Tehlar | 5 | -48/+491 |
2022-03-14 | hsa: fix error message |  Filip Tehlar | 1 | -3/+3 |
2022-03-01 | hsa: add tps support for random closes |  Florin Coras | 1 | -23/+94 |
2022-02-24 | hsa: add support for vrfs in tps |  Florin Coras | 1 | -44/+98 |
2022-02-24 | hsa: fix tps data offset on connection reuse |  Florin Coras | 1 | -0/+1 |
2022-02-24 | session: fix session layer socket read |  Filip Tehlar | 1 | -1/+5 |
2022-02-23 | http hsa: use octet-stream content type for tps |  Florin Coras | 1 | -1/+1 |
2022-02-23 | http: improvement reset and close handling |  Florin Coras | 1 | -4/+17 |