aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/hs_apps
AgeCommit message (Expand)AuthorFilesLines
2022-01-26hsa: cleanup and rename http test serverFlorin Coras2-206/+156
2022-01-26http: generalize buffer implementationFlorin Coras1-1/+2
2022-01-25http hsa: avoid extra space in requestFlorin Coras1-10/+1
2022-01-20hsa: refactor test http server to use http protoFlorin Coras1-434/+156
2022-01-12hsa: echo clients connect improvementsFlorin Coras2-19/+34
2022-01-12hsa: cleanup echo client appFlorin Coras2-228/+268
2022-01-12hsa: allow large segments for echo appsFlorin Coras2-36/+13
2022-01-11hsa: allow use of default port for vcl test appsFlorin Coras2-23/+28
2021-12-14api: verify message size on receiptKlement Sekera1-1/+6
2021-10-04hsa: do not drop the barrier when creating echo serverFilip Tehlar1-14/+1
2021-10-03hsa: proxy app worker thread deadlockSivaprasad Tummala1-5/+10
2021-09-28api: API trace improvementsFilip Tehlar1-4/+5
2021-07-21hsa: separate ctrl and test session accept vcl serverFlorin Coras1-1/+43
2021-07-12session: api cleanupFilip Tehlar3-29/+39
2021-06-16vcl: basic support for epoll level-triggered evtsFlorin Coras2-6/+6
2021-05-29hsa: proxy listener support addition of fifo segmentsFlorin Coras1-0/+1
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras3-1/+289
2021-05-20hsa: test server incremental statsFlorin Coras3-35/+71
2021-05-07session: connects seg manager is always firstFlorin Coras2-4/+3
2021-04-30hsa: vcl test client incremental statsFlorin Coras2-22/+82
2021-04-29hsa: vcl test perf improvementsFlorin Coras3-88/+93
2021-04-28vcl: fix epoll wait with indefinite timeoutFlorin Coras1-4/+4
2021-04-28hsa: fix quic vcl testFlorin Coras1-9/+21
2021-04-28hsa: support sigint in vcl test clientFlorin Coras1-2/+33
2021-04-27hsa: custom proto vfts for vcl testsFlorin Coras5-314/+836
2021-04-27hsa: use only one conn type for vcl testsFlorin Coras3-139/+80
2021-04-26hsa: use tcp for vcl test control channelFlorin Coras3-195/+242
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras6-12/+141
2021-04-14hsa: fix coverity warningsFlorin Coras1-2/+3
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion2-2/+2
2021-03-11hsa: add support for tls to proxyFlorin Coras2-39/+89
2021-03-04hsa: fix builtin echo apps with multiple workersFlorin Coras2-25/+88
2021-02-23hsa: fifo detach cleanupFlorin Coras2-0/+27
2021-02-16hsa: coverity fixFlorin Coras1-0/+1
2021-02-09tls: dtls initial implementationFlorin Coras3-3/+8
2021-02-05session svm: non blocking mqFlorin Coras1-8/+2
2021-01-25svm: add custom q implementation for mqFlorin Coras1-1/+1
2021-01-07vcl session: switch to generic cert key apisFlorin Coras6-58/+100
2020-12-29svm vcl: allow random offsets for fifo segments in appsFlorin Coras1-10/+6
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras5-25/+63
2020-12-24svm: split fifo into private and shared structsFlorin Coras6-52/+74
2020-12-23hsa: detach fifo segments in echo appFlorin Coras3-38/+60
2020-12-17hsa: http server: memset after pool_put will cause ASAN issuejiangxiaoming1-1/+2
2020-12-17hsa: http server: fix http response format type errorjiangxiaoming1-1/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-7/+7
2020-12-10hsa: http proxy connected callback fixesnandfan1-3/+0
2020-11-09hsa: remove fake binary api registration in echo appsFlorin Coras2-42/+6
2020-11-04session: fix ct server session thread indexFlorin Coras1-1/+1
2020-10-19vcl: cleanup read and write readyFlorin Coras1-0/+2
2020-10-19hsa: refactor socket client appFlorin Coras3-315/+177