summaryrefslogtreecommitdiff
path: root/libpod/events/journal_linux.go
Commit message (Expand)AuthorAge
* Events for containers in pods now include the pod's IDMatthew Heon2022-09-22
* event backend journald: fix problem with empty journalPaul Holzinger2022-09-12
* fix goroutine leaks in events and logs backendPaul Holzinger2022-07-20
* 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
* | fix CI: golangci-lint is broken on mainPaul Holzinger2022-06-15
* | golangci-lint: add systemd build tagPaul Holzinger2022-06-14
|/
* go fmt: use go 1.18 conditional-build syntaxValentin Rothberg2022-03-18
* bump go module to version 4Valentin Rothberg2022-01-18
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Add no-trunc support to podman-eventsDaniel J Walsh2021-09-16
* logFile until flag issuecdoern2021-08-23
* events: support disjunctive filtersValentin Rothberg2021-06-02
* bump go module to v3Valentin Rothberg2021-02-22
* close journald when readingbaude2021-01-04
* podman events allow future time for --untilPaul Holzinger2020-12-11
* add network connect|disconnect compat endpointsbaude2020-11-19
* Improve the journal event readingPaul Holzinger2020-10-27
* filter events by labelsbaude2020-10-23
* Remove some unnecessary []byte to string conversionsSascha Grunert2020-08-03
* events endpoint: fix panic and race conditionValentin Rothberg2020-07-20
* Fix `system service` panic from early hangup in eventsMatthew Heon2020-07-02
* update systemd & dbus dependenciesValentin Rothberg2020-03-10
* events: make sure the write channel is always closedGiuseppe Scrivano2019-11-06
* performance fix for podman events with large journaldsbaude2019-08-14
* Small optimization - only store exit code when nonzeroMatthew Heon2019-08-12
* Fix container exit code with Journald backendMatthew Heon2019-08-12
* systemd library conflict with seektail and addmatchbaude2019-08-06
* add eventlogger to infobaude2019-08-02
* get last container eventbaude2019-07-07
* set default event logger based on build tagsbaude2019-05-14
* Add `systemd` build tagSascha Grunert2019-05-13
* Do not hard fail on non-decodable eventsMatthew Heon2019-04-26
* journald event loggingbaude2019-04-24