index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
cache_hash.zig
Age
Commit message (
Expand
)
Author
2020-08-22
cache_hash: hash function change
Frank Denis
2020-08-21
Hash functions now accept an option set
Frank Denis
2020-08-20
Breaking: sort std/crypto functions into categories
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-18
std.cache_hash: additionally use file size to detect modifications
Andrew Kelley
2020-08-18
std.cache_hash: temporary workaround for mtime precision on linux
Andrew Kelley
2020-08-17
std.cache_hash: don't trust mtime granularity to be better than 1ms
Andrew Kelley
2020-08-17
std.cache_hash: fix bug parsing inode
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-05-25
fix std lib tests for WASI
Andrew Kelley
2020-05-25
improvements to self-hosted cache hash system
Andrew Kelley
2020-05-25
Fix improper initialization of CacheHashFiles
LeRoyce Pearson
2020-05-25
Add max_file_size argument
LeRoyce Pearson
2020-05-25
Set manifest's maximum size to Andrew's recommendation
LeRoyce Pearson
2020-05-25
Remove non-null assertion in `CacheHash.release()`
LeRoyce Pearson
2020-05-25
Change null pointer test to `addFilePost` test
LeRoyce Pearson
2020-05-25
Make if statement more idiomatic
LeRoyce Pearson
2020-05-25
Don't use `iterate` when opening manifest directory
LeRoyce Pearson
2020-05-25
Add test case for fix in previous commit
LeRoyce Pearson
2020-05-25
Fix read from null pointer in CacheHash.hit
LeRoyce Pearson
2020-05-25
Return an index from `CacheHash.addFile`
LeRoyce Pearson
2020-05-25
Update code using deprecated ArrayList APIs
LeRoyce Pearson
2020-05-25
Make `addFilePost*` functions' documentation more clear
LeRoyce Pearson
2020-05-25
Make `CacheHash.release` return an error
LeRoyce Pearson
2020-05-25
Add "no file inputs" test
LeRoyce Pearson
2020-05-25
Add test checking file changes invalidate cache
LeRoyce Pearson
2020-05-25
Switch to using `testing.expect*` in tests
LeRoyce Pearson
2020-05-25
Make CacheHash cleanup consistent (always call `release`)
LeRoyce Pearson
2020-05-25
Add `addFilePost` and `addFilePostFetch` functions
LeRoyce Pearson
2020-05-25
Add documentation to CacheHash API
LeRoyce Pearson
2020-05-25
Check for problematic timestamps
LeRoyce Pearson
2020-05-25
Open file with exclusive lock
LeRoyce Pearson
2020-05-25
Remove unnecessary contents field from File
LeRoyce Pearson
2020-05-25
Remove error union from CacheHash.final
LeRoyce Pearson
2020-05-25
Check if inode matches inode from manifest
LeRoyce Pearson
2020-05-25
Update cache_hash to zig master
LeRoyce Pearson
2020-05-25
Remove up files created in test at end of test
LeRoyce Pearson
2020-05-25
Remove file handle from CacheHash
LeRoyce Pearson
2020-05-25
Replace ArrayList in write_manifest with an array
LeRoyce Pearson
2020-05-25
Use `readAllAlloc`
LeRoyce Pearson
2020-05-25
Make hash digest same size as in the c API
LeRoyce Pearson
2020-05-25
Return base64 digest instead of using an out variable
LeRoyce Pearson
2020-05-25
Rename `cache_file` -> `addFile`
LeRoyce Pearson
2020-05-25
Add slice and array support to `add` method
LeRoyce Pearson
2020-05-25
Make type specific add functions
LeRoyce Pearson
2020-05-25
Rename `cache` functions to `add`
LeRoyce Pearson
2020-05-25
Store fs.Dir instead of path to dir
LeRoyce Pearson
2020-05-25
Rename CacheHashFile -> File
LeRoyce Pearson
2020-05-25
Use fs.File
LeRoyce Pearson
[next]