| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/osutil: add DiskUsage function | Dmitry Vyukov | 2026-01-09 | 1 | -0/+42 |
| | | | | | DiskUsage returns total recursive disk usage of the dir (similar to du -s). | ||||
| * | pkg/osutil: add Read/ParseJSON functions | Dmitry Vyukov | 2025-11-17 | 1 | -0/+21 |
| | | |||||
| * | syz-fuzzer: use of monotonic time for latency measurement | Dmitry Vyukov | 2024-04-02 | 1 | -0/+10 |
| | | | | | | time.Now/Since may reject to use monotonic time if the fuzzer messes with system time badly enough. Enforce use of monotonic time. | ||||
| * | all: use `t.TempDir` to create temporary test directory | Eng Zer Jun | 2022-03-28 | 1 | -6/+1 |
| | | | | | | | | | | This commit replaces all `ioutil.TempDir` with `t.TempDir` in tests. The directory created by `t.TempDir` is automatically removed when the test and all its subtests complete. Reference: https://pkg.go.dev/testing#T.TempDir Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | ||||
| * | pkg/osutil: fix LinkFiles/FilesExist for the new pattern format | Dmitry Vyukov | 2020-09-15 | 1 | -35/+46 |
| | | |||||
| * | pkg/osutil: support glob patterns in CopyFiles | Dmitry Vyukov | 2020-09-14 | 1 | -0/+97 |
| | | | | | Follow up to #2053 | ||||
| * | pkg/osutil: add IsExist helper function | Dmitry Vyukov | 2017-06-17 | 1 | -0/+18 |
