aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/hs_apps
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-19hsa: cleanup sock server testFlorin Coras2-380/+261
2020-09-29hsa: fix coverity warningFlorin Coras1-3/+4
2020-09-29vcl svm: provide apps access to fifo chunksFlorin Coras2-7/+21
2020-08-22hsa: set connected mode for udp serverjiangxiaoming1-0/+4
2020-08-06misc: harmonize namesDave Barach1-1/+1
2020-07-29hsa: fix handling active connection failures in the proxyIvan Shvedunov1-9/+16
2020-07-28hsa: fix http server session cleanupFlorin Coras1-36/+31
2020-07-23hsa: proxy session cleanup fixesFlorin Coras2-95/+188
2020-07-13hsa: set connected mode for echo_server app in udp mode.jiangxiaoming1-7/+20