summaryrefslogtreecommitdiff
path: root/libcontainerd
Commit message (Expand)AuthorAgeFilesLines
* Remove unused useShimV2()Sebastiaan van Stijn2020-07-151-1/+0
* Configure shims from runtime configBrian Goff2020-07-136-36/+17
* cgroup2: implement `docker stats`Akihiro Suda2020-04-021-4/+6
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* cgroup2: use shim V2Akihiro Suda2020-01-015-22/+65
* Merge pull request #40146 from thaJeztah/move_hcsshimBrian Goff2019-12-193-19/+38
|\
| * libcontainerd: move hcsshim import to windows-only fileSebastiaan van Stijn2019-12-103-19/+38
* | libcontainerd: normalize comment formattingSebastiaan van Stijn2019-11-272-34/+34
|/
* Rename "v1" to "statsV1"Sebastiaan van Stijn2019-11-011-3/+3
* bump containerd/cgroups 5fbad35c2a7e855762d3c60f2e474ffcad0d470aSebastiaan van Stijn2019-10-311-3/+3
* Use hcsshim osversion package for Windows versionsSebastiaan van Stijn2019-10-221-3/+4
* Wait for c8d process exit instead of polling APIBrian Goff2019-10-161-0/+9
* Merge pull request #39082 from ehazlett/opts-for-createAkihiro Suda2019-10-043-5/+8
|\
| * add NewContainerOpts to libcontainerd.CreateEvan Hazlett2019-10-033-5/+8
* | Remove refs to jhowardmsft from .go codeJohn Howard2019-09-251-1/+1
* | goimports: fix importsSebastiaan van Stijn2019-09-183-3/+3
|/
* Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()Sebastiaan van Stijn2019-08-081-1/+1
* Sleep before restarting event processingBrian Goff2019-07-121-3/+9
* Handle blocked I/O of exec'd processesMichael Crosby2019-06-211-8/+8
* Merge pull request #38522 from cpuguy83/fix_timersSebastiaan van Stijn2019-06-071-17/+30
|\
| * Make sure timers are stopped after use.Brian Goff2019-01-161-17/+30
* | Fix typo retreive -> retrieveSebastiaan van Stijn2019-06-041-1/+1
* | Windows: fix error-type for starting a running containerSebastiaan van Stijn2019-05-221-1/+1
* | Remove inmemory container mapMichael Crosby2019-04-055-230/+182
* | Export WithBundle codeMichael Crosby2019-04-053-28/+34
* | Remove libcontainerd status typeMichael Crosby2019-04-043-38/+17
* | Windows: Implement docker top for containerdJohn Howard2019-03-123-9/+21
* | Remove unsupported lcow.vhdx optionJohn Howard2019-03-121-11/+2
* | Windows: Don't shadow err variableJohn Howard2019-03-121-1/+3
* | Windows: Fix handle leaks/logging if init proc start failsJohn Howard2019-03-121-65/+90
* | Windows: (WCOW) Generate OCI spec that remote runtime can escapeJohn Howard2019-03-121-13/+24
* | Windows: Experimental: Allow containerd for runtimeJohn Howard2019-03-1216-200/+427
* | Implemented memory and CPU limits for LCOW.Yusuf Tarık Günaydın2019-02-021-25/+34
* | Fix nil pointer derefence on failure to connect to containerdSimão Reis2019-01-301-2/+2
|/
* libcontainerd: prevent exec delete lockingTonis Tiigi2018-12-171-2/+7
* Add --device support for WindowsJustin Terry (VM)2018-11-211-0/+13
* update containerd client and dependencies to v1.2.0Sebastiaan van Stijn2018-11-051-3/+3
* bugfix: wait for stdin creation before CloseIOWei Fu2018-10-101-1/+10
* Remove 'docker-' prefix for containerd and runc binariesTibor Vass2018-09-243-6/+6
* Merge pull request #37759 from dmcgowan/fix-libcontainerd-startup-errorSebastiaan van Stijn2018-09-141-4/+11
|\
| * Add fail fast path when containerd fails on startupDerek McGowan2018-09-131-4/+11
* | Format code with gofmt -s from go-1.11beta1Kir Kolyshkin2018-09-061-8/+8
* | Fix supervisor healthcheck throttlingDerek McGowan2018-09-041-26/+35
|/
* Add containerd.WithTimeout(60*time.Second) to match old callsJohn Howard2018-08-231-1/+1
* Merge pull request #37664 from dmcgowan/vendor-containerd-1.2Sebastiaan van Stijn2018-08-181-1/+11
|\
| * Update containerd vendor to 1.2 betaDerek McGowan2018-08-171-1/+11
* | Merge pull request #35521 from salah-khan/35507John Stephens2018-08-171-2/+2
|\ \
| * | Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-2/+2
| |/
* | Merge pull request #37149 from dmcgowan/split-libcontainerdSebastiaan van Stijn2018-08-1614-423/+236
|\ \ | |/ |/|
| * libcontainerd: split client and supervisorDerek McGowan2018-08-0614-423/+236