aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/hs_apps
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion5-12/+0
2024-02-26hsa: Undef libepoll-shims close on FreeBSDTom Jones1-0/+11
2024-01-02http: unify client/server state machinesFilip Tehlar1-2/+13
2023-10-31hsa: use common app session interface in echo testsFilip Tehlar4-86/+56
2023-10-30hsa: preallocate sessions on server sideFilip Tehlar1-107/+110
2023-10-27hsa: fix coverity warningFilip Tehlar1-0/+5
2023-10-26hsa: unify echo test setupFilip Tehlar10-544/+1026
2023-09-13hsa: fix coverity issue CID-313635Dave Wallace2-2/+8
2023-09-04session: fix allocation of proxy fifosFlorin Coras1-20/+40
2023-08-09session: async rx event notificationsFlorin Coras2-4/+4
2023-07-27hsa: add total bytes parameter to vcl_test_clientFilip Tehlar1-1/+17
2023-07-13hsa: fix echo client initFlorin Coras1-1/+2
2023-05-20hsa: add an option to configure ns in http cliFilip Tehlar1-1/+16
2023-05-19hsa: make http cli client thread safeFilip Tehlar1-6/+29
2023-05-16hsa: detach app on unsuccessful listenFilip Tehlar1-0/+12
2022-12-23hsa: fix echo client workers initializationBenoƮt Ganne1-5/+4
2022-12-02session: move connects to first workerFlorin Coras1-6/+2
2022-11-30hsa: session rpc for echo client cli notificationsFlorin Coras1-7/+12
2022-11-10http: support client connectFilip Tehlar3-0/+531
2022-11-05hsa: echo client crash when it fails to connect to remoteSteven Luong1-1/+1
2022-11-03misc: fix failing TestNs/TestHttpTps test in hstfMaros Ondrejicka1-1/+6
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion1-5/+12
2022-09-26api: replace print functions wth formatDamjan Marion1-7/+5
2022-06-29hsa: reduce number of preallocated vcl test server sessionsFlorin Coras2-1/+2
2022-06-10hsa: allow first segments larger than 4g for proxyFlorin Coras2-14/+5
2022-06-03hsa: dealloc proxy fifos on right threadFlorin Coras2-1/+46
2022-06-03hsa: refactor proxy session lookup and cleanupFlorin Coras2-103/+52
2022-04-21hsa: vcl test client epoll worker loopFlorin Coras3-15/+301
2022-04-16hsa: vcl test client allow non-blocking connectsFlorin Coras3-45/+66
2022-04-15hsa: support configurable vcl client wrk loopFlorin Coras1-69/+128
2022-04-12hsa: fix coverity warningFlorin Coras1-0/+1
2022-04-12hsa: vcl test client option to close only clientFlorin Coras2-2/+12
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion2-3/+3
2022-03-29hsa: refactor echo clientsFlorin Coras2-318/+319
2022-03-25hsa: echo client connects as rpcFlorin Coras2-31/+36
2022-03-23vppinfra: change vlib_register_node so it takes format string for node nameDamjan Marion1-5/+1
2022-03-21hsa: add support for SAPI in vpp_echoFilip Tehlar5-48/+491
2022-03-14hsa: fix error messageFilip Tehlar1-3/+3
2022-03-01hsa: add tps support for random closesFlorin Coras1-23/+94
2022-02-24hsa: add support for vrfs in tpsFlorin Coras1-44/+98
2022-02-24hsa: fix tps data offset on connection reuseFlorin Coras1-0/+1
2022-02-24session: fix session layer socket readFilip Tehlar1-1/+5
2022-02-23http hsa: use octet-stream content type for tpsFlorin Coras1-1/+1
2022-02-23http: improvement reset and close handlingFlorin Coras1-4/+17
2022-02-23http hsa: support multiple listeners for http tpsFlorin Coras1-25/+154
2022-02-18hsa: fix coverity warningsFilip Tehlar1-0/+4
2022-02-17vcl: add support for reconnectFilip Tehlar1-5/+6
2022-02-13hsa: add http throughput test server appFlorin Coras3-1/+568
2022-01-26hsa: cleanup and rename http test serverFlorin Coras2-206/+156
2022-01-26http: generalize buffer implementationFlorin Coras1-1/+2