| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | syz-cluster: refactor Dockerfiles | Aleksandr Nogikh | 2025-12-31 | 1 | -1/+2 |
| | | | | | | | | Copy everything into the build context. Add a .dockerignore file to avoid copying the definitely unnecessary files and folders. Check copyrights presence in Dockerfiles. | ||||
| * | all: replace egrep with grep -E | Andrew Donnellan | 2025-12-10 | 1 | -3/+3 |
| | | | | | | | | | | | The egrep command has been deprecated in GNU Grep since 2007, and nowadays using egrep rather than grep -E will print a warning to the user, which is very annoying. Replace all usages of egrep with grep -E. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> | ||||
| * | all: remove more mentions of the vendor folder | Aleksandr Nogikh | 2025-01-23 | 1 | -1/+1 |
| | | |||||
| * | tools/syz-declextract: run syz-declextract on files specified by a ↵ | Pimyn Girgis | 2024-07-31 | 1 | -1/+1 |
| | | | | | | | compilation database Run multiple instances of syz-declextract only on files specifed by a compilation database. | ||||
| * | executor: use new flatbuffers location | Taras Madan | 2024-05-08 | 1 | -1/+1 |
| | | |||||
| * | pkg/flatrpc: add schema | Dmitry Vyukov | 2024-05-03 | 1 | -2/+2 |
| | | | | | | | | Add schema for manager<->fuzzer communication. We may need to change things when we start to use this, but this serves as a proof of concept that we can express things that we need in flatbuffers. | ||||
| * | tools/check-copyright.sh: exclude testdata from copyright check | Aleksandr Nogikh | 2021-07-20 | 1 | -1/+1 |
| | | |||||
| * | all: fix marking of auto-generated files | Dmitry Vyukov | 2020-07-29 | 1 | -1/+1 |
| | | | | | | Update the copyright checking script and more files for the standard convention of marking auto-generated files. | ||||
| * | tools/check-copyright.sh: print errors in standard format | Dmitry Vyukov | 2020-05-18 | 1 | -1/+1 |
| | | | | | | | Use the standard "file:line:col: error message" format. Update #1699 | ||||
| * | tools/check-copyright.sh: check py and yml files | Dmitry Vyukov | 2020-05-18 | 1 | -2/+3 |
| | | | | | Update #1699 | ||||
| * | tools: specify the search path for find(1) | Mark Johnston | 2020-02-24 | 1 | -1/+1 |
| | | |||||
| * | tools: avoid hard-coding the path to interpreters | Mark Johnston | 2020-02-24 | 1 | -1/+1 |
| | | | | | On BSD they are usually installed under /usr/local/. | ||||
| * | tools/check-copyright.sh: also check cc/h/S files | Dmitry Vyukov | 2020-02-21 | 1 | -1/+2 |
| | | |||||
| * | tools: add script that checks copyright headers | Dmitry Vyukov | 2020-02-18 | 1 | -0/+21 |
| Fixes #1604 | |||||
