summaryrefslogtreecommitdiff
path: root/pkg/util/utils.go
Commit message (Expand)AuthorAge
* pkg: switch to golang native error wrappingSascha Grunert2022-07-08
* Fix codespell errorsDaniel J Walsh2022-05-25
* Use containers/common/pkg/util.StringToSliceDaniel J Walsh2022-05-23
* Report correct RemoteURIDaniel J Walsh2022-05-04
* Merge pull request #13881 from rhatdan/usernsOpenShift Merge Robot2022-04-22
|\
| * Add support for --userns=nomapDaniel J Walsh2022-04-21
* | move golang.org/x/crypto/ssh/terminal to golang.org/x/termPaul Holzinger2022-04-22
|/
* Switch all calls to filepath.Walk to filepath.WalkDirDaniel J Walsh2022-03-27
* Remove error stutterDaniel J Walsh2022-03-25
* linter: enable nilerrValentin Rothberg2022-03-22
* Revert "use GetRuntimeDir() from c/common"Brent Baude2022-03-01
* use GetRuntimeDir() from c/commonPaul Holzinger2022-02-21
* bump go module to version 4Valentin Rothberg2022-01-18
* fix misleading comment regarding default value of cpu period [NO NEW TESTS NE...Noah Stride2022-01-03
* Allow users to add host user accounts to /etc/passwdDaniel J Walsh2021-12-23
* Merge pull request #11218 from cdoern/untilBugOpenShift Merge Robot2021-08-26
|\
| * logFile until flag issuecdoern2021-08-23
* | Add space trimming check in ValidateSysctlsxatier2021-08-13
|/
* Fix TS parsing for fractional valuesMatej Vasek2021-08-04
* migrate Podman to containers/common/libimageValentin Rothberg2021-05-05
* podman-remote should show podman.sock infoDaniel J Walsh2021-04-20
* [NO TESTS NEEDED] Shrink the size of podman-remoteDaniel J Walsh2021-03-29
* Add U volume flag to chown source volumesEduardo Vega2021-02-22
* bump go module to v3Valentin Rothberg2021-02-22
* Enable whitespace linterPaul Holzinger2021-02-11
* Enable stylecheck linterPaul Holzinger2021-02-11
* Support Unix timestamps for `podman logs --since`Chih-Hsuan Yen2020-12-04
* Align the podman ps --filter behavior with dockerPaul Holzinger2020-11-18
* Centralize cores and period/quota conversion codeJordan Christiansen2020-10-31
* The cidfile should be created when the container is createdDaniel J Walsh2020-10-26
* Convert Split() calls with an equal sign to SplitN()TomSweeneyRedHat2020-10-13
* Remove excessive error wrappingKir Kolyshkin2020-10-05
* pull types allow initial capsDaniel J Walsh2020-09-12
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Fix & add notes regarding problematic language in codebaseAshley Cui2020-07-15
* play-kube: add suport for "IfNotPresent" pull typeTristan Cacqueray2020-07-14
* move go module to v2Valentin Rothberg2020-07-06
* utils: drop default mapping when running uid!=0Giuseppe Scrivano2020-06-24
* podman: implement userns=keep-idGiuseppe Scrivano2020-04-24
* Move selinux labeling support from pkg/util to pkg/selinuxDaniel J Walsh2020-04-22
* Update podman to use containers.confDaniel J Walsh2020-04-20
* Merge pull request #5690 from rhatdan/selinuxOpenShift Merge Robot2020-04-16
|\
| * Add support for selecting kvm and systemd labelsDaniel J Walsh2020-04-15
* | v2 bloat pruning phase 2Brent Baude2020-04-15
|/
* Add support for the global flags and config filesJhon Honce2020-04-14
* userns: support --userns=autoGiuseppe Scrivano2020-04-06
* Add support for containers.confDaniel J Walsh2020-03-27
* podmanv2 add core container commandsBrent Baude2020-03-22
* Allow users to set TMPDIR environmentDaniel J Walsh2020-03-06
* add pkg/signalValentin Rothberg2020-02-14