summaryrefslogtreecommitdiff
path: root/libcontainerd
Commit message (Expand)AuthorAgeFilesLines
* Rename "v1" to "statsV1"Sebastiaan van Stijn2019-12-031-3/+3
* bump containerd/cgroups 5fbad35c2a7e855762d3c60f2e474ffcad0d470aSebastiaan van Stijn2019-12-031-4/+4
* Merge pull request #356 from thaJeztah/19.03_backport_fix_windows_errortypeAndrew Hsu2019-09-241-1/+1
|\
| * Windows: fix error-type for starting a running containerSebastiaan van Stijn2019-09-161-1/+1
* | Merge pull request #361 from thaJeztah/19.03_backport_libcontainerd_events_waitAndrew Hsu2019-09-241-3/+9
|\ \
| * | Sleep before restarting event processingBrian Goff2019-09-201-3/+9
| |/
* | Handle blocked I/O of exec'd processesMichael Crosby2019-09-201-8/+8
|/
* 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
* | Don't invoke HCS shutdown if terminate calledJohn Howard2018-08-021-21/+30
|/
* Merge pull request #37514 from jterry75/linux_metadataSebastiaan van Stijn2018-07-271-0/+4
|\
| * Adds LinuxMetadata support by default on WindowsJustin Terry (VM)2018-07-231-0/+4
* | Merge pull request #37360 from bjbroder/checkpoint-exitSebastiaan van Stijn2018-07-261-1/+5
|\ \
| * | Fix checkpoint's exiting semantics.Brielle Broder2018-07-251-1/+5
| |/
* | Add configuration option for containerd criDerek McGowan2018-07-242-0/+9
|/
* Pass log-level to containerdSebastiaan van Stijn2018-07-093-6/+5
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1
* vendor: update containerd to 63522d9Tonis Tiigi2018-06-081-16/+12
* Update containerd daemonDerek McGowan2018-06-042-4/+20
* Update containerd to 1.1Derek McGowan2018-06-042-118/+103
* Various code-cleanupSebastiaan van Stijn2018-05-232-2/+2
* Fix some linting issuesSebastiaan van Stijn2018-05-171-2/+2
* Merge pull request #36684 from cpuguy83/bump_containerd_clientVincent Demeester2018-04-193-27/+9
|\
| * Use containerd client `Reconnect()` API.Brian Goff2018-03-283-27/+9
* | Relax global client lock on containerd restore.Brian Goff2018-04-171-12/+32