| 6 years ago | Andrew Kelley | | improvements to self-hosted cache hash system |
| 6 years ago | Andrew Kelley | | stage2 parser: heuristics to pre-allocate token arrays |
| 6 years ago | LeRoyce Pearson | | Fix improper initialization of CacheHashFiles |
| 6 years ago | LeRoyce Pearson | | Add max_file_size argument |
| 6 years ago | LeRoyce Pearson | | Set manifest's maximum size to Andrew's recommendation |
| 6 years ago | LeRoyce Pearson | | Remove non-null assertion in `CacheHash.release()` |
| 6 years ago | LeRoyce Pearson | | Change null pointer test to `addFilePost` test |
| 6 years ago | LeRoyce Pearson | | Make if statement more idiomatic |
| 6 years ago | LeRoyce Pearson | | Don't use `iterate` when opening manifest directory |
| 6 years ago | LeRoyce Pearson | | Add test case for fix in previous commit |
| 6 years ago | LeRoyce Pearson | | Fix read from null pointer in CacheHash.hit |
| 6 years ago | LeRoyce Pearson | | Return an index from `CacheHash.addFile` |
| 6 years ago | LeRoyce Pearson | | Update code using deprecated ArrayList APIs |
| 6 years ago | LeRoyce Pearson | | Make `addFilePost*` functions' documentation more clear |
| 6 years ago | LeRoyce Pearson | | Make `CacheHash.release` return an error |
| 6 years ago | LeRoyce Pearson | | Add "no file inputs" test |
| 6 years ago | LeRoyce Pearson | | Add test checking file changes invalidate cache |
| 6 years ago | LeRoyce Pearson | | Switch to using `testing.expect*` in tests |
| 6 years ago | LeRoyce Pearson | | Make CacheHash cleanup consistent (always call `release`) |
| 6 years ago | LeRoyce Pearson | | Add `addFilePost` and `addFilePostFetch` functions |
| 6 years ago | LeRoyce Pearson | | Put base64 alphabet into a named constant |
| 6 years ago | LeRoyce Pearson | | Add documentation to CacheHash API |
| 6 years ago | LeRoyce Pearson | | Check for problematic timestamps |
| 6 years ago | LeRoyce Pearson | | Open file with exclusive lock |
| 6 years ago | LeRoyce Pearson | | Remove unnecessary contents field from File |
| 6 years ago | LeRoyce Pearson | | Remove error union from CacheHash.final |
| 6 years ago | LeRoyce Pearson | | Check if inode matches inode from manifest |
| 6 years ago | LeRoyce Pearson | | Update cache_hash to zig master |
| 6 years ago | LeRoyce Pearson | | Remove up files created in test at end of test |
| 6 years ago | LeRoyce Pearson | | Remove file handle from CacheHash |
| 6 years ago | LeRoyce Pearson | | Replace ArrayList in write_manifest with an array |
| 6 years ago | LeRoyce Pearson | | Use `readAllAlloc` |
| 6 years ago | LeRoyce Pearson | | Make hash digest same size as in the c API |
| 6 years ago | LeRoyce Pearson | | Return base64 digest instead of using an out variable |
| 6 years ago | LeRoyce Pearson | | Rename `cache_file` -> `addFile` |
| 6 years ago | LeRoyce Pearson | | Add slice and array support to `add` method |
| 6 years ago | LeRoyce Pearson | | Make type specific add functions |
| 6 years ago | LeRoyce Pearson | | Rename `cache` functions to `add` |
| 6 years ago | LeRoyce Pearson | | Store fs.Dir instead of path to dir |
| 6 years ago | LeRoyce Pearson | | Rename CacheHashFile -> File |
| 6 years ago | LeRoyce Pearson | | Use fs.File |
| 6 years ago | LeRoyce Pearson | | Use std.fs.base64_encoder in std.cache_hash |
| 6 years ago | LeRoyce Pearson | | Add filesystem base64 decoder |
| 6 years ago | LeRoyce Pearson | | Support caching bools; make caching values infallible |
| 6 years ago | LeRoyce Pearson | | Fix memory leak in cache_hash |
| 6 years ago | LeRoyce Pearson | | Add `cache` method; add support for caching integers |
| 6 years ago | LeRoyce Pearson | | Partially implement cache hash API in zig |
| 6 years ago | data-man | | Support comptime floats in std.fmt |
| 6 years ago | Andrew Kelley |  | Merge pull request #5431 from alexnask/build_step_ids |
| 6 years ago | Andrew Kelley | | fix regression in std.os.windows.fromSysTime |
|