aboutsummaryrefslogtreecommitdiff
path: root/libpod/events.go
Commit message (Expand)AuthorAge
* Events for containers in pods now include the pod's IDMatthew Heon2022-09-22
* set default EventsLogFilePath on first runPaul Holzinger2022-09-12
* libpod: runtime newEventer() cleanupPaul Holzinger2022-09-12
* emit container labels also for container exited and exec died eventsHarald Albrecht2022-09-06
* libpod: switch to golang native error wrappingSascha Grunert2022-07-05
* Merge pull request #14705 from jakecorrenti/show-health-status-eventopenshift-ci[bot]2022-06-27
|\
| * Show Health Status eventsJake Correnti2022-06-27
* | libpod: fix wait and exit-code logicValentin Rothberg2022-06-23
|/
* auto update: create an eventValentin Rothberg2022-05-23
* vendor c/commonValentin Rothberg2022-04-21
* Add log rotation based on log sizeNiall Crowe2022-04-14
* bump go module to version 4Valentin Rothberg2022-01-18
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Add ExecDied event and use it to retrieve exit codesMatthew Heon2021-06-10
* bump go module to v3Valentin Rothberg2021-02-22
* add network connect|disconnect compat endpointsbaude2020-11-19
* filter events by labelsbaude2020-10-23
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* fix race condition in `libpod.GetEvents(...)`Valentin Rothberg2020-07-07
* move go module to v2Valentin Rothberg2020-07-06
* Fix `system service` panic from early hangup in eventsMatthew Heon2020-07-02
* Turn on More lintersDaniel J Walsh2020-06-15
* Add support for containers.confDaniel J Walsh2020-03-27
* get last container eventbaude2019-07-07
* Add System event type and renumber, refresh eventsMatthew Heon2019-04-25
* journald event loggingbaude2019-04-24
* Remove ulele/deepcopier in favor of JSON deep copyMatthew Heon2019-03-27
* display logs for multiple containers at the same timebaude2019-03-15
* events: use os.SEEK_END instead of its valueGiuseppe Scrivano2019-03-15
* Add event on container deathMatthew Heon2019-03-13
* Add event logging to libpod, even display to podmanbaude2019-03-11