]> git.ipfire.org Git - thirdparty/snapper.git/commit
- moved proxy library to subdirectory 933/head
authorArvin Schnell <aschnell@suse.de>
Thu, 19 Sep 2024 13:46:53 +0000 (15:46 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 19 Sep 2024 13:50:36 +0000 (15:50 +0200)
commitd703648831f5080f9edc2a0550769ba5f143e09f
tree0f4e7f15fb8f8d84f1154a1416ed4245e7385c16
parent24fa0776e80eda58f00537ee72ec1f64d5ea079d
- moved proxy library to subdirectory
44 files changed:
client/Makefile.am
client/MyFiles.cc
client/cleanup.h
client/cmd-cleanup.cc
client/cmd-create-config.cc
client/cmd-create.cc
client/cmd-debug.cc
client/cmd-delete-config.cc
client/cmd-delete.cc
client/cmd-diff.cc
client/cmd-get-config.cc
client/cmd-list-configs.cc
client/cmd-list.cc
client/cmd-modify.cc
client/cmd-mount.cc
client/cmd-rollback.cc
client/cmd-set-config.cc
client/cmd-setup-quota.cc
client/cmd-status.cc
client/cmd-umount.cc
client/cmd-undochange.cc
client/cmd-xadiff.cc
client/cmd.h
client/locker.h
client/misc.h
client/proxy/Makefile.am [new file with mode: 0644]
client/proxy/commands.cc [moved from client/commands.cc with 99% similarity]
client/proxy/commands.h [moved from client/commands.h with 100% similarity]
client/proxy/errors.cc [moved from client/errors.cc with 99% similarity]
client/proxy/errors.h [moved from client/errors.h with 100% similarity]
client/proxy/proxy-dbus.cc [moved from client/proxy-dbus.cc with 99% similarity]
client/proxy/proxy-dbus.h [moved from client/proxy-dbus.h with 100% similarity]
client/proxy/proxy-lib.cc [moved from client/proxy-lib.cc with 100% similarity]
client/proxy/proxy-lib.h [moved from client/proxy-lib.h with 100% similarity]
client/proxy/proxy.cc [moved from client/proxy.cc with 99% similarity]
client/proxy/proxy.h [moved from client/proxy.h with 100% similarity]
client/proxy/types.cc [moved from client/types.cc with 100% similarity]
client/proxy/types.h [moved from client/types.h with 100% similarity]
client/snapper.cc
client/systemd-helper.cc
configure.ac
po/Makefile.am
zypp-plugin/Makefile.am
zypp-plugin/snapper-zypp-plugin.cc