| Commit message (Expand) | Author | Age | Files | Lines |
| * | executor: add runner mode | Dmitry Vyukov | 2024-06-24 | 1 | -262/+0 |
| * | executor: remove noshmem mode | Dmitry Vyukov | 2024-06-04 | 1 | -6/+4 |
| * | pkg/ipc: remove ExecOpts | Dmitry Vyukov | 2024-05-21 | 1 | -2/+2 |
| * | pkg/ipc: remove ProgInfo | Dmitry Vyukov | 2024-05-21 | 1 | -8/+8 |
| * | pkg/ipc: use flatrpc flags | Dmitry Vyukov | 2024-05-17 | 1 | -3/+4 |
| * | pkg/vminfo: move feature checking to host | Dmitry Vyukov | 2024-05-15 | 1 | -1/+1 |
| * | pkg/ipc: move executor common_ext test | Dmitry Vyukov | 2024-05-08 | 1 | -0/+47 |
| * | executor: make flatrpc build for C++ | Dmitry Vyukov | 2024-05-03 | 1 | -19/+4 |
| * | pkg/ipc: make it possible to change EnvFlags between executions | Dmitry Vyukov | 2024-04-30 | 1 | -4/+2 |
| * | tools/syz-linter: check t.Logf/Errorf/Fatalf messages | Dmitry Vyukov | 2024-04-17 | 1 | -1/+1 |
| * | executor: skip executor tests on systems with BrokenCompiler | Greg Steuck | 2024-04-05 | 1 | -0/+4 |
| * | all: use special placeholder for errors | Taras Madan | 2023-07-24 | 1 | -2/+2 |
| * | pkg/image: factor out from prog | Dmitry Vyukov | 2022-12-22 | 1 | -2/+3 |
| * | executor: add test for zlib decompression | Dmitry Vyukov | 2022-11-23 | 1 | -0/+38 |
| * | pkg/testutil: add RandSource helper | Dmitry Vyukov | 2022-11-23 | 1 | -6/+2 |
| * | pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana... | Andrey Artemiev | 2022-08-06 | 1 | -0/+2 |
| * | executor: ignore async flag in the non-threaded mode | Aleksandr Nogikh | 2021-12-13 | 1 | -3/+11 |
| * | all: replace collide mode by `async` call property | Aleksandr Nogikh | 2021-12-10 | 1 | -1/+1 |
| * | all: make timeouts configurable | Dmitry Vyukov | 2020-12-28 | 1 | -4/+6 |
| * | pkg/ipc: fix running of executor tests | Dmitry Vyukov | 2020-12-09 | 1 | -2/+2 |
| * | pkg/ipc: remove Config.Timeout | Dmitry Vyukov | 2020-11-30 | 1 | -3/+0 |
| * | sys/targets: add OS/Arch name consts | Dmitry Vyukov | 2020-10-26 | 1 | -1/+1 |
| * | pkg/ipc: fix cross-arch build in test | Dmitry Vyukov | 2020-08-22 | 1 | -1/+1 |
| * | pkg/ipc: run cross-arch executor tests | Dmitry Vyukov | 2020-08-22 | 1 | -10/+23 |
| * | all: reformat code | Dmitry Vyukov | 2020-05-08 | 1 | -1/+1 |
| * | all: replace TRAVIS env var with CI | Dmitry Vyukov | 2020-05-07 | 1 | -1/+1 |
| * | prog: refactor target.MakeMmap | Dmitry Vyukov | 2020-04-18 | 1 | -2/+2 |
| * | pkg/ipc: move target characteristics out of config flags | Dmitry Vyukov | 2019-11-16 | 1 | -10/+11 |
| * | all: fix warnings pointed to by golangci-lint | Dmitry Vyukov | 2019-03-28 | 1 | -1/+1 |
| * | pkg/ipc: generate better temp name for executor | Dmitry Vyukov | 2019-02-08 | 1 | -1/+2 |
| * | executor: remove ability to detect kernel bugs | Dmitry Vyukov | 2019-01-31 | 1 | -9/+2 |
| * | prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travis | Dmitry Vyukov | 2019-01-02 | 1 | -0/+3 |
| * | ipc: add ProgInfo struct | Andrey Konovalov | 2018-11-22 | 1 | -6/+6 |
| * | pkg/ipc: move flags into subpackage | Dmitry Vyukov | 2018-08-03 | 1 | -2/+4 |
| * | executor: overhaul | Dmitry Vyukov | 2018-07-24 | 1 | -1/+18 |
| * | pkg/ipc: create default config based on target | Dmitry Vyukov | 2018-07-05 | 1 | -1/+1 |
| * | pkg/ipc: fix cleanup in test | Dmitry Vyukov | 2018-06-29 | 1 | -8/+10 |
| * | pkg/csource: allow to build source fom memory | Dmitry Vyukov | 2018-06-06 | 1 | -7/+3 |
| * | pkg/ipc: fix data race on config.Timeout | Dmitry Vyukov | 2018-04-23 | 1 | -0/+55 |
| * | pkg/ipc: test only on simple prog | Dmitry Vyukov | 2018-03-20 | 1 | -48/+20 |
| * | all: fix gometalinter warnings | Dmitry Vyukov | 2018-03-08 | 1 | -10/+0 |
| * | sys/linux: fix mmap call args | Dmitry Vyukov | 2018-02-20 | 1 | -7/+15 |
| * | pkg/ipc: make threaded/collide per-program options | Dmitry Vyukov | 2017-12-17 | 1 | -13/+17 |
| * | syz-ci: test images before using them | Dmitry Vyukov | 2017-11-30 | 1 | -0/+3 |
| * | executor, pkg/ipc: unify ipc protocol between linux and other OSes | Dmitry Vyukov | 2017-10-16 | 1 | -14/+16 |
| * | executor: split source per-OS | Dmitry Vyukov | 2017-09-20 | 1 | -1/+3 |
| * | pkg/csource: support archs other than x86_64 | Dmitry Vyukov | 2017-09-15 | 1 | -8/+13 |
| * | prog: remove default target and all global state | Dmitry Vyukov | 2017-09-15 | 1 | -5/+6 |
| * | syz-manager/mgrconfig: explicitly specify target in config | Dmitry Vyukov | 2017-09-15 | 1 | -0/+5 |
| * | prog, sys: move types to prog | Dmitry Vyukov | 2017-09-05 | 1 | -0/+1 |