]>
git.ipfire.org Git - thirdparty/snapper.git/log
Arvin Schnell [Tue, 22 Sep 2015 14:54:45 +0000 (16:54 +0200)]
- updated translations
Arvin Schnell [Tue, 22 Sep 2015 13:23:07 +0000 (15:23 +0200)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
package/snapper.changes
Stefan Hundhammer [Tue, 22 Sep 2015 13:07:07 +0000 (15:07 +0200)]
Merge pull request #199 from shundhammer/huha-rollback-script
Call script upon rollback
Stefan Hundhammer [Tue, 22 Sep 2015 11:49:11 +0000 (13:49 +0200)]
Change log and version bump
Stefan Hundhammer [Mon, 21 Sep 2015 14:50:15 +0000 (16:50 +0200)]
Call script upon rollback
Arvin Schnell [Tue, 22 Sep 2015 12:40:34 +0000 (14:40 +0200)]
- added comment
Arvin Schnell [Tue, 22 Sep 2015 10:22:46 +0000 (12:22 +0200)]
- added changelog entry
Arvin Schnell [Tue, 22 Sep 2015 10:22:36 +0000 (12:22 +0200)]
- added documentation
Arvin Schnell [Tue, 22 Sep 2015 09:54:04 +0000 (11:54 +0200)]
- added check
Arvin Schnell [Mon, 21 Sep 2015 15:40:34 +0000 (17:40 +0200)]
- tiny code improvements
Arvin Schnell [Fri, 18 Sep 2015 12:15:12 +0000 (14:15 +0200)]
- ignore subvol mount during search for filesystem
Arvin Schnell [Thu, 17 Sep 2015 16:11:35 +0000 (18:11 +0200)]
- added program to create a subvolume
Arvin Schnell [Thu, 17 Sep 2015 15:21:34 +0000 (17:21 +0200)]
- moved MntTable to be usable outside of Btrfs.cc
Arvin Schnell [Mon, 31 Aug 2015 14:56:40 +0000 (16:56 +0200)]
Merge pull request #193 from aschnell/master
- better error message
Arvin Schnell [Mon, 31 Aug 2015 14:54:12 +0000 (16:54 +0200)]
- better error message
Arvin Schnell [Mon, 31 Aug 2015 14:51:06 +0000 (16:51 +0200)]
Merge pull request #192 from aschnell/master
- improved error reporting (bsc#940046)
Arvin Schnell [Mon, 31 Aug 2015 14:36:09 +0000 (16:36 +0200)]
- improved error reporting (bsc#940046)
Arvin Schnell [Thu, 27 Aug 2015 12:32:44 +0000 (14:32 +0200)]
Merge pull request #191 from aschnell/master
- disable functions if libbtrfs is missing
Arvin Schnell [Thu, 27 Aug 2015 12:27:33 +0000 (14:27 +0200)]
- disable functions if libbtrfs is missing
Arvin Schnell [Thu, 27 Aug 2015 09:28:12 +0000 (11:28 +0200)]
Merge pull request #190 from aschnell/master
- improved translation message for plural form
Arvin Schnell [Thu, 27 Aug 2015 09:26:00 +0000 (11:26 +0200)]
- improved translation message for plural form
Arvin Schnell [Thu, 27 Aug 2015 09:18:37 +0000 (11:18 +0200)]
- pass list by reference
Arvin Schnell [Thu, 27 Aug 2015 09:11:29 +0000 (11:11 +0200)]
Merge pull request #189 from chrekh/verbose-delete-3
Verbose delete message
Christer Ekholm [Sun, 19 Jul 2015 21:19:53 +0000 (23:19 +0200)]
Pass arg verbose to cleanup functions.
Christer Ekholm [Wed, 26 Aug 2015 20:37:26 +0000 (22:37 +0200)]
Output which snapshots are beeing deleted if verbose.
Christer Ekholm [Sun, 19 Jul 2015 18:16:11 +0000 (20:16 +0200)]
Add arg verbose to command_delete_xsnapshots.
Arvin Schnell [Wed, 26 Aug 2015 14:59:04 +0000 (16:59 +0200)]
Merge pull request #187 from aschnell/master
- increased version
Arvin Schnell [Wed, 26 Aug 2015 14:57:44 +0000 (16:57 +0200)]
- increased version
Arvin Schnell [Wed, 26 Aug 2015 11:47:27 +0000 (13:47 +0200)]
Merge pull request #186 from aschnell/master
- allow to disable zypp plugin via environment variable (see fate#319316)
Arvin Schnell [Wed, 26 Aug 2015 10:23:50 +0000 (12:23 +0200)]
- allow to disable zypp plugin via environment variable (see fate#319316)
Arvin Schnell [Fri, 17 Jul 2015 12:15:58 +0000 (14:15 +0200)]
Merge pull request #177 from jmaggard10/handle-fpathconf-errors
Handle fpathconf() errors.
Justin Maggard [Wed, 15 Jul 2015 19:26:47 +0000 (12:26 -0700)]
Handle fpathconf() errors.
In one place snapper calls fpathconf(.., _PC_NAME_MAX) to determine the size of
a buffer used to hold readdir_r() results. fpathconf() may return -1 on error,
but this fpathconf() call's return value is unchecked. This can result in
allocating a buffer that is too small for readdir_r()'s results, resulting in
out-of-bounds memory access.
Fix it by falling back to using NAME_MAX if fpathconf(.., _PC_NAME_MAX) fails.
Signed-off-by: Justin Maggard <jmaggard@netgear.com>
Arvin Schnell [Tue, 7 Jul 2015 10:58:06 +0000 (12:58 +0200)]
Merge pull request #175 from aschnell/master
- extended snapper-configs man-page
Arvin Schnell [Tue, 7 Jul 2015 10:53:28 +0000 (12:53 +0200)]
- extended snapper-configs man-page
Arvin Schnell [Mon, 29 Jun 2015 12:59:34 +0000 (14:59 +0200)]
Merge pull request #171 from aschnell/master
- allow to set cleanup algorithm
Arvin Schnell [Mon, 29 Jun 2015 12:54:53 +0000 (14:54 +0200)]
- allow to set cleanup algorithm
Josef Reidinger [Mon, 8 Jun 2015 11:06:56 +0000 (13:06 +0200)]
Merge pull request #167 from openSUSE/releasing_doc
first draft of releasing package
Josef Reidinger [Mon, 8 Jun 2015 08:55:30 +0000 (10:55 +0200)]
more improvements from review
Josef Reidinger [Mon, 8 Jun 2015 08:22:46 +0000 (10:22 +0200)]
changes from review (thanks locilka and aschnell)
Josef Reidinger [Thu, 4 Jun 2015 07:47:14 +0000 (09:47 +0200)]
first draft of releasing package
Arvin Schnell [Tue, 2 Jun 2015 13:06:54 +0000 (15:06 +0200)]
Merge pull request #166 from aschnell/master
- added error message for invalid locale setting (see bsc#933241)
Arvin Schnell [Tue, 2 Jun 2015 13:02:45 +0000 (15:02 +0200)]
- fixed typo
Arvin Schnell [Tue, 2 Jun 2015 12:56:40 +0000 (14:56 +0200)]
- added error message for invalid locale setting (see bsc#933241)
Josef Reidinger [Wed, 27 May 2015 07:58:19 +0000 (09:58 +0200)]
Merge pull request #165 from openSUSE/list_config_root
List config root
Josef Reidinger [Tue, 26 May 2015 14:55:11 +0000 (16:55 +0200)]
consistent empty lines
Josef Reidinger [Tue, 26 May 2015 14:41:21 +0000 (16:41 +0200)]
use prepend root prefix method
Josef Reidinger [Tue, 26 May 2015 12:04:24 +0000 (14:04 +0200)]
move to proper place libmount check
Josef Reidinger [Tue, 26 May 2015 11:42:55 +0000 (13:42 +0200)]
use target root also on other places
Josef Reidinger [Tue, 26 May 2015 10:24:17 +0000 (12:24 +0200)]
remove unused variable
Josef Reidinger [Tue, 26 May 2015 10:22:45 +0000 (12:22 +0200)]
more fixes from review
Josef Reidinger [Tue, 26 May 2015 08:52:17 +0000 (10:52 +0200)]
changes from review
Josef Reidinger [Mon, 25 May 2015 11:42:54 +0000 (13:42 +0200)]
changes
Josef Reidinger [Mon, 25 May 2015 11:41:47 +0000 (13:41 +0200)]
improve check devel libraries
Josef Reidinger [Mon, 25 May 2015 11:25:37 +0000 (13:25 +0200)]
allow to list config for target root (FATE#317900)
Imobach González Sosa [Fri, 22 May 2015 09:57:10 +0000 (10:57 +0100)]
Merge pull request #164 from imobach/bump-version-0.2.7
Bump to version 0.2.7
Imobach González Sosa [Fri, 22 May 2015 07:16:24 +0000 (08:16 +0100)]
- increased version
Imobach González Sosa [Fri, 22 May 2015 07:08:38 +0000 (08:08 +0100)]
Merge pull request #163 from imobach/feature/add-helper-snapshot-creation
Add snapshots creation to installation helpers
Imobach González Sosa [Mon, 18 May 2015 14:44:39 +0000 (15:44 +0100)]
Update changelog
Imobach González Sosa [Mon, 18 May 2015 14:44:24 +0000 (15:44 +0100)]
Add proper management of exit code for step5 installation helper
Imobach González Sosa [Mon, 18 May 2015 13:50:59 +0000 (14:50 +0100)]
Update from code review
Imobach González Sosa [Mon, 18 May 2015 12:05:47 +0000 (13:05 +0100)]
Fixes from code review
* BTW, adds support for doing pre/post snapshots.
Imobach González Sosa [Fri, 15 May 2015 09:48:35 +0000 (10:48 +0100)]
Add fate reference to 5 step of installation helper
Imobach González Sosa [Thu, 14 May 2015 14:26:10 +0000 (15:26 +0100)]
Add snapshots creation to installation helpers
Arvin Schnell [Tue, 5 May 2015 13:35:53 +0000 (15:35 +0200)]
Merge pull request #161 from aschnell/master
- added option --sync to delete command (fate#317066)
Arvin Schnell [Tue, 5 May 2015 13:34:38 +0000 (15:34 +0200)]
- added dbus introspect for new sync
Arvin Schnell [Tue, 5 May 2015 13:00:37 +0000 (15:00 +0200)]
- added option --sync to delete command (fate#317066)
Arvin Schnell [Wed, 15 Apr 2015 12:16:38 +0000 (14:16 +0200)]
Merge pull request #160 from aschnell/master
- hackweek 12 improvements
Arvin Schnell [Wed, 15 Apr 2015 09:29:30 +0000 (11:29 +0200)]
- added option --input to diff command
Arvin Schnell [Wed, 15 Apr 2015 09:28:16 +0000 (11:28 +0200)]
- sort files according to locale
Arvin Schnell [Tue, 7 Apr 2015 13:38:37 +0000 (15:38 +0200)]
Merge pull request #158 from aschnell/master
- added TODO
Arvin Schnell [Thu, 12 Mar 2015 13:26:45 +0000 (14:26 +0100)]
- added TODO
Arvin Schnell [Tue, 3 Mar 2015 10:07:34 +0000 (11:07 +0100)]
Merge pull request #156 from aschnell/master
- allow to set userdata for snapshots created by helper programs
Arvin Schnell [Tue, 3 Mar 2015 09:23:57 +0000 (10:23 +0100)]
- allow to set userdata for snapshots created by helper programs
Arvin Schnell [Mon, 2 Mar 2015 16:51:49 +0000 (17:51 +0100)]
Merge pull request #155 from aschnell/master
- install systemd unit files and helper (see gh#openSUSE/snapper#154)
Arvin Schnell [Mon, 2 Mar 2015 16:46:32 +0000 (17:46 +0100)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
data/Makefile.am
Arvin Schnell [Mon, 2 Mar 2015 16:32:21 +0000 (17:32 +0100)]
- install systemd unit files and helper (see gh#openSUSE/snapper#154)
Arvin Schnell [Tue, 24 Feb 2015 12:22:11 +0000 (13:22 +0100)]
Merge pull request #150 from aschnell/master
- drop -mt decoration from boost libraries
Arvin Schnell [Tue, 24 Feb 2015 10:49:17 +0000 (11:49 +0100)]
- drop -mt decoration from boost libraries
Arvin Schnell [Fri, 20 Feb 2015 16:07:15 +0000 (17:07 +0100)]
Merge pull request #149 from aschnell/master
- added comments in helper program
Arvin Schnell [Fri, 20 Feb 2015 13:39:43 +0000 (14:39 +0100)]
- initialize logging
Arvin Schnell [Fri, 20 Feb 2015 13:38:58 +0000 (14:38 +0100)]
- fixed log message
Arvin Schnell [Fri, 20 Feb 2015 13:10:25 +0000 (14:10 +0100)]
- added comments in helper program
Arvin Schnell [Wed, 18 Feb 2015 17:53:15 +0000 (18:53 +0100)]
Merge pull request #147 from aschnell/master
- added helper to install into subvolume (fate#318392)
Arvin Schnell [Wed, 18 Feb 2015 15:34:39 +0000 (16:34 +0100)]
- renamed function
Arvin Schnell [Wed, 18 Feb 2015 15:15:10 +0000 (16:15 +0100)]
- added explanation
Arvin Schnell [Wed, 18 Feb 2015 14:55:49 +0000 (15:55 +0100)]
- improved error message
Arvin Schnell [Wed, 18 Feb 2015 11:28:36 +0000 (12:28 +0100)]
- use C++11 lambda
Arvin Schnell [Tue, 17 Feb 2015 14:28:48 +0000 (15:28 +0100)]
- updated URL in documentation
Arvin Schnell [Tue, 17 Feb 2015 14:16:28 +0000 (15:16 +0100)]
- return reference
Arvin Schnell [Mon, 16 Feb 2015 14:12:56 +0000 (15:12 +0100)]
- allow to set description for inital subvolume
Arvin Schnell [Mon, 16 Feb 2015 11:04:30 +0000 (12:04 +0100)]
- added changelog entry
Arvin Schnell [Mon, 16 Feb 2015 11:00:48 +0000 (12:00 +0100)]
- removed example
Arvin Schnell [Mon, 16 Feb 2015 11:00:20 +0000 (12:00 +0100)]
- added installation-helper
Arvin Schnell [Mon, 16 Feb 2015 10:59:34 +0000 (11:59 +0100)]
- added root-prefix parameter for config functions
Arvin Schnell [Mon, 16 Feb 2015 10:57:12 +0000 (11:57 +0100)]
- pass single struct instead of many values to create and modify snapshot functions
Arvin Schnell [Mon, 16 Feb 2015 10:53:36 +0000 (11:53 +0100)]
- return references
Arvin Schnell [Mon, 16 Feb 2015 10:53:10 +0000 (11:53 +0100)]
- increased major library version
Arvin Schnell [Mon, 16 Feb 2015 10:52:44 +0000 (11:52 +0100)]
- allow to rename AsciiFile and SysconigFile
Arvin Schnell [Mon, 16 Feb 2015 10:52:02 +0000 (11:52 +0100)]
- don't log/save uid of 0
Arvin Schnell [Mon, 16 Feb 2015 10:51:41 +0000 (11:51 +0100)]
- removed deprecated functions