moby--moby/graph
Alexander Morozov f256d8ad2d Speedup container list
Remove all unneeded disk operations (reload TagStore, umarshal image)
for checking if image still points to same ID. Now slowest part is
queries to sqlite which hopefuly will be removed soon.

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-10-15 20:41:35 -07:00
..
fixtures/validate_manifest Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
tags Kind of typo 2015-09-09 19:03:53 +08:00
export.go Make sure tags and digests don’t collide 2015-10-12 14:20:11 -07:00
graph.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
graph_test.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
history.go Refactor some code to use simply format 2015-09-06 20:59:09 +08:00
import.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
list.go Fix filter by label for docker images 2015-08-22 14:06:48 +02:00
load.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
load_unsupported.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
mutex.go Attempt to protect on disk image store with mutex 2015-06-25 20:16:37 -07:00
pools_test.go Move types from progressreader and broadcastwriter to broadcaster 2015-10-06 22:20:07 -04:00
pull.go Remove trust package 2015-10-12 10:51:28 -07:00
pull_v1.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
pull_v2.go Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
pull_v2_test.go Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
push.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
push_v1.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
push_v2.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
registry.go Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
service.go Merge pull request #16076 from vbatts/export_image_times 2015-10-01 21:50:43 +01:00
tags.go Speedup container list 2015-10-15 20:41:35 -07:00
tags_unit_test.go Remove trust package 2015-10-12 10:51:28 -07:00