Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-17 | archive.cpp: eliminate un-needed copies of payload | Alberto Sartori | |
2025-02-19 | ApiBundle: Remove HashFunction. | Maksim Denisov | |
And ensure every user obtains HashFunction from corresponding IExecutionApi | |||
2024-11-14 | main: Implement IWYU suggestions | Paul Cristian Sarbu | |
2024-10-07 | Disable misc-no-recursion check | Maksim Denisov | |
...since we use recursion for trees a lot, but skip this check manually. | |||
2024-10-07 | Enable bugprone-narrowing-conversions check | Maksim Denisov | |
2024-09-11 | Use ArtifactDigestFactory in archive | Maksim Denisov | |
...to create ArtifactDigests. | |||
2024-08-26 | install-cas --archive: Fix empty directories not added to archive | Paul Cristian Sarbu | |
Also add empty directory in test script to ensure we don't regress in the future. While there, fix some typos. | |||
2024-06-25 | Pass IExecutionApi to ServerImpl, Archive by reference | Maksim Denisov | |
...instead of not_null const ptr. | |||
2024-04-08 | Consistently guard all POSIX C includes | Paul Cristian Sarbu | |
2024-03-28 | Add library to generate an archive from a local object | Klaus Aehlig | |