summaryrefslogtreecommitdiff
path: root/libpod/events.go
AgeCommit message (Expand)Author
2022-11-29container create: add inspect data to eventValentin Rothberg
2022-09-22Events for containers in pods now include the pod's IDMatthew Heon
2022-09-12set default EventsLogFilePath on first runPaul Holzinger
2022-09-12libpod: runtime newEventer() cleanupPaul Holzinger
2022-09-06emit container labels also for container exited and exec died eventsHarald Albrecht
2022-07-05libpod: switch to golang native error wrappingSascha Grunert
2022-06-27Merge pull request #14705 from jakecorrenti/show-health-status-eventopenshift-ci[bot]
2022-06-27Show Health Status eventsJake Correnti
2022-06-23libpod: fix wait and exit-code logicValentin Rothberg
2022-05-23auto update: create an eventValentin Rothberg
2022-04-21vendor c/commonValentin Rothberg
2022-04-14Add log rotation based on log sizeNiall Crowe
2022-01-18bump go module to version 4Valentin Rothberg
2021-09-22standardize logrus messages to upper caseDaniel J Walsh
2021-06-10Add ExecDied event and use it to retrieve exit codesMatthew Heon
2021-02-22bump go module to v3Valentin Rothberg
2020-11-19add network connect|disconnect compat endpointsbaude
2020-10-23filter events by labelsbaude
2020-07-28Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh
2020-07-07fix race condition in `libpod.GetEvents(...)`Valentin Rothberg
2020-07-06move go module to v2Valentin Rothberg
2020-07-02Fix `system service` panic from early hangup in eventsMatthew Heon
2020-06-15Turn on More lintersDaniel J Walsh
2020-03-27Add support for containers.confDaniel J Walsh
2019-07-07get last container eventbaude
2019-04-25Add System event type and renumber, refresh eventsMatthew Heon
2019-04-24journald event loggingbaude
2019-03-27Remove ulele/deepcopier in favor of JSON deep copyMatthew Heon
2019-03-15display logs for multiple containers at the same timebaude
2019-03-15events: use os.SEEK_END instead of its valueGiuseppe Scrivano
2019-03-13Add event on container deathMatthew Heon
2019-03-11Add event logging to libpod, even display to podmanbaude