moby--moby/daemon
Brian Goff 7a179972ff Fix cpu spin waiting for log write events
This loop is not ever going to return since it's never actually setting
the `err` var except on the first iteration.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-02-15 21:41:32 -05:00
..
caps
cluster create a new file swarm.go and move swarm part code from cluster.go into swarm.go 2017-02-12 02:54:07 +08:00
config Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
discovery Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
events Use distribution reference 2017-02-07 11:08:37 -08:00
exec
graphdriver
initlayer
links
logger Fix cpu spin waiting for log write events 2017-02-15 21:41:32 -05:00
network
stats
apparmor_default.go
apparmor_default_unsupported.go
archive.go
archive_unix.go
archive_windows.go
attach.go
auth.go
bindmount_solaris.go
bindmount_unix.go
cache.go
changes.go
checkpoint.go
cluster.go
commit.go Use distribution reference 2017-02-07 11:08:37 -08:00
container.go
container_linux.go
container_operations.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
container_operations_solaris.go
container_operations_unix.go
container_operations_windows.go
container_windows.go
create.go
create_unix.go
create_windows.go
daemon.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_solaris.go Use distribution reference 2017-02-07 11:08:37 -08:00
daemon_test.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
daemon_unix.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
daemon_unix_test.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
daemon_unsupported.go
daemon_windows.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
debugtrap.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
delete_test.go
disk_usage.go
errors.go Use distribution reference 2017-02-07 11:08:37 -08:00
events.go
events_test.go
exec.go Fix #303111: dockerd leaks ExecIds on failed exec -i 2017-02-10 21:13:00 +02:00
exec_linux.go
exec_solaris.go
exec_windows.go
export.go
getsize_unix.go
health.go
health_test.go
image.go Use distribution reference 2017-02-07 11:08:37 -08:00
image_delete.go Use distribution reference 2017-02-07 11:08:37 -08:00
image_exporter.go
image_history.go Use distribution reference 2017-02-07 11:08:37 -08:00
image_inspect.go Use distribution reference 2017-02-07 11:08:37 -08:00
image_pull.go Use distribution reference 2017-02-07 11:08:37 -08:00
image_push.go Use distribution reference 2017-02-07 11:08:37 -08:00
image_tag.go Use distribution reference 2017-02-07 11:08:37 -08:00
images.go Use distribution reference 2017-02-07 11:08:37 -08:00
import.go Use distribution reference 2017-02-07 11:08:37 -08:00
info.go
info_unix.go
info_windows.go
inspect.go
inspect_solaris.go
inspect_unix.go
inspect_windows.go
keys.go
keys_unsupported.go
kill.go
links.go
list.go
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
logs_test.go
metrics.go
monitor.go Fix #303111: dockerd leaks ExecIds on failed exec -i 2017-02-10 21:13:00 +02:00
monitor_linux.go
monitor_solaris.go
monitor_windows.go
mounts.go
names.go
network.go
oci_linux.go
oci_solaris.go
oci_windows.go
pause.go
prune.go Use distribution reference 2017-02-07 11:08:37 -08:00
rename.go
resize.go
restart.go
search.go
search_test.go
seccomp_disabled.go
seccomp_linux.go
seccomp_unsupported.go
secrets.go
secrets_linux.go
secrets_unsupported.go
selinux_linux.go
selinux_unsupported.go
start.go
start_unix.go
start_windows.go
stats.go
stats_collector.go
stats_unix.go
stats_windows.go
stop.go
top_unix.go
top_unix_test.go
top_windows.go
unpause.go
update.go
update_linux.go
update_solaris.go
update_windows.go
volumes.go
volumes_unit_test.go
volumes_unix.go
volumes_windows.go
wait.go
workdir.go