summaryrefslogtreecommitdiff
path: root/daemon/daemon_windows.go
Commit message (Expand)AuthorAgeFilesLines
* Remove getBlkioWeightDevices in daemon_windows.go as it is not neededYong Tang2017-12-131-5/+0
* remove import of opencontainers/runc in windowsDaniel Dao2017-12-131-2/+2
* Simplify/fix MkdirAll usageKir Kolyshkin2017-11-271-2/+1
* Added support for persisting Windows network driver specific options over reb...Cheng-mean Liu2017-11-211-1/+13
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-40/+48
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-4/+6
* Merge pull request #34928 from darrenstahlmsft/HnsRunningSebastiaan van Stijn2017-09-271-0/+25
|\
| * Ensure Host Network Service existsDarren Stahl2017-09-251-0/+25
* | Fix error string about containers featureDarren Stahl2017-09-251-1/+1
|/
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-1/+2
* Add deadcode linterDaniel Nephin2017-08-211-20/+0
* Remove string checking in API error handlingBrian Goff2017-08-151-2/+2
* Implement none, private, and shareable ipc modesKir Kolyshkin2017-08-141-1/+2
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Return an empty stats if "container not found"Yuanhong Peng2017-07-101-0/+3
* Do not set -1 for swappinessMichael Crosby2017-07-031-2/+2
* LCOW: Don't mount for linux containers eitherJohn Howard2017-06-201-0/+10
* LCOW: Create layer folders with correct ACLJohn Howard2017-06-201-1/+1
* LCOW: Move daemon stores to per platformJohn Howard2017-06-201-1/+1
* Merge pull request #33498 from darrenstahlmsft/IoTDataPartitionJohn Howard2017-06-151-0/+11
|\
| * Skip evaluation of symlinks to data root on IoT CoreDarren Stahl2017-06-131-0/+11
* | Merge pull request #33053 from simonferquel/ignore-private-networksVincent Demeester2017-06-141-0/+3
|\ \ | |/ |/|
| * Ignore HNS networks with type PrivateSimon Ferquel2017-06-131-0/+3
* | Merge pull request #33414 from darrenstahlmsft/IoTServerContainersBrian Goff2017-06-121-4/+5
|\ \
| * | Check for Windows 10 IoT Core to use process isolation on IoTDarren Stahl2017-05-301-4/+5
| |/
* | Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-3/+3
|/
* Fix scaling of NanoCPUs on Hyper-V containersDarren Stahl2017-04-121-0/+11
* Windows:Revert change to wait for OOBEDarren Stahl2017-03-271-34/+1
* Merge pull request #29984 from jmzwcn/issueNNPAnusha Ragunathan2017-02-171-0/+4
|\
| * Add daemon flag to set no_new_priv as default for unprivileged containers.Daniel Zhang2017-02-161-0/+4
* | Merge pull request #31054 from darrenstahlmsft/WaitOOBEBrian Goff2017-02-161-1/+38
|\ \ | |/ |/|
| * Windows: Wait for OOBE to prevent crashing during host updateDarren Stahl2017-02-151-1/+38
* | rewrite reload codeallencloud2017-02-151-3/+3
* | Extract daemon configuration and discovery to their own packageVincent Demeester2017-02-081-12/+13
* | Add Windows specific exec root for plugins.Anusha Ragunathan2017-02-021-0/+6
|/
* Added support for dns-search and fixes #30102msabansal2017-01-131-2/+4
* fix nits in commentsallencloud2016-12-271-1/+1
* Implement content addressability for pluginsTonis Tiigi2016-12-231-4/+0
* daemon: return directly without ifs where possibleunclejack2016-12-141-4/+1
* Ensure vmcompute.dll exists during daemon startDarren Stahl2016-11-211-0/+6
* Fix error messages for `--cpus` from daemonYong Tang2016-11-151-1/+3
* Windows: create daemon root with ACLJohn Howard2016-11-101-1/+1
* Windows: Additional client checkJohn Howard2016-11-101-2/+8
* Merge pull request #28182 from msabansal/overlayexternalSebastiaan van Stijn2016-11-101-3/+11
|\
| * Swarm-mode overlay networking support for windowsmsabansal2016-11-101-3/+11
* | Adding more strict resource checks on WindowsDarren Stahl2016-11-091-54/+56
|/
* Windows: Add cpu count optionDarren Stahl2016-11-041-18/+53
* Add `--cpus` flag to control cpu resourcesYong Tang2016-11-041-0/+11
* daemon: add a flag to override the default seccomp profileAntonio Murdaca2016-11-021-0/+4
* Windows: Add comment re client containersJohn Howard2016-10-251-0/+2