spiegel_podman/pkg/varlinkapi
baude dd81a44ccf remove libpod from main
the compilation demands of having libpod in main is a burden for the
remote client compilations.  to combat this, we should move the use of
libpod structs, vars, constants, and functions into the adapter code
where it will only be compiled by the local client.

this should result in cleaner code organization and smaller binaries. it
should also help if we ever need to compile the remote client on
non-Linux operating systems natively (not cross-compiled).

Signed-off-by: baude <bbaude@redhat.com>
2019-06-25 13:51:24 -05:00
..
virtwriter pkg/varlinkapi/virtwriter/virtwriter.go: simplify func Reader 2019-06-03 16:31:45 +02:00
attach.go remove libpod from main 2019-06-25 13:51:24 -05:00
config.go Revert "Add VarlinkCall.RequiresUpgrade() type and method" 2019-05-16 14:36:11 -04:00
containers.go remove libpod from main 2019-06-25 13:51:24 -05:00
containers_create.go podman-remote create|run 2019-04-08 09:05:31 -05:00
events.go journald event logging 2019-04-24 16:00:04 -05:00
generate.go Generate systemd unit files for containers 2019-05-02 14:35:53 -05:00
images.go remove libpod from main 2019-06-25 13:51:24 -05:00
mount.go podman-remote create|run 2019-04-08 09:05:31 -05:00
pods.go enable integration tests for remote-client 2019-05-07 14:06:02 -05:00
remote_client.go podman-remote create|run 2019-04-08 09:05:31 -05:00
system.go add varlink bridge 2019-05-08 13:12:08 -05:00
transfers.go Fix the varlink upgraded calls 2019-05-29 17:16:18 +02:00
util.go Revert "Add VarlinkCall.RequiresUpgrade() type and method" 2019-05-16 14:36:11 -04:00
volumes.go podman-remote create|run 2019-04-08 09:05:31 -05:00