| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/tool: add ServeHTTP function | Dmitry Vyukov | 2025-12-29 | 1 | -0/+17 |
| | | | | | Dedup code in syz-ci and syz-hub. | ||||
| * | all: use any instead of interface{} | Dmitry Vyukov | 2025-12-22 | 1 | -1/+1 |
| | | | | | Any is the preferred over interface{} now in Go. | ||||
| * | all: tools/syz-env make generate result | Taras Madan | 2023-02-24 | 1 | -3/+4 |
| | | |||||
| * | pkg/cmdprof: merge into pkg/tool | Dmitry Vyukov | 2020-12-25 | 1 | -0/+15 |
| | | | | | cmdprof functionality seems to fit well into pkg/tool. | ||||
| * | pkg/tool: add package | Dmitry Vyukov | 2020-12-25 | 1 | -0/+19 |
| Package tool contains various helper utilitites useful for implementation of command line tools. Currently it contains Fail/Failf functions that we commonly use and new support for optional command line flags. | |||||
