summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fix critical bug: can't restart a restarting containerZhang Wei2016-04-111-1/+9
* Fix docker stats missing memory limitLei Jitang2016-04-112-0/+12
* Add missing "start" event back for auto-restart containerZhang Wei2016-04-112-1/+4
* Fix compilation errors with btrfs-progs-4.5Julio Montes2016-04-061-3/+8
* when container had no layer data, cleanupContainer crashedmYmNeo2016-04-061-4/+8
* Ignore os.IsNotExist errors when calling ToDiskLockingShishir Mahajan2016-04-061-1/+1
* Define readonly/mask paths in specTonis Tiigi2016-04-061-3/+5
* Improve udev unsupported error messageSebastiaan van Stijn2016-04-061-1/+7
* Fix container mount cleanup issuesTonis Tiigi2016-03-315-73/+33
* Update mount state of live containers after a daemon crash.Anusha Ragunathan2016-03-311-0/+5
* Open the journald following descriptor earlierNalin Dahyabhai2016-03-311-7/+14
* Improve error reporting when following journalsNalin Dahyabhai2016-03-311-5/+15
* When using systemd, pass expected cgroupsPath and cli options to runc.Anusha Ragunathan2016-03-312-23/+43
* Protect aufs mounts with locksTonis Tiigi2016-03-311-0/+7
* Fixes #21538Robin Naundorf2016-03-311-1/+1
* Fix wrong variable name on blkio resourcesTonis Tiigi2016-03-251-5/+5
* Fix setting cgroup permission to user/privileged devicesTonis Tiigi2016-03-252-6/+27
* Move layer mount refcounts to mountedLayerBrian Goff2016-03-2511-358/+236
* Fix use of mounted() in overlay.Anusha Ragunathan2016-03-251-0/+10
* Revert "Move layer mount refcounts to mountedLayer"Tonis Tiigi2016-03-2311-242/+358
* Merge pull request #21407 from LK4D4/log_stats_errorsLei Jitang2016-03-231-1/+1
|\
| * daemon: log errors from stats callsAlexander Morozov2016-03-221-1/+1
* | Merge pull request #21107 from cpuguy83/one_ctr_to_rule_them_allTõnis Tiigi2016-03-2211-358/+242
|\ \
| * | Move layer mount refcounts to mountedLayerBrian Goff2016-03-2211-358/+242
* | | Merge pull request #21370 from tonistiigi/expose-layer-idsTibor Vass2016-03-223-0/+24
|\ \ \
| * | | Expose RootFS in image inspectTonis Tiigi2016-03-223-0/+24
| | |/ | |/|
* | | Merge pull request #21367 from mlaventure/containerd-docs-cleanupTibor Vass2016-03-225-28/+32
|\ \ \ | |/ / |/| |
| * | Remove unneeded references to execDriverKenfe-Mickael Laventure2016-03-215-28/+32
* | | Merge pull request #21270 from ehazlett/resource-labelsTibor Vass2016-03-227-14/+25
|\ \ \
| * | | add label support for build, networks and volumesEvan Hazlett2016-03-227-14/+25
* | | | Merge pull request #21383 from estesp/shared-userns-net-ipcDavid Calavera2016-03-222-15/+26
|\ \ \ \
| * | | | Allow net and IPC namespaces to be shared when userns=onPhil Estes2016-03-212-15/+26
* | | | | Merge pull request #21223 from cpuguy83/add_nocp_to_volsTibor Vass2016-03-222-2/+2
|\ \ \ \ \
| * | | | | Add explicit flags for volume cp/no-cpBrian Goff2016-03-212-2/+2
| |/ / / /
* | | | | Merge pull request #21373 from aaronlehmann/client-user-agent-registry-operat...Arnaud Porterie2016-03-211-8/+8
|\ \ \ \ \
| * | | | | Pass upstream client's user agent through to registry on operations beyond pullsAaron Lehmann2016-03-211-8/+8
| |/ / / /
* | | | | Merge pull request #21354 from Microsoft/jjh/getpidsDavid Calavera2016-03-211-4/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Windows: Minimal docker top implementationJohn Howard2016-03-201-4/+24
* | | | | Merge pull request #21306 from mgoelzer/issue20001-nodepsArnaud Porterie2016-03-211-5/+5
|\ \ \ \ \
| * | | | | Pass upstream client's user agent through to registry on image pullsMike Goelzer2016-03-201-5/+5
* | | | | | Merge pull request #21301 from cpuguy83/cleaner_file_logAlexander Morozov2016-03-212-41/+44
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fixes some issues with jsonfile write/readBrian Goff2016-03-212-41/+44
* | | | | | Merge pull request #19439 from pcarrier/pcarrier/19438-async-connections-to-f...Vincent Demeester2016-03-213-112/+78
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fluentd logger: support all options besides Unix socketsPierre Carrier2016-03-211-12/+78
| * | | | | Revert "Added flag to ignore fluentd connect error on container start"Pierre Carrier2016-03-203-103/+3
* | | | | | Merge pull request #21342 from tonistiigi/cleanup-libcontainerArnaud Porterie2016-03-212-58/+19
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Convert libnetwork stats directly to api typesTonis Tiigi2016-03-192-58/+19
| |/ / / /
* | | | | Merge pull request #21313 from Microsoft/sjw/logs_fixDavid Calavera2016-03-211-0/+1
|\ \ \ \ \
| * | | | | Fixing logs file handle leak.Stefan J. Wernli2016-03-181-0/+1
* | | | | | Merge pull request #21336 from Microsoft/jjh/fixunmountDavid Calavera2016-03-211-15/+14
|\ \ \ \ \ \