summaryrefslogtreecommitdiff
path: root/pkg/directory
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44251 from thaJeztah/pkg_dir_cleanupSebastiaan van Stijn2022-10-154-80/+18
|\
| * pkg/directory: remove unused MoveToSubdir() utilitySebastiaan van Stijn2022-10-052-71/+1
| * pkg/directory: minor refactor of Size()Sebastiaan van Stijn2022-10-053-12/+20
* | pkg/directory: Size(): add back type-casts to account for platform differencesSebastiaan van Stijn2022-10-051-4/+4
|/
* pkg/*: fix "empty-lines" (revive)Sebastiaan van Stijn2022-09-281-1/+0
* fix unclosed file-handles in testsSebastiaan van Stijn2022-05-311-0/+5
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-20/+18
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* TestMoveToSubdir: use sort.Strings() (gosimple)Sebastiaan van Stijn2019-09-181-1/+1
* Extract volume interaction to a volumes serviceBrian Goff2018-05-251-1/+1
* Support cancellation in `directory.Size()`Brian Goff2018-03-293-9/+23
* Add canonical import commentDaniel Nephin2018-02-054-4/+4
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-021-1/+1
* Add unconvert linterDaniel Nephin2017-08-241-2/+2
* Fix filepath.Walk misusage in pkg/directoryAkihiro Suda2016-05-303-2/+27
* Get the Docker Engine to build clean on SolarisAmit Krishnan2016-05-231-1/+1
* fix variables that werent being calledJessica Frazelle2016-03-172-7/+3
* Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-093-1/+71
* Windows: Fix long path handling for docker buildStefan J. Wernli2015-09-151-0/+8
* make docker compile on freebsdAlexey Guskov2015-07-291-1/+1
* Makes directory pkg compilable on Windows.Rick Wieman2015-03-123-19/+64
* Move directory size calculation to pkg/ (fixes #10970)Martijn Dwars2015-03-042-0/+159