| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: remove unused nolint directives | Dmitry Vyukov | 2026-01-02 | 1 | -10/+2 |
| | | |||||
| * | vm: add context to Pool.Create() | Aleksandr Nogikh | 2025-10-01 | 1 | -5/+5 |
| | | | | | | | | | | | Enable external abortion of the instance creation process. This is especially useful for the qemu case where we retry the creation/boot up to 1000 times, which can take significant time (e.g. it timeouts syz-cluster pods on unstable kernels). The context can be further propagated to WaitForSSH, but that requires another quite significant vm/ refactoring. | ||||
| * | vm: func Run accepts context | Taras Madan | 2025-05-19 | 1 | -23/+15 |
| | | | | | It allows to use context as a single termination signal source. | ||||
| * | all: tools/syz-env make generate result | Taras Madan | 2023-02-24 | 1 | -3/+5 |
| | | |||||
| * | vm/proxyapp: rpc over tcp | Taras Madan | 2022-12-01 | 1 | -1/+4 |
| | | |||||
| * | vm/proxyapp: logging over rpc | Taras Madan | 2022-10-24 | 1 | -14/+40 |
| | | |||||
| * | vm: add the proxyapp support (#3269) | Taras Madan | 2022-09-26 | 1 | -0/+503 |
| * vm: add pool.Close() support * vm: add proxyapp client implementation * vm/proxyapp: autogenerate mocks * vm/proxyapp: add proxyapp tests * pkg/mgrconfig: add proxyapp type tests | |||||
