]>
git.ipfire.org Git - thirdparty/snapper.git/log
Arvin Schnell [Mon, 16 Feb 2015 10:43:55 +0000 (11:43 +0100)]
- removed deprecated functions
Arvin Schnell [Tue, 27 Jan 2015 13:25:21 +0000 (14:25 +0100)]
Merge pull request #144 from aschnell/master
- use C++11 chrono::steady_clock
Arvin Schnell [Tue, 27 Jan 2015 11:34:16 +0000 (12:34 +0100)]
- use C++11 chrono::steady_clock
Arvin Schnell [Mon, 19 Jan 2015 15:55:45 +0000 (16:55 +0100)]
Merge pull request #143 from aschnell/master
- work on dbus string escaping
Arvin Schnell [Mon, 19 Jan 2015 11:46:13 +0000 (12:46 +0100)]
- increased version
Arvin Schnell [Mon, 19 Jan 2015 11:45:38 +0000 (12:45 +0100)]
- implemented dbus string escaping in pam_snapper
Arvin Schnell [Mon, 19 Jan 2015 11:45:27 +0000 (12:45 +0100)]
- added testcases
Arvin Schnell [Mon, 19 Jan 2015 11:45:10 +0000 (12:45 +0100)]
- stricter dbus string escaping (see bsc#913238)
Arvin Schnell [Mon, 12 Jan 2015 12:49:49 +0000 (13:49 +0100)]
Merge pull request #142 from aschnell/master
- fixed compilation with clang
Arvin Schnell [Mon, 12 Jan 2015 11:20:33 +0000 (12:20 +0100)]
- cleanup
Arvin Schnell [Mon, 12 Jan 2015 11:20:25 +0000 (12:20 +0100)]
- fixed warnings from clang
Arvin Schnell [Mon, 12 Jan 2015 11:20:05 +0000 (12:20 +0100)]
- fixed compilation with clang
Arvin Schnell [Wed, 31 Dec 2014 12:10:10 +0000 (13:10 +0100)]
Merge pull request #141 from floppym/systemd-units
Include systemd units in the source tarball
Mike Gilbert [Tue, 30 Dec 2014 16:17:38 +0000 (11:17 -0500)]
Include systemd units in the source tarball
Resolves #18
Arvin Schnell [Mon, 15 Dec 2014 15:05:25 +0000 (16:05 +0100)]
Merge pull request #138 from aschnell/master
- ignore everything in .snapshots not matching a number
Arvin Schnell [Mon, 15 Dec 2014 14:15:58 +0000 (15:15 +0100)]
- ignore everything in .snapshots not matching a number (grub renamed it's file)
Arvin Schnell [Fri, 12 Dec 2014 12:59:48 +0000 (13:59 +0100)]
Merge pull request #137 from aschnell/master
- minor features and cleanup
Arvin Schnell [Fri, 12 Dec 2014 12:34:40 +0000 (13:34 +0100)]
- changed message
Arvin Schnell [Fri, 12 Dec 2014 09:38:43 +0000 (10:38 +0100)]
- removed apparently unused error code
Arvin Schnell [Fri, 12 Dec 2014 09:35:56 +0000 (10:35 +0100)]
- improved error messages (bsc#889928 and bsc#903834)
Arvin Schnell [Fri, 12 Dec 2014 09:33:23 +0000 (10:33 +0100)]
- coding style
Arvin Schnell [Fri, 12 Dec 2014 09:32:51 +0000 (10:32 +0100)]
- removed apparently unused exception
Arvin Schnell [Fri, 12 Dec 2014 09:32:07 +0000 (10:32 +0100)]
- C++11 coding style
Arvin Schnell [Fri, 12 Dec 2014 08:32:00 +0000 (09:32 +0100)]
- added compliance note to manpage
Arvin Schnell [Thu, 11 Dec 2014 17:18:51 +0000 (18:18 +0100)]
Merge pull request #136 from aschnell/master
- support weekly snapshots in cleanup algorithm
Arvin Schnell [Thu, 11 Dec 2014 17:08:51 +0000 (18:08 +0100)]
- removed python bindings (not packaged for two years)
Arvin Schnell [Thu, 11 Dec 2014 17:04:24 +0000 (18:04 +0100)]
- replace INCLUDES by AM_CPPFLAGS
Arvin Schnell [Thu, 11 Dec 2014 17:01:42 +0000 (18:01 +0100)]
- support weekly snapshots in cleanup algorithm
Arvin Schnell [Thu, 23 Oct 2014 10:20:25 +0000 (12:20 +0200)]
Merge pull request #129 from aschnell/master
- use boost unit test framework and automake check feature
Arvin Schnell [Thu, 23 Oct 2014 10:06:01 +0000 (12:06 +0200)]
- added changelog
Arvin Schnell [Thu, 23 Oct 2014 10:04:29 +0000 (12:04 +0200)]
- use boost unit test framework
Arvin Schnell [Thu, 23 Oct 2014 09:48:22 +0000 (11:48 +0200)]
- use automake testsuite features
Arvin Schnell [Fri, 10 Oct 2014 10:39:49 +0000 (12:39 +0200)]
Merge pull request #124 from aschnell/master
- improved fadvise usage
Arvin Schnell [Fri, 10 Oct 2014 10:16:09 +0000 (12:16 +0200)]
- improved fadvise usage
Arvin Schnell [Mon, 6 Oct 2014 08:43:54 +0000 (10:43 +0200)]
Merge branch 'kdave-list-all-v3'
Arvin Schnell [Mon, 6 Oct 2014 08:43:41 +0000 (10:43 +0200)]
Merge branch 'list-all-v3' of https://github.com/kdave/snapper into kdave-list-all-v3
Conflicts:
package/snapper.changes
David Sterba [Thu, 2 Oct 2014 00:03:22 +0000 (02:03 +0200)]
client: cleanup, reuse enum_configs in command_list_configs
David Sterba [Wed, 24 Sep 2014 22:53:31 +0000 (00:53 +0200)]
client: Add option to list snapshots from all configs
$ snapper list -a
will print the same output as 'list' but each table is preceded with
config name and subvolume. This is convenient way to see all configured
snapshots in the system, compared to listing all configs and then typing
each command separately.
Arvin Schnell [Thu, 2 Oct 2014 13:45:38 +0000 (15:45 +0200)]
Merge pull request #121 from aschnell/master
- allow to specify command for comparing file
Arvin Schnell [Thu, 2 Oct 2014 13:33:26 +0000 (15:33 +0200)]
- cleanup
Arvin Schnell [Thu, 2 Oct 2014 12:47:39 +0000 (14:47 +0200)]
- allow to specify command for comparing file
Arvin Schnell [Wed, 1 Oct 2014 15:34:30 +0000 (17:34 +0200)]
Merge pull request #119 from aschnell/master
- deleted snapper-po.tar.gz
Arvin Schnell [Wed, 1 Oct 2014 15:33:20 +0000 (17:33 +0200)]
- deleted snapper-po.tar.gz
Arvin Schnell [Mon, 29 Sep 2014 11:00:39 +0000 (13:00 +0200)]
Merge pull request #117 from aschnell/master
- updated translations
Arvin Schnell [Mon, 29 Sep 2014 09:56:37 +0000 (11:56 +0200)]
- updated translations
Arvin Schnell [Wed, 24 Sep 2014 14:44:10 +0000 (16:44 +0200)]
Merge pull request #115 from aschnell/master
- check return value
Arvin Schnell [Wed, 24 Sep 2014 13:32:52 +0000 (15:32 +0200)]
- check return value
Arvin Schnell [Tue, 23 Sep 2014 15:49:40 +0000 (17:49 +0200)]
Merge pull request #114 from aschnell/master
- fixed minor issues found by analysis tool
Arvin Schnell [Tue, 23 Sep 2014 15:24:48 +0000 (17:24 +0200)]
- restore stream settings
Arvin Schnell [Tue, 23 Sep 2014 15:24:27 +0000 (17:24 +0200)]
- use power of two size
Arvin Schnell [Tue, 23 Sep 2014 15:23:57 +0000 (17:23 +0200)]
- fixed resource leak
Arvin Schnell [Mon, 15 Sep 2014 09:42:30 +0000 (11:42 +0200)]
Merge pull request #113 from aschnell/master
- increased version
Arvin Schnell [Mon, 15 Sep 2014 09:41:15 +0000 (11:41 +0200)]
- increased version
Arvin Schnell [Fri, 12 Sep 2014 09:53:37 +0000 (11:53 +0200)]
Merge pull request #111 from aschnell/master
- display compile flags also in client
Arvin Schnell [Fri, 12 Sep 2014 09:43:18 +0000 (11:43 +0200)]
- display compile flags also in client
Arvin Schnell [Mon, 1 Sep 2014 13:59:25 +0000 (15:59 +0200)]
Merge pull request #109 from aschnell/master
- added changelog entry
Arvin Schnell [Mon, 1 Sep 2014 13:58:24 +0000 (15:58 +0200)]
- added changelog entry
Arvin Schnell [Mon, 1 Sep 2014 13:52:20 +0000 (15:52 +0200)]
Merge pull request #108 from kdave/fix-btrfs-library-api
Add conditionals for btrfs library versions
Arvin Schnell [Mon, 1 Sep 2014 13:39:18 +0000 (15:39 +0200)]
Merge pull request #106 from aschnell/master
- cleanup after failed create-config (bnc#863578)
David Sterba [Wed, 27 Aug 2014 15:48:35 +0000 (17:48 +0200)]
Add conditionals for btrfs library versions
Currently the btrfs library API is not versioned and causes build
problems. Add a configure-time conditional check for btrfs/version.h
that defines BTRFS_LIB_VERSION, otherwise assume the value 100.
Use it to fix breakage of btrfs_read_and_process_send_stream in
btrfsprogs 3.16.
Arvin Schnell [Thu, 14 Aug 2014 14:13:53 +0000 (16:13 +0200)]
- consistency
Arvin Schnell [Thu, 14 Aug 2014 12:17:16 +0000 (14:17 +0200)]
- cleanup after failed create-config (bnc#863578)
Arvin Schnell [Fri, 1 Aug 2014 08:09:48 +0000 (10:09 +0200)]
Merge pull request #104 from aschnell/master
- show id of user if username cannot be detected
Arvin Schnell [Fri, 1 Aug 2014 07:56:14 +0000 (09:56 +0200)]
- fixed typo
Arvin Schnell [Fri, 1 Aug 2014 07:51:58 +0000 (09:51 +0200)]
- show id of user if namename cannot be detected
Arvin Schnell [Fri, 1 Aug 2014 07:48:30 +0000 (09:48 +0200)]
Merge pull request #103 from aschnell/master
- also handle primary group of user when checking permissions
Arvin Schnell [Thu, 31 Jul 2014 13:54:34 +0000 (15:54 +0200)]
- also handle primary group of user when checking permissions (see gh#openSUSE/snapper#100)
Arvin Schnell [Fri, 25 Jul 2014 10:40:26 +0000 (12:40 +0200)]
Merge pull request #102 from aschnell/master
- updated translations
Arvin Schnell [Fri, 25 Jul 2014 10:39:31 +0000 (12:39 +0200)]
- updated translations
Arvin Schnell [Tue, 22 Jul 2014 13:53:00 +0000 (15:53 +0200)]
Merge pull request #101 from aschnell/master
- disable support for qgroup (see bug#887046)
Arvin Schnell [Tue, 22 Jul 2014 08:28:39 +0000 (10:28 +0200)]
- disable support for qgroup (see bug#887046)
Arvin Schnell [Fri, 4 Jul 2014 09:15:33 +0000 (11:15 +0200)]
Merge pull request #97 from aschnell/master
- updated translations
Arvin Schnell [Fri, 4 Jul 2014 09:03:25 +0000 (11:03 +0200)]
- updated translations
Arvin Schnell [Thu, 3 Jul 2014 11:42:53 +0000 (13:42 +0200)]
Merge pull request #96 from aschnell/master
- fixed pam_snapper_pamconfig.sh script (bnc#885604)
Arvin Schnell [Thu, 3 Jul 2014 08:50:38 +0000 (10:50 +0200)]
- fixed pam_snapper_pamconfig.sh script (bnc#885604)
Arvin Schnell [Tue, 1 Jul 2014 09:09:49 +0000 (11:09 +0200)]
Merge pull request #95 from aschnell/master
- make rollback command print verbose messages
Arvin Schnell [Mon, 30 Jun 2014 13:49:30 +0000 (15:49 +0200)]
- more consistent messages
Arvin Schnell [Mon, 30 Jun 2014 13:45:11 +0000 (15:45 +0200)]
- make rollback command print verbose messages
Arvin Schnell [Mon, 30 Jun 2014 13:03:09 +0000 (15:03 +0200)]
Merge pull request #94 from aschnell/master
- allow to add snapshots to qgroup (prototype for fate#312751)
Arvin Schnell [Mon, 30 Jun 2014 12:45:28 +0000 (14:45 +0200)]
- allow to add snapshots to qgroup (prototype for fate#312751)
Arvin Schnell [Tue, 24 Jun 2014 09:06:53 +0000 (11:06 +0200)]
Merge pull request #92 from aschnell/master
- increased version
Arvin Schnell [Tue, 24 Jun 2014 09:04:11 +0000 (11:04 +0200)]
- increased version
Arvin Schnell [Mon, 23 Jun 2014 07:25:17 +0000 (09:25 +0200)]
Merge pull request #91 from aschnell/master
- fixed DBus introspection data
Arvin Schnell [Mon, 23 Jun 2014 07:20:14 +0000 (09:20 +0200)]
- fixed DBus introspection data
Arvin Schnell [Fri, 6 Jun 2014 11:02:02 +0000 (13:02 +0200)]
Merge pull request #89 from aschnell/master
- do initialisation with declaration
Arvin Schnell [Fri, 6 Jun 2014 10:39:40 +0000 (12:39 +0200)]
- do initialisation with declaration
Arvin Schnell [Wed, 4 Jun 2014 10:23:06 +0000 (12:23 +0200)]
Merge pull request #88 from aschnell/master
- avoid some integer conversions
Arvin Schnell [Wed, 4 Jun 2014 09:55:44 +0000 (11:55 +0200)]
- avoid some integer conversions
Arvin Schnell [Tue, 3 Jun 2014 16:58:35 +0000 (18:58 +0200)]
Merge pull request #87 from aschnell/master
- use same type as in struct pollfd
Arvin Schnell [Tue, 3 Jun 2014 16:41:20 +0000 (18:41 +0200)]
- use same type as in struct pollfd
Arvin Schnell [Mon, 2 Jun 2014 13:28:12 +0000 (15:28 +0200)]
Merge pull request #86 from aschnell/master
- added aliases for some snapper commands
Arvin Schnell [Mon, 2 Jun 2014 12:55:14 +0000 (14:55 +0200)]
- added aliases for some snapper commands
Arvin Schnell [Tue, 27 May 2014 11:00:18 +0000 (13:00 +0200)]
Merge pull request #84 from aschnell/master
- allow to display dates and times in UTC and ISO format
Arvin Schnell [Tue, 27 May 2014 09:37:25 +0000 (11:37 +0200)]
- allow to display dates and times in UTC and ISO format
Arvin Schnell [Tue, 20 May 2014 15:12:20 +0000 (17:12 +0200)]
Merge pull request #83 from aschnell/master
- extended documentation about "number" cleanup algorithm (bnc#878009)
Arvin Schnell [Tue, 20 May 2014 14:48:14 +0000 (16:48 +0200)]
- extended documentation about "number" cleanup algorithm (bnc#878009)
Arvin Schnell [Mon, 12 May 2014 09:22:22 +0000 (11:22 +0200)]
Merge pull request #81 from aschnell/master
- mention regex flavor
Arvin Schnell [Mon, 12 May 2014 07:58:22 +0000 (09:58 +0200)]
- mention regex flavor
Arvin Schnell [Mon, 5 May 2014 11:58:07 +0000 (13:58 +0200)]
Merge pull request #80 from aschnell/master
- updated translations
Arvin Schnell [Mon, 5 May 2014 10:27:54 +0000 (12:27 +0200)]
- updated translations