| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Use object caching instead of file caching.
This removes the need for explicit file writing/reading,
and reduces amount of error handling. Also any future changes
should be easier to do.
Add support for flow temp dirs to implement this
(repro needs temp manager workdir).
Previously repro abused the cache dir for that.
|
| |
|
|
|
|
|
| |
For things like kernel build, we want to cache an actual file system dir,
but in some cases we want to cache some in-memory object.
Using file system dir interface is inconvinient in these cases.
Add a helper that allows to cache an object directly (via json serialization).
|
| |
|
|
|
|
| |
Calculating total disk usage of all cache entries can take very long time
for large caches (needs to stat all files). This is especially problematic
for tools/syz-aflow. Cache disk usage in the meta file.
|
| |
|