aboutsummaryrefslogtreecommitdiff
path: root/libpod/oci_conmon_linux.go
Commit message (Expand)AuthorAge
* libpod: do not call (*container).Config()Valentin Rothberg2021-09-28
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* libpod: rootful close binded portsPaul Holzinger2021-09-14
* Fix conmon attach socket buffer sizePaul Holzinger2021-09-09
* pass LISTEN_* environment into containerValentin Rothberg2021-08-31
* logs: adjust handling around partial log messagesNalin Dahyabhai2021-08-23
* Implement SD-NOTIFY proxy in conmonDaniel J Walsh2021-08-20
* Support checkpoint/restore with podsAdrian Reber2021-07-27
* Fix pre-checkpointingAdrian Reber2021-06-10
* fix container startup for empty pidfilePaul Holzinger2021-05-10
* Add podman run --timeout optionDaniel J Walsh2021-04-23
* Merge pull request #8979 from haircommander/full-attach-pathOpenShift Merge Robot2021-04-21
|\
| * oci: use `--full-path` option for conmonPeter Hunt2021-04-16
* | set pidfile default value int containerconfigchenkang2021-04-17
* | add flag "--pidfile" for podman create/runwuhua.ck2021-04-16
|/
* Fix message about runtime to show only the actual runtimeDaniel J Walsh2021-04-13
* Ensure that `--userns=keep-id` sets user in configMatthew Heon2021-04-06
* security: use the bounding caps with --privilegedGiuseppe Scrivano2021-03-19
* Check for supportsKVM based on basename of the runtimeDaniel J Walsh2021-03-03
* Move checkpoint/restore code to pkg/checkpoint/crutilsAdrian Reber2021-03-02
* prune remotecommand dependencybaude2021-02-25
* bump go module to v3Valentin Rothberg2021-02-22
* Enable whitespace linterPaul Holzinger2021-02-11
* Merge pull request #8947 from Luap99/cleanup-codeOpenShift Merge Robot2021-01-12
|\
| * Fix problems reported by staticcheckPaul Holzinger2021-01-12
* | Merge pull request #8819 from chen-zhuohan/add-pre-checkpointOpenShift Merge Robot2021-01-12
|\ \
| * | add pre checkpointunknown2021-01-10
* | | Merge pull request #8933 from giuseppe/use-O_PATH-for-unix-sockOpenShift Merge Robot2021-01-12
|\ \ \ | |_|/ |/| |
| * | oci: use /proc/self/fd/FD to open unix socketGiuseppe Scrivano2021-01-12
| |/
* / oci: keep LC_ env variables to conmonGiuseppe Scrivano2021-01-11
|/
* Handle podman exec capabilities correctlyDaniel J Walsh2021-01-07
* Merge pull request #8878 from mheon/no_edit_configOpenShift Merge Robot2021-01-04
|\
| * Ensure we do not edit container config in ExecMatthew Heon2021-01-04
* | systemd: make rundir always accessibleGiuseppe Scrivano2021-01-04
|/
* exec: honor --privilegedGiuseppe Scrivano2020-12-24
* libpod: change function to accept ExecOptionsGiuseppe Scrivano2020-12-24
* Merge pull request #8806 from rhatdan/keyringOpenShift Merge Robot2020-12-23
|\
| * Pass down EnableKeyring from containers.conf to conmonDaniel J Walsh2020-12-22
* | SpellingJosh Soref2020-12-22
|/
* libpod, conmon: change log level for rootlessGiuseppe Scrivano2020-12-15
* Drop default log-level from error to warnDaniel J Walsh2020-12-03
* Only use container/storage/pkg/homedir.Get()Daniel J Walsh2020-11-04
* Stop excessive wrapping of errorsDaniel J Walsh2020-10-30
* Store cgroup manager on a per-container basisMatthew Heon2020-10-08
* Merge pull request #7929 from kolyshkin/nits-errOpenShift Merge Robot2020-10-06
|\
| * Lowercase some errorsKir Kolyshkin2020-10-05
| * Remove excessive error wrappingKir Kolyshkin2020-10-05
* | Support max_size logoptionsDaniel J Walsh2020-10-05
|/
* HTTP Attach: Wait until both STDIN and STDOUT finishMatthew Heon2020-09-24
* Fix a bug where log-driver json-file was made no logsMatthew Heon2020-09-23