aboutsummaryrefslogtreecommitdiff
path: root/container
Commit message (Expand)AuthorAgeFilesLines
* Refactor libcontainerd to minimize c8d RPCsCory Snider2022-08-244-9/+222
* Update container OOMKilled flag immediatelyCory Snider2022-08-242-5/+1
* state/Wait: Fix race when reading exit statusPaweł Gronowski2022-07-203-57/+88
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-8/+10
* Use hashicorp/go-memdb instead of truncindexDjordje Lukic2022-05-202-0/+366
* container: StopSignal(): return syscall.SignalSebastiaan van Stijn2022-05-052-4/+4
* Bump swarmkit to v2Cory Snider2022-04-211-1/+1
* Merge pull request #42574 from charlesxsh/fix-deadlock-1Tianon Gravi2021-12-011-1/+1
|\
| * fix potential goroutine leak by making channel non-blockingShihao Xia2021-08-261-1/+1
* | refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-274-10/+6
* | Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-242-0/+2
* | pkg/signal: remove DefaultStopSignal constSebastiaan van Stijn2021-08-114-2/+8
* | container: un-export DefaultStopTimeoutSebastiaan van Stijn2021-08-114-7/+7
* | remove various LCOW bits (container, image, pkg/containerfs)Sebastiaan van Stijn2021-07-271-11/+5
* | Merge pull request #42616 from thaJeztah/migrate_pkg_signalBrian Goff2021-07-262-2/+2
|\ \
| * | replace pkg/signal with moby/sys/signal v0.5.0Sebastiaan van Stijn2021-07-232-2/+2
| |/
* / volume/mounts: remove "containerOS" argument from NewParser (LCOW code)Sebastiaan van Stijn2021-07-022-8/+4
|/
* Remove LCOW code (step 1)Sebastiaan van Stijn2021-06-031-1/+1
* Swarm config: use absolute paths for mount destination stringsAkihiro Suda2021-05-113-2/+15
* container: minor cleanup/refactorSebastiaan van Stijn2020-11-101-8/+9
* container: make hostconfig.json non-world-readable (0600)Sebastiaan van Stijn2020-11-101-1/+1
* replace pkg/symlink with github.com/moby/sys/symlinkSebastiaan van Stijn2020-11-031-1/+1
* Merge pull request #40856 from cpuguy83/reduce_allocs_on_env_repalceBrian Goff2020-05-123-12/+69
|\
| * Use strings.Index instead of strings.SplitBrian Goff2020-04-243-12/+69
* | SELinux: fix ENOTSUP errors not being detected when relabelingSebastiaan van Stijn2020-05-101-2/+1
* | Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-2/+2
|/
* remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-211-1/+1
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
* Support configuration of log cacher.Brian Goff2020-02-191-11/+14
* Support reads for all log drivers.Brian Goff2020-02-191-2/+24
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-112-3/+3
* Remove refs to jhowardmsft from .go codeJohn Howard2019-09-251-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-183-3/+3
* Merge pull request #39794 from tao12345666333/cleanup-set-dead-funcBrian Goff2019-09-122-8/+3
|\
| * cleanup: remove SetDead functionJintao Zhang2019-08-252-8/+3
* | container.ConfigFilePath: use same signature on WindowsSebastiaan van Stijn2019-09-031-2/+2
* | Merge pull request #39699 from thaJeztah/mkdirall_dropinTibor Vass2019-08-271-2/+2
|\ \ | |/ |/|
| * Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()Sebastiaan van Stijn2019-08-081-2/+2
* | Fix phrasing when referring to the freezer cgroupOdin Ugedal2019-08-161-1/+1
|/
* Merge pull request #39653 from thaJeztah/fix_unmount_ipc_ignore_enotexistBrian Goff2019-08-051-1/+1
|\
| * Fix "no such file or directory" warning when unmounting IPC mountSebastiaan van Stijn2019-08-021-1/+1
* | Avoid a data race in container/health.goZiheng Liu2019-07-311-1/+1
|/
* Handle blocked I/O of exec'd processesMichael Crosby2019-06-212-4/+27
* Merge pull request #39336 from justincormack/entropy-cannot-be-savedSebastiaan van Stijn2019-06-111-1/+1
|\
| * Entropy cannot be savedJustin Cormack2019-06-071-1/+1
* | Merge pull request #38522 from cpuguy83/fix_timersSebastiaan van Stijn2019-06-071-1/+4
|\ \ | |/ |/|
| * Make sure timers are stopped after use.Brian Goff2019-01-161-1/+4
* | Remove DiskQouta field.Yash Murty2019-04-301-1/+0
* | Move EnableServiceDiscoveryOnDefaultNetwork to container-operationsSebastiaan van Stijn2019-03-202-10/+0
* | Switch to google/uuidJustin Cormack2019-03-131-2/+2