aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/hs_apps
AgeCommit message (Expand)AuthorFilesLines
2024-10-07hsa: cannot delete/unlisten default uriSteven Luong1-1/+1
2024-10-03session: use proper name for ct transportFlorin Coras1-2/+2
2024-09-28hsa: Add multiple listeners supportSteven Luong1-10/+123
2024-09-17vcl: add http support to vcl_test_protosAritra Basu3-8/+432
2024-09-13http: update body_len from u32 to u64Aritra Basu3-10/+19
2024-09-13hsa: fix proxy ao connectMatus Fabian1-0/+7
2024-09-11hsa: fix proxy ao tx callbackFlorin Coras1-11/+8
2024-09-10hsa: http_tps coverity fixMatus Fabian1-7/+9
2024-09-08http: large POST handlingMatus Fabian1-39/+115
2024-09-06session: add Source Deny ListSteven Luong7-8/+29
2024-08-29vcl: add support to write segmentsAritra Basu2-5/+34
2024-08-28hsa: http_cli coverity fixMatus Fabian1-1/+1
2024-08-28http: http_state_wait_app_reply improvementMatus Fabian1-0/+8
2024-08-06http: client POST methodMatus Fabian2-0/+570
2024-07-29http: client code improvementMatus Fabian3-40/+72
2024-07-23http: state machine fixMatus Fabian2-0/+172
2024-07-23http: return more than data from server appMatus Fabian2-17/+82
2024-06-13http: return more than url to server appMatus Fabian2-35/+103
2024-05-14http: notify client when connection failedMatus Fabian1-0/+6
2024-05-14http: fix server sending all status codesMatus Fabian1-0/+7
2024-05-07http: notify client on request errorMatus Fabian1-2/+16
2024-05-01http: fix client receiving large dataFilip Tehlar1-5/+8
2024-04-25hsa: Link against libepoll-shimTom Jones1-2/+2
2024-04-24hsa: fix http client error handlingMatus Fabian1-1/+1
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