spiegel_podman/libpod/events
Doug Rabson 70e6b19d4d events: Fix spelling of newNullEventer
This function changed from public to private which broke the FreeBSD build.

Sadly, adding FreeBSD to the cross build isn't currently possible since
github.com/godbus/dbus relies on cgo on FreeBSD. I've tried to fix this
upstream but my PR is going nowhere - I think this dependency is only
needed for systemd which isn't a thing on FreeBSD so it might be
possible to work around the problem in libpod by making the systemd code
conditional on linux.

[NO NEW TESTS NEEDED]

Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-09-13 08:38:13 +01:00
..
config.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
events.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
events_freebsd.go events: Fix spelling of newNullEventer 2022-09-13 08:38:13 +01:00
events_linux.go event backend none: return an error when reading events 2022-09-12 18:05:17 +02:00
events_unsupported.go events: Add freebsd support for libpod/event 2022-08-22 10:14:12 +01:00
filters.go libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
journal_linux.go event backend journald: fix problem with empty journal 2022-09-12 18:05:17 +02:00
journal_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
logfile.go set default EventsLogFilePath on first run 2022-09-12 18:05:18 +02:00
logfile_test.go Add log rotation based on log size 2022-04-14 09:35:29 +01:00
memory.go Add podman machine events 2022-05-03 13:49:01 -07:00
nullout.go event backend none: return an error when reading events 2022-09-12 18:05:17 +02:00