aboutsummaryrefslogtreecommitdiff
path: root/libpod/events
Commit message (Expand)AuthorAge
* Improve the journal event readingPaul Holzinger2020-10-27
* filter events by labelsbaude2020-10-23
* APIv2 compatibility network connect|disconnectbaude2020-10-22
* add event for image buildBrent Baude2020-08-12
* Remove some unnecessary []byte to string conversionsSascha Grunert2020-08-03
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* events endpoint: fix panic and race conditionValentin Rothberg2020-07-20
* Remove all instances of named return "err" from LibpodMatthew Heon2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Fix `system service` panic from early hangup in eventsMatthew Heon2020-07-02
* Poll on events for file readingBrent Baude2020-06-19
* Turn on More lintersDaniel J Walsh2020-06-15
* auto updatesValentin Rothberg2020-03-17
* update systemd & dbus dependenciesValentin Rothberg2020-03-10
* make lint: enable gocriticValentin Rothberg2020-01-13
* codespell: spelling correctionsDmitry Smirnov2019-11-13
* 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
* Merge pull request #3171 from QiWang19/events_jsonOpenShift Merge Robot2019-08-05
|\
| * podman events format jsonQi Wang2019-08-02
* | add eventlogger to infobaude2019-08-02
|/
* Use "none" instead of "null" for the null eventerMatthew Heon2019-08-01
* System events are valid, don't error on themMatthew Heon2019-07-31
* Expose Null eventer and allow its use in the Podman CLIMatthew Heon2019-07-31
* Add a flag to set events logger typeMatthew Heon2019-07-31
* golangci-lint pass number 2baude2019-07-11
* get last container eventbaude2019-07-07
* set default event logger based on build tagsbaude2019-05-14
* Add `systemd` build tagSascha Grunert2019-05-13
* Fix 'restart' event in journaldMatthew Heon2019-05-03
* Add a restart event, and make one during restart policyMatthew Heon2019-05-03
* Do not hard fail on non-decodable eventsMatthew Heon2019-04-26
* Add System event type and renumber, refresh eventsMatthew Heon2019-04-25
* journald event loggingbaude2019-04-24
* Merge pull request #2801 from mheon/remove_wait_eventOpenShift Merge Robot2019-03-29
|\
| * Remove wait eventMatthew Heon2019-03-29
* | Add locking to ensure events file is concurrency-safeMatthew Heon2019-03-29
|/
* Add "died" eventbaude2019-03-25
* Add event on container deathMatthew Heon2019-03-13
* Add event logging to libpod, even display to podmanbaude2019-03-11