1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/remotecontext
Tonis Tiigi 5c3d2d552b Implement incremental file sync using client session
Also exposes shared cache and garbage collection/prune
for the source data.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2017-06-22 11:52:35 -07:00
..
git Move pkg/gitutils to remotecontext/git 2017-06-02 16:54:50 -04:00
archive.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
detect.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
detect_test.go
filehash.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
generate.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
git.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
lazycontext.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
mimetype.go Move httputils/mimtype to the single consumser, and remove unused function. 2017-06-02 16:10:39 -04:00
mimetype_test.go Move httputils/mimtype to the single consumser, and remove unused function. 2017-06-02 16:10:39 -04:00
remote.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
remote_test.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum.pb.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum.proto Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
tarsum_test.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
utils_test.go