summaryrefslogtreecommitdiff
path: root/volume/mounts
Commit message (Expand)AuthorAgeFilesLines
* volume: use strings.Cut() and minor refactorSebastiaan van Stijn2022-12-212-48/+31
* testing: move fuzzers over from OSS-FuzzAdamKorcz2022-11-301-0/+15
* volume: fix empty-lines (revive)Sebastiaan van Stijn2022-09-282-2/+0
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-3/+3
* all: replace strings.Replace with strings.ReplaceAllEng Zer Jun2022-05-092-9/+9
* Fix windows rxReservedNamesRobert Shade2021-11-082-1/+2
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-4/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-242-0/+2
* volume/mounts: remove windowsValidateRegex() utilitySebastiaan van Stijn2021-07-272-10/+9
* volume/mounts: add destination validation to "validators"Sebastiaan van Stijn2021-07-272-21/+24
* volume/mounts: rename windowsSplitRawSpec() to splitRawSpec()Sebastiaan van Stijn2021-07-272-3/+3
* volume/mounts: minor formatting and linting fixesSebastiaan van Stijn2021-07-271-4/+5
* volume/mounts: pre-compile regular expressionsSebastiaan van Stijn2021-07-272-30/+40
* volume/mounts: use sub-tests, and use gotest.toolsSebastiaan van Stijn2021-07-023-102/+44
* volume/mounts: don't use global variable for fileinfoproviderSebastiaan van Stijn2021-07-026-49/+51
* volume/mounts: add constructors for each parserSebastiaan van Stijn2021-07-028-12/+27
* volume/mounts: split tests per parserSebastiaan van Stijn2021-07-024-401/+588
* volume/mounts: move TestConvertTmpfsOptionsSebastiaan van Stijn2021-07-022-42/+50
* volume/mounts: remove "containerOS" argument from NewParser (LCOW code)Sebastiaan van Stijn2021-07-023-17/+6
* volume/mounts: move some code to correct location, and minor linting/formattingSebastiaan van Stijn2021-07-027-31/+26
* SELinux: fix ENOTSUP errors not being detected when relabelingSebastiaan van Stijn2020-05-101-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* Entropy cannot be savedJustin Cormack2019-06-073-3/+3
* Fix error handling for bind mount spec parser.Brian Goff2019-05-222-1/+54
* mount: add BindOptions.NonRecursive (API v1.40)Akihiro Suda2018-11-061-0/+3
* Tweak bind mount errorsSebastiaan van Stijn2018-09-282-3/+3
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-1/+1
* Fix the several typos detected by github.com/client9/misspellKazuhiro Sera2018-08-091-1/+1
* Fix bindmount autocreate raceBrian Goff2018-07-021-0/+11
* Move mount parsing to separate package.Brian Goff2018-04-1913-0/+1768