Age | Commit message (Expand) | Author | Files | Lines |
2022-01-11 | hsa: allow use of default port for vcl test apps |  Florin Coras | 2 | -23/+28 |
2021-12-14 | api: verify message size on receipt |  Klement Sekera | 1 | -1/+6 |
2021-10-04 | hsa: do not drop the barrier when creating echo server |  Filip Tehlar | 1 | -14/+1 |
2021-10-03 | hsa: proxy app worker thread deadlock |  Sivaprasad Tummala | 1 | -5/+10 |
2021-09-28 | api: API trace improvements |  Filip Tehlar | 1 | -4/+5 |
2021-07-21 | hsa: separate ctrl and test session accept vcl server |  Florin Coras | 1 | -1/+43 |
2021-07-12 | session: api cleanup |  Filip Tehlar | 3 | -29/+39 |
2021-06-16 | vcl: basic support for epoll level-triggered evts |  Florin Coras | 2 | -6/+6 |
2021-05-29 | hsa: proxy listener support addition of fifo segments |  Florin Coras | 1 | -0/+1 |
2021-05-25 | srtp: basic implementation based on libsrtp2 |  Florin Coras | 3 | -1/+289 |
2021-05-20 | hsa: test server incremental stats |  Florin Coras | 3 | -35/+71 |
2021-05-07 | session: connects seg manager is always first |  Florin Coras | 2 | -4/+3 |
2021-04-30 | hsa: vcl test client incremental stats |  Florin Coras | 2 | -22/+82 |
2021-04-29 | hsa: vcl test perf improvements |  Florin Coras | 3 | -88/+93 |
2021-04-28 | vcl: fix epoll wait with indefinite timeout |  Florin Coras | 1 | -4/+4 |
2021-04-28 | hsa: fix quic vcl test |  Florin Coras | 1 | -9/+21 |
2021-04-28 | hsa: support sigint in vcl test client |  Florin Coras | 1 | -2/+33 |
2021-04-27 | hsa: custom proto vfts for vcl tests |  Florin Coras | 5 | -314/+836 |
2021-04-27 | hsa: use only one conn type for vcl tests |  Florin Coras | 3 | -139/+80 |
2021-04-26 | hsa: use tcp for vcl test control channel |  Florin Coras | 3 | -195/+242 |
2021-04-22 | vcl session: refactor passing of crypto context |  Florin Coras | 6 | -12/+141 |
2021-04-14 | hsa: fix coverity warnings |  Florin Coras | 1 | -2/+3 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 2 | -2/+2 |
2021-03-11 | hsa: add support for tls to proxy |  Florin Coras | 2 | -39/+89 |
2021-03-04 | hsa: fix builtin echo apps with multiple workers |  Florin Coras | 2 | -25/+88 |
2021-02-23 | hsa: fifo detach cleanup |  Florin Coras | 2 | -0/+27 |
2021-02-16 | hsa: coverity fix |  Florin Coras | 1 | -0/+1 |
2021-02-09 | tls: dtls initial implementation |  Florin Coras | 3 | -3/+8 |
2021-02-05 | session svm: non blocking mq |  Florin Coras | 1 | -8/+2 |
2021-01-25 | svm: add custom q implementation for mq |  Florin Coras | 1 | -1/+1 |
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 |