|
17 | 17 | ./api/server2/server_test.go
|
18 | 18 | ./builtins/builtins.go
|
19 | 19 | ./configure
|
| 20 | +./dockerfiles/fedora/heisenbug/Dockerfile |
| 21 | +./dockerfiles/ubuntu/trusty/Dockerfile |
| 22 | +./dockerfiles/ubuntu/utopic/Dockerfile |
20 | 23 | ./misc/001.patch
|
21 | 24 | ./misc/002.patch
|
22 | 25 | ./misc/003.patch
|
|
49 | 52 | ./mods/osver/osver_windows_test.go
|
50 | 53 | ./mods/ping/ping.go
|
51 | 54 | ./mods/ping/ping_test.go
|
| 55 | +./mods/route/README.md |
52 | 56 | ./mods/route/main.go
|
53 | 57 | ./mods/sample/sample.go
|
54 | 58 | ./mods/sysfs/main.go
|
|
181 | 185 | ./vendor/src/github.com/Sirupsen/logrus/LICENSE
|
182 | 186 | ./vendor/src/github.com/Sirupsen/logrus/README.md
|
183 | 187 | ./vendor/src/github.com/Sirupsen/logrus/entry.go
|
184 |
| -./vendor/src/github.com/Sirupsen/logrus/entry_test.go |
185 | 188 | ./vendor/src/github.com/Sirupsen/logrus/examples/basic/basic.go
|
186 | 189 | ./vendor/src/github.com/Sirupsen/logrus/examples/hook/hook.go
|
187 | 190 | ./vendor/src/github.com/Sirupsen/logrus/exported.go
|
|
210 | 213 | ./vendor/src/github.com/docker/docker/.drone.yml
|
211 | 214 | ./vendor/src/github.com/docker/docker/.gitignore
|
212 | 215 | ./vendor/src/github.com/docker/docker/.mailmap
|
| 216 | +./vendor/src/github.com/docker/docker/.travis.yml |
213 | 217 | ./vendor/src/github.com/docker/docker/AUTHORS
|
214 | 218 | ./vendor/src/github.com/docker/docker/CHANGELOG.md
|
215 | 219 | ./vendor/src/github.com/docker/docker/CONTRIBUTING.md
|
216 | 220 | ./vendor/src/github.com/docker/docker/Dockerfile
|
217 |
| -./vendor/src/github.com/docker/docker/GOVERNANCE.md |
218 | 221 | ./vendor/src/github.com/docker/docker/LICENSE
|
219 | 222 | ./vendor/src/github.com/docker/docker/MAINTAINERS
|
220 | 223 | ./vendor/src/github.com/docker/docker/Makefile
|
|
292 | 295 | ./vendor/src/github.com/docker/docker/contrib/MAINTAINERS
|
293 | 296 | ./vendor/src/github.com/docker/docker/contrib/README
|
294 | 297 | ./vendor/src/github.com/docker/docker/contrib/check-config.sh
|
295 |
| -./vendor/src/github.com/docker/docker/contrib/completion/MAINTAINERS |
296 | 298 | ./vendor/src/github.com/docker/docker/contrib/completion/bash/docker
|
297 | 299 | ./vendor/src/github.com/docker/docker/contrib/completion/fish/docker.fish
|
298 | 300 | ./vendor/src/github.com/docker/docker/contrib/completion/zsh/_docker
|
|
315 | 317 | ./vendor/src/github.com/docker/docker/contrib/init/sysvinit-debian/docker.default
|
316 | 318 | ./vendor/src/github.com/docker/docker/contrib/init/sysvinit-redhat/docker
|
317 | 319 | ./vendor/src/github.com/docker/docker/contrib/init/sysvinit-redhat/docker.sysconfig
|
318 |
| -./vendor/src/github.com/docker/docker/contrib/init/upstart/MAINTAINERS |
319 | 320 | ./vendor/src/github.com/docker/docker/contrib/init/upstart/docker.conf
|
320 | 321 | ./vendor/src/github.com/docker/docker/contrib/mkimage-alpine.sh
|
321 | 322 | ./vendor/src/github.com/docker/docker/contrib/mkimage-arch-pacman.conf
|
|
359 | 360 | ./vendor/src/github.com/docker/docker/daemon/copy.go
|
360 | 361 | ./vendor/src/github.com/docker/docker/daemon/create.go
|
361 | 362 | ./vendor/src/github.com/docker/docker/daemon/daemon.go
|
362 |
| -./vendor/src/github.com/docker/docker/daemon/daemon.go.orig |
363 | 363 | ./vendor/src/github.com/docker/docker/daemon/daemon_aufs.go
|
364 | 364 | ./vendor/src/github.com/docker/docker/daemon/daemon_btrfs.go
|
365 | 365 | ./vendor/src/github.com/docker/docker/daemon/daemon_devicemapper.go
|
|
461 | 461 | ./vendor/src/github.com/docker/docker/docker/daemon.go
|
462 | 462 | ./vendor/src/github.com/docker/docker/docker/docker.go
|
463 | 463 | ./vendor/src/github.com/docker/docker/docker/flags.go
|
464 |
| -./vendor/src/github.com/docker/docker/docker/log.go |
465 | 464 | ./vendor/src/github.com/docker/docker/dockerinit/dockerinit.go
|
466 | 465 | ./vendor/src/github.com/docker/docker/dockerversion/dockerversion.go
|
467 | 466 | ./vendor/src/github.com/docker/docker/engine/MAINTAINERS
|
|
533 | 532 | ./vendor/src/github.com/docker/docker/image/graph.go
|
534 | 533 | ./vendor/src/github.com/docker/docker/image/image.go
|
535 | 534 | ./vendor/src/github.com/docker/docker/integration-cli/MAINTAINERS
|
536 |
| -./vendor/src/github.com/docker/docker/integration-cli/docker_api_containers_test.go |
| 535 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/DirContentToExistDir/Dockerfile |
| 536 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/DirContentToExistDir/test_dir/test_file |
| 537 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/DirContentToRoot/Dockerfile |
| 538 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/DirContentToRoot/test_dir/test_file |
| 539 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/DisallowRemote/Dockerfile |
| 540 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/EtcToRoot/Dockerfile |
| 541 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFiles/Dockerfile |
| 542 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFiles/test_file1 |
| 543 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFiles/test_file2 |
| 544 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFiles/test_file3 |
| 545 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFiles/test_file4 |
| 546 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFilesToFile/Dockerfile |
| 547 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFilesToFile/test_file1 |
| 548 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFilesToFile/test_file2 |
| 549 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/MultipleFilesToFile/test_file3 |
| 550 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/SingleFileToExistDir/Dockerfile |
| 551 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/SingleFileToExistDir/test_file |
| 552 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/SingleFileToNonExistDir/Dockerfile |
| 553 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/SingleFileToNonExistDir/test_file |
| 554 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/SingleFileToRoot/Dockerfile |
| 555 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/SingleFileToWorkdir/Dockerfile |
| 556 | +./vendor/src/github.com/docker/docker/integration-cli/build_tests/TestCopy/WholeDirToRoot/Dockerfile |
537 | 557 | ./vendor/src/github.com/docker/docker/integration-cli/docker_api_inspect_test.go
|
538 |
| -./vendor/src/github.com/docker/docker/integration-cli/docker_api_resize_test.go |
539 | 558 | ./vendor/src/github.com/docker/docker/integration-cli/docker_cli_attach_test.go
|
540 | 559 | ./vendor/src/github.com/docker/docker/integration-cli/docker_cli_build_test.go
|
541 | 560 | ./vendor/src/github.com/docker/docker/integration-cli/docker_cli_commit_test.go
|
|
610 | 629 | ./vendor/src/github.com/docker/docker/pkg/archive/changes.go
|
611 | 630 | ./vendor/src/github.com/docker/docker/pkg/archive/changes_test.go
|
612 | 631 | ./vendor/src/github.com/docker/docker/pkg/archive/diff.go
|
613 |
| -./vendor/src/github.com/docker/docker/pkg/archive/example_changes.go |
614 | 632 | ./vendor/src/github.com/docker/docker/pkg/archive/testdata/broken.tar
|
615 | 633 | ./vendor/src/github.com/docker/docker/pkg/archive/time_linux.go
|
616 | 634 | ./vendor/src/github.com/docker/docker/pkg/archive/time_unsupported.go
|
|
637 | 655 | ./vendor/src/github.com/docker/docker/pkg/jsonlog/jsonlog_marshalling.go
|
638 | 656 | ./vendor/src/github.com/docker/docker/pkg/jsonlog/jsonlog_test.go
|
639 | 657 | ./vendor/src/github.com/docker/docker/pkg/listenbuffer/buffer.go
|
| 658 | +./vendor/src/github.com/docker/docker/pkg/log/log.go |
| 659 | +./vendor/src/github.com/docker/docker/pkg/log/log_test.go |
640 | 660 | ./vendor/src/github.com/docker/docker/pkg/mflag/LICENSE
|
641 | 661 | ./vendor/src/github.com/docker/docker/pkg/mflag/MAINTAINERS
|
642 | 662 | ./vendor/src/github.com/docker/docker/pkg/mflag/README.md
|
|
658 | 678 | ./vendor/src/github.com/docker/docker/pkg/mount/mountinfo_linux.go
|
659 | 679 | ./vendor/src/github.com/docker/docker/pkg/mount/mountinfo_linux_test.go
|
660 | 680 | ./vendor/src/github.com/docker/docker/pkg/mount/mountinfo_unsupported.go
|
661 |
| -./vendor/src/github.com/docker/docker/pkg/mount/sharedsubtree_linux.go |
662 | 681 | ./vendor/src/github.com/docker/docker/pkg/namesgenerator/names-generator.go
|
663 | 682 | ./vendor/src/github.com/docker/docker/pkg/namesgenerator/names-generator_test.go
|
664 | 683 | ./vendor/src/github.com/docker/docker/pkg/networkfs/MAINTAINERS
|
|
686 | 705 | ./vendor/src/github.com/docker/docker/pkg/proxy/stub_proxy.go
|
687 | 706 | ./vendor/src/github.com/docker/docker/pkg/proxy/tcp_proxy.go
|
688 | 707 | ./vendor/src/github.com/docker/docker/pkg/proxy/udp_proxy.go
|
689 |
| -./vendor/src/github.com/docker/docker/pkg/reexec/MAINTAINERS |
690 |
| -./vendor/src/github.com/docker/docker/pkg/reexec/README.md |
691 |
| -./vendor/src/github.com/docker/docker/pkg/reexec/reexec.go |
692 | 708 | ./vendor/src/github.com/docker/docker/pkg/signal/signal.go
|
693 | 709 | ./vendor/src/github.com/docker/docker/pkg/signal/signal_darwin.go
|
694 | 710 | ./vendor/src/github.com/docker/docker/pkg/signal/signal_freebsd.go
|
|
705 | 721 | ./vendor/src/github.com/docker/docker/pkg/sysinfo/sysinfo.go
|
706 | 722 | ./vendor/src/github.com/docker/docker/pkg/system/MAINTAINERS
|
707 | 723 | ./vendor/src/github.com/docker/docker/pkg/system/errors.go
|
708 |
| -./vendor/src/github.com/docker/docker/pkg/system/meminfo.go |
709 |
| -./vendor/src/github.com/docker/docker/pkg/system/meminfo_linux.go |
710 |
| -./vendor/src/github.com/docker/docker/pkg/system/meminfo_linux_test.go |
711 |
| -./vendor/src/github.com/docker/docker/pkg/system/meminfo_unsupported.go |
712 | 724 | ./vendor/src/github.com/docker/docker/pkg/system/stat_linux.go
|
713 | 725 | ./vendor/src/github.com/docker/docker/pkg/system/stat_unsupported.go
|
714 | 726 | ./vendor/src/github.com/docker/docker/pkg/system/utimes_darwin.go
|
|
762 | 774 | ./vendor/src/github.com/docker/docker/pkg/units/size_test.go
|
763 | 775 | ./vendor/src/github.com/docker/docker/pkg/version/version.go
|
764 | 776 | ./vendor/src/github.com/docker/docker/pkg/version/version_test.go
|
| 777 | +./vendor/src/github.com/docker/docker/reexec/README.md |
| 778 | +./vendor/src/github.com/docker/docker/reexec/reexec.go |
765 | 779 | ./vendor/src/github.com/docker/docker/registry/MAINTAINERS
|
766 | 780 | ./vendor/src/github.com/docker/docker/registry/auth.go
|
767 | 781 | ./vendor/src/github.com/docker/docker/registry/auth_test.go
|
768 | 782 | ./vendor/src/github.com/docker/docker/registry/endpoint.go
|
769 |
| -./vendor/src/github.com/docker/docker/registry/endpoint_test.go |
770 | 783 | ./vendor/src/github.com/docker/docker/registry/httpfactory.go
|
771 | 784 | ./vendor/src/github.com/docker/docker/registry/registry.go
|
772 | 785 | ./vendor/src/github.com/docker/docker/registry/registry_mock_test.go
|
|
0 commit comments