spiegel_podman/pkg
Eng Zer Jun 118546c6a7
refactor: use os.ReadDir for lightweight directory reading
`os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil`
package. It is a more efficient implementation than `ioutil.ReadDir`.

Reference: https://pkg.go.dev/io/ioutil#ReadDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-09-11 15:58:31 +08:00
..
annotations fix a number of godot issues 2022-03-22 13:04:35 +01:00
api refactor: use os.ReadDir for lightweight directory reading 2022-09-11 15:58:31 +08:00
auth pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
autoupdate kube play: support auto updates and rollbacks 2022-09-06 08:56:55 +02:00
bindings fixes data race in system.Events and nil error logging 2022-09-07 20:57:18 +02:00
channel pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
checkpoint pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
copy pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
criu Fix spelling of GetCriuVersion 2022-06-27 12:57:44 +01:00
ctime golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
domain refactor: use os.ReadDir for lightweight directory reading 2022-09-11 15:58:31 +08:00
env Allow podman to run in an environment with keys containing spaces 2022-08-23 14:44:23 -04:00
errorhandling libpod/runtime: switch to golang native error wrapping 2022-07-04 15:39:00 +02:00
inspect pkg/inspect: remove unused ImageResult type 2022-05-24 16:07:39 +02:00
k8s.io kube: plug HostUsers in the pod spec 2022-09-08 22:08:50 +02:00
lookup enable gocritic linter 2022-04-26 18:12:22 +02:00
machine Merge pull request #15610 from n1hility/release-workflow 2022-09-08 12:26:50 +02:00
namespaces podman: add uid and gid options to keep-id 2022-08-30 14:39:27 +02:00
parallel pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
ps libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
rootless Don't warn on '/' not being shared while in a container 2022-08-15 10:28:29 -04:00
rootlessport go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
seccomp pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
selinux Fix SELinux functions names to not be repetitive 2020-04-23 15:57:34 -04:00
servicereaper go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
signal Implement CatchAll and StopCatch in signal_common.go 2022-06-27 13:27:12 +01:00
specgen Fix CPU usage limitation in play kube for non integer values 2022-09-10 10:53:50 +03:00
specgenutil health check: add on-failure actions 2022-09-09 13:02:05 +02:00
systemd Merge pull request #15547 from vrothberg/RUN-1606 2022-09-06 21:38:54 +02:00
terminal podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00
timetype enable gocritic linter 2022-04-26 18:12:22 +02:00
trust Preserve all unknown PolicyRequirement fields on (podman image trust set) 2022-08-25 01:52:59 +02:00
util refactor: use os.ReadDir for lightweight directory reading 2022-09-11 15:58:31 +08:00