]> git.ipfire.org Git - thirdparty/snapper.git/log
thirdparty/snapper.git
5 years agoMerge pull request #613 from aschnell/master v0.8.15
Arvin Schnell [Thu, 17 Dec 2020 12:43:33 +0000 (13:43 +0100)] 
Merge pull request #613 from aschnell/master

- update pot and po files

5 years ago- update pot and po files 613/head
Arvin Schnell [Thu, 17 Dec 2020 12:35:38 +0000 (13:35 +0100)] 
- update pot and po files

5 years agoMerge pull request #612 from aschnell/master
Arvin Schnell [Thu, 17 Dec 2020 12:24:47 +0000 (13:24 +0100)] 
Merge pull request #612 from aschnell/master

- added option to abbreviate columns in table

5 years ago- coding style 612/head
Arvin Schnell [Thu, 17 Dec 2020 12:17:23 +0000 (13:17 +0100)] 
- coding style

5 years ago- added option to abbreviate columns in table
Arvin Schnell [Thu, 17 Dec 2020 11:25:33 +0000 (12:25 +0100)] 
- added option to abbreviate columns in table

5 years agoMerge pull request #611 from aschnell/master
Arvin Schnell [Wed, 16 Dec 2020 12:12:02 +0000 (13:12 +0100)] 
Merge pull request #611 from aschnell/master

- remove Travis support (replaced by GitHub Actions)

5 years ago- remove Travis support (replaced by GitHub Actions) 611/head
Arvin Schnell [Wed, 16 Dec 2020 11:57:39 +0000 (12:57 +0100)] 
- remove Travis support (replaced by GitHub Actions)

5 years agoMerge pull request #610 from aschnell/master
Arvin Schnell [Wed, 9 Dec 2020 18:38:24 +0000 (19:38 +0100)] 
Merge pull request #610 from aschnell/master

- fixed compilation in latest openSUSE:Factory

5 years ago- fixed compilation in latest openSUSE:Factory 610/head
Arvin Schnell [Wed, 9 Dec 2020 17:27:57 +0000 (18:27 +0100)] 
- fixed compilation in latest openSUSE:Factory

5 years agoMerge pull request #609 from aschnell/master
Arvin Schnell [Wed, 9 Dec 2020 08:50:22 +0000 (09:50 +0100)] 
Merge pull request #609 from aschnell/master

- coding style

5 years ago- coding style 609/head
Arvin Schnell [Wed, 9 Dec 2020 08:20:16 +0000 (09:20 +0100)] 
- coding style

5 years agoMerge pull request #539 from dlan17/master
Arvin Schnell [Wed, 9 Dec 2020 08:16:01 +0000 (09:16 +0100)] 
Merge pull request #539 from dlan17/master

provide a doc configure option

5 years agoMerge pull request #608 from aschnell/master
Arvin Schnell [Fri, 4 Dec 2020 09:31:09 +0000 (10:31 +0100)] 
Merge pull request #608 from aschnell/master

- continue with other configs if one config is broken

5 years ago- continue with other configs if one config is broken 608/head
Arvin Schnell [Fri, 4 Dec 2020 09:12:22 +0000 (10:12 +0100)] 
- continue with other configs if one config is broken

5 years agoMerge pull request #607 from aschnell/master
Arvin Schnell [Thu, 3 Dec 2020 09:35:02 +0000 (10:35 +0100)] 
Merge pull request #607 from aschnell/master

- fixed compilation with --disable-btrfs (gh#openSUSE/snapper#505)

5 years ago- fixed compilation with --disable-btrfs (gh#openSUSE/snapper#505) 607/head
Arvin Schnell [Thu, 3 Dec 2020 09:13:00 +0000 (10:13 +0100)] 
- fixed compilation with --disable-btrfs (gh#openSUSE/snapper#505)

5 years agoMerge pull request #606 from aschnell/master
Arvin Schnell [Wed, 2 Dec 2020 10:54:53 +0000 (11:54 +0100)] 
Merge pull request #606 from aschnell/master

- code cleanup

5 years ago- code cleanup 606/head
Arvin Schnell [Wed, 2 Dec 2020 10:35:56 +0000 (11:35 +0100)] 
- code cleanup

5 years agoTranslated using Weblate (German)
Fabian Niepelt [Sun, 29 Nov 2020 23:01:07 +0000 (23:01 +0000)] 
Translated using Weblate (German)

Currently translated at 96.8% (243 of 251 strings)

5 years agoAdd flag to disable install of systemd files (#523)
TBK [Fri, 27 Nov 2020 11:02:03 +0000 (12:02 +0100)] 
Add flag to disable install of systemd files (#523)

* Add flag to disable install of systemd files

* Update Makefile.am

Co-authored-by: Arvin Schnell <aschnell@suse.com>
5 years agoMerge pull request #605 from aschnell/master
Arvin Schnell [Thu, 26 Nov 2020 08:51:07 +0000 (09:51 +0100)] 
Merge pull request #605 from aschnell/master

- use XSI-compliant strerror_r

5 years ago- use XSI-compliant strerror_r 605/head
Arvin Schnell [Thu, 26 Nov 2020 08:28:37 +0000 (09:28 +0100)] 
- use XSI-compliant strerror_r

5 years agoMerge pull request #602 from aschnell/master
Arvin Schnell [Tue, 24 Nov 2020 13:56:22 +0000 (14:56 +0100)] 
Merge pull request #602 from aschnell/master

- handle too small buffer using getpwnam_r

5 years ago- coding style 602/head
Arvin Schnell [Tue, 24 Nov 2020 13:38:40 +0000 (14:38 +0100)] 
- coding style

5 years ago- handle too small buffer using getpwnam_r
Arvin Schnell [Tue, 24 Nov 2020 12:47:10 +0000 (13:47 +0100)] 
- handle too small buffer using getpwnam_r

5 years agoMerge pull request #601 from aschnell/master
Arvin Schnell [Tue, 24 Nov 2020 11:17:45 +0000 (12:17 +0100)] 
Merge pull request #601 from aschnell/master

- do not override passwd after getpwuid_r et.al. calls

5 years ago- do not override passwd after getpwuid_r et.al. calls 601/head
Arvin Schnell [Tue, 24 Nov 2020 11:04:02 +0000 (12:04 +0100)] 
- do not override passwd after getpwuid_r et.al. calls

5 years agoMerge pull request #599 from aschnell/master
Arvin Schnell [Fri, 20 Nov 2020 12:32:41 +0000 (13:32 +0100)] 
Merge pull request #599 from aschnell/master

- added revision to version for Debian based packages

5 years ago- added revision to version for Debian based packages (fixes Ubuntu 20.10) 599/head
Arvin Schnell [Fri, 20 Nov 2020 12:18:46 +0000 (13:18 +0100)] 
- added revision to version for Debian based packages (fixes Ubuntu 20.10)

5 years agoMerge pull request #598 from aschnell/master
Arvin Schnell [Fri, 20 Nov 2020 06:45:05 +0000 (07:45 +0100)] 
Merge pull request #598 from aschnell/master

- added Raspbian.dsc

5 years ago- added Raspbian.dsc 598/head
Arvin Schnell [Fri, 20 Nov 2020 06:30:29 +0000 (07:30 +0100)] 
- added Raspbian.dsc

5 years agoMerge pull request #597 from aschnell/master
Arvin Schnell [Thu, 19 Nov 2020 12:42:58 +0000 (13:42 +0100)] 
Merge pull request #597 from aschnell/master

- updated list of Debian and xUbuntu flavours

5 years ago- updated list of Debian and xUbuntu flavours 597/head
Arvin Schnell [Thu, 19 Nov 2020 12:28:59 +0000 (13:28 +0100)] 
- updated list of Debian and xUbuntu flavours

5 years agoMerge pull request #596 from aschnell/master
Arvin Schnell [Thu, 19 Nov 2020 11:13:12 +0000 (12:13 +0100)] 
Merge pull request #596 from aschnell/master

- state in man-pages that ext4 support is discontinued

5 years ago- state in man-pages that ext4 support is discontinued 596/head
Arvin Schnell [Thu, 19 Nov 2020 10:57:46 +0000 (11:57 +0100)] 
- state in man-pages that ext4 support is discontinued

5 years agoMerge pull request #595 from aschnell/master
Arvin Schnell [Wed, 18 Nov 2020 12:26:42 +0000 (13:26 +0100)] 
Merge pull request #595 from aschnell/master

- use C++11 regexes instead of own regcomp/regexec wrapper class

5 years ago- coding style 595/head
Arvin Schnell [Wed, 18 Nov 2020 12:07:39 +0000 (13:07 +0100)] 
- coding style

5 years ago- use C++11 regexes instead of own regcomp/regexec wrapper class
Arvin Schnell [Wed, 18 Nov 2020 11:59:25 +0000 (12:59 +0100)] 
- use C++11 regexes instead of own regcomp/regexec wrapper class

5 years agoMerge pull request #594 from aschnell/master
Arvin Schnell [Tue, 17 Nov 2020 11:53:21 +0000 (12:53 +0100)] 
Merge pull request #594 from aschnell/master

- renamed SystemCmd::stdout/stderr to avoid conflict with defines

5 years ago- renamed SystemCmd::stdout/stderr to avoid conflict with defines 594/head
Arvin Schnell [Tue, 17 Nov 2020 11:38:08 +0000 (12:38 +0100)] 
- renamed SystemCmd::stdout/stderr to avoid conflict with defines

5 years agoMerge pull request #593 from aschnell/master
Arvin Schnell [Thu, 12 Nov 2020 15:29:34 +0000 (16:29 +0100)] 
Merge pull request #593 from aschnell/master

- extended GitHub Actions to cover more distributions

5 years ago- extended GitHub Actions to cover more distributions 593/head
Arvin Schnell [Thu, 12 Nov 2020 11:28:40 +0000 (12:28 +0100)] 
- extended GitHub Actions to cover more distributions

5 years agoMerge pull request #592 from aschnell/master
Arvin Schnell [Thu, 12 Nov 2020 10:48:12 +0000 (11:48 +0100)] 
Merge pull request #592 from aschnell/master

- added GitHub Action to compile library and run unit tests

5 years ago- added GitHub Action to compile library and run unit tests 592/head
Arvin Schnell [Thu, 12 Nov 2020 09:25:46 +0000 (10:25 +0100)] 
- added GitHub Action to compile library and run unit tests

5 years agoMerge pull request #582 from ericonr/sysconf
Arvin Schnell [Mon, 12 Oct 2020 09:24:05 +0000 (11:24 +0200)] 
Merge pull request #582 from ericonr/sysconf

Use default value if _SC_GETPW_R_SIZE_MAX is unavailable.

5 years agoMerge pull request #580 from ericonr/tme
Arvin Schnell [Mon, 12 Oct 2020 09:20:28 +0000 (11:20 +0200)] 
Merge pull request #580 from ericonr/tme

Avoid glibc-specific time extensions.

5 years agoUse default value if _SC_GETPW_R_SIZE_MAX is unavailable. 582/head
Philip Lorenz [Sun, 3 Jan 2016 23:14:45 +0000 (00:14 +0100)] 
Use default value if _SC_GETPW_R_SIZE_MAX is unavailable.

sysconf may return -1 if the value is unlimited.

5 years agoAvoid glibc-specific time extensions. 580/head
Philip Lorenz [Sat, 2 Jan 2016 11:03:55 +0000 (12:03 +0100)] 
Avoid glibc-specific time extensions.

* Use mktime instead of timelocal
* Replace glibc specific time format string
* Inline private __isleap() macro from glibc

5 years agoTranslated using Weblate (Spanish)
Andrés Barrantes Silman [Fri, 9 Oct 2020 18:48:02 +0000 (18:48 +0000)] 
Translated using Weblate (Spanish)

Currently translated at 82.1% (206 of 251 strings)

5 years agoTranslated using Weblate (Italian)
Paolo Za [Thu, 1 Oct 2020 07:24:51 +0000 (07:24 +0000)] 
Translated using Weblate (Italian)

Currently translated at 99.6% (250 of 251 strings)

5 years agoTranslated using Weblate (Italian)
Paolo Za [Wed, 30 Sep 2020 17:26:32 +0000 (17:26 +0000)] 
Translated using Weblate (Italian)

Currently translated at 99.2% (249 of 251 strings)

5 years agoTranslated using Weblate (French)
Antoine Belvire [Wed, 30 Sep 2020 09:53:44 +0000 (09:53 +0000)] 
Translated using Weblate (French)

Currently translated at 99.6% (250 of 251 strings)

5 years agoMerge pull request #574 from aschnell/master
Arvin Schnell [Tue, 29 Sep 2020 07:54:25 +0000 (09:54 +0200)] 
Merge pull request #574 from aschnell/master

- handle case where _SC_GETPW_R_SIZE_MAX hint is too small

5 years ago- handle case where _SC_GETPW_R_SIZE_MAX hint is too small 574/head
Arvin Schnell [Tue, 29 Sep 2020 07:42:17 +0000 (09:42 +0200)] 
- handle case where _SC_GETPW_R_SIZE_MAX hint is too small

5 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Thu, 24 Sep 2020 15:43:21 +0000 (15:43 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 100.0% (251 of 251 strings)

5 years agoTranslated using Weblate (Czech)
Aleš Kastner [Thu, 24 Sep 2020 12:17:32 +0000 (12:17 +0000)] 
Translated using Weblate (Czech)

Currently translated at 100.0% (251 of 251 strings)

5 years agoTranslated using Weblate (Catalan)
David Medina [Thu, 24 Sep 2020 13:12:22 +0000 (13:12 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 100.0% (251 of 251 strings)

5 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Wed, 23 Sep 2020 17:49:19 +0000 (17:49 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 94.8% (238 of 251 strings)

5 years agoTranslated using Weblate (Portuguese (Brazil))
Luiz Fernando Ranghetti [Wed, 23 Sep 2020 18:20:04 +0000 (18:20 +0000)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (251 of 251 strings)

5 years agoTranslated using Weblate (Japanese)
Yasuhiko Kamata [Wed, 23 Sep 2020 22:12:30 +0000 (22:12 +0000)] 
Translated using Weblate (Japanese)

Currently translated at 100.0% (251 of 251 strings)

5 years agoTranslated using Weblate (Dutch)
Freek de Kruijf [Wed, 23 Sep 2020 21:33:08 +0000 (21:33 +0000)] 
Translated using Weblate (Dutch)

Currently translated at 100.0% (251 of 251 strings)

5 years agoTranslated using Weblate (Czech)
Aleš Kastner [Wed, 23 Sep 2020 20:42:15 +0000 (20:42 +0000)] 
Translated using Weblate (Czech)

Currently translated at 94.8% (238 of 251 strings)

5 years agoMerge pull request #573 from aschnell/master
Arvin Schnell [Wed, 23 Sep 2020 16:39:02 +0000 (18:39 +0200)] 
Merge pull request #573 from aschnell/master

- updated pot and po files

5 years ago- updated pot and po files 573/head
Arvin Schnell [Wed, 23 Sep 2020 16:36:13 +0000 (18:36 +0200)] 
- updated pot and po files

5 years agoMerge pull request #572 from aschnell/master
Arvin Schnell [Wed, 23 Sep 2020 16:33:55 +0000 (18:33 +0200)] 
Merge pull request #572 from aschnell/master

- cleanup list, list-configs and get-config commands

5 years ago- fixed changelog 572/head
Arvin Schnell [Wed, 23 Sep 2020 16:24:06 +0000 (18:24 +0200)] 
- fixed changelog

5 years ago- cleanup list, list-configs and get-config commands
Arvin Schnell [Wed, 23 Sep 2020 16:10:13 +0000 (18:10 +0200)] 
- cleanup list, list-configs and get-config commands

5 years agoTranslated using Weblate (Japanese)
Yasuhiko Kamata [Wed, 23 Sep 2020 10:55:50 +0000 (10:55 +0000)] 
Translated using Weblate (Japanese)

Currently translated at 100.0% (213 of 213 strings)

5 years agoTranslated using Weblate (Catalan)
David Medina [Wed, 23 Sep 2020 11:33:09 +0000 (11:33 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 100.0% (213 of 213 strings)

5 years agoMerge pull request #571 from aschnell/master v0.8.14
Arvin Schnell [Wed, 23 Sep 2020 09:12:21 +0000 (11:12 +0200)] 
Merge pull request #571 from aschnell/master

- updated Debian changelog

5 years ago- updated Debian changelog 571/head
Arvin Schnell [Wed, 23 Sep 2020 08:52:11 +0000 (10:52 +0200)] 
- updated Debian changelog

5 years agoMerge pull request #570 from aschnell/master
Arvin Schnell [Wed, 23 Sep 2020 08:50:34 +0000 (10:50 +0200)] 
Merge pull request #570 from aschnell/master

- updated pot and po files

5 years ago- updated pot and po files 570/head
Arvin Schnell [Wed, 23 Sep 2020 08:35:19 +0000 (10:35 +0200)] 
- updated pot and po files

5 years agoMerge pull request #569 from aschnell/master
Arvin Schnell [Tue, 22 Sep 2020 07:49:43 +0000 (09:49 +0200)] 
Merge pull request #569 from aschnell/master

- added option to cleanup to make requested free space available

5 years ago- added option to cleanup to make requested free space available 569/head
Arvin Schnell [Tue, 22 Sep 2020 07:35:31 +0000 (09:35 +0200)] 
- added option to cleanup to make requested free space available

5 years agoTranslated using Weblate (Indonesian)
Kukuh Syafaat [Sun, 20 Sep 2020 03:43:32 +0000 (03:43 +0000)] 
Translated using Weblate (Indonesian)

Currently translated at 100.0% (191 of 191 strings)

5 years agoMerge pull request #567 from aschnell/master
Arvin Schnell [Fri, 18 Sep 2020 21:16:27 +0000 (23:16 +0200)] 
Merge pull request #567 from aschnell/master

- coding style

5 years ago- coding style 567/head
Arvin Schnell [Fri, 18 Sep 2020 21:05:36 +0000 (23:05 +0200)] 
- coding style

5 years agoTranslated using Weblate (Greek)
Arvin Schnell [Fri, 18 Sep 2020 18:41:54 +0000 (18:41 +0000)] 
Translated using Weblate (Greek)

Currently translated at 79.1% (151 of 191 strings)

5 years agoTranslated using Weblate (Greek)
Arvin Schnell [Fri, 18 Sep 2020 14:51:25 +0000 (14:51 +0000)] 
Translated using Weblate (Greek)

Currently translated at 79.6% (152 of 191 strings)

5 years agoMerge pull request #566 from aschnell/master
Arvin Schnell [Fri, 18 Sep 2020 14:49:55 +0000 (16:49 +0200)] 
Merge pull request #566 from aschnell/master

- minor cleanup

5 years ago- coding style 566/head
Arvin Schnell [Fri, 18 Sep 2020 14:36:10 +0000 (16:36 +0200)] 
- coding style

5 years ago- added function statvfs to class SDir
Arvin Schnell [Fri, 18 Sep 2020 14:34:58 +0000 (16:34 +0200)] 
- added function statvfs to class SDir

5 years ago- removed workarounds for old btrfs headers
Arvin Schnell [Fri, 18 Sep 2020 14:33:07 +0000 (16:33 +0200)] 
- removed workarounds for old btrfs headers

5 years agoTranslated using Weblate (Slovak)
Ferdinand Galko [Wed, 16 Sep 2020 14:04:24 +0000 (14:04 +0000)] 
Translated using Weblate (Slovak)

Currently translated at 100.0% (191 of 191 strings)

5 years agoTranslated using Weblate (Czech)
Aleš Kastner [Wed, 16 Sep 2020 15:46:53 +0000 (15:46 +0000)] 
Translated using Weblate (Czech)

Currently translated at 100.0% (191 of 191 strings)

5 years agoTranslated using Weblate (Portuguese (Brazil))
Rodrigo Macedo [Wed, 16 Sep 2020 11:21:05 +0000 (11:21 +0000)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (191 of 191 strings)

5 years agoTranslated using Weblate (Dutch)
Freek de Kruijf [Wed, 16 Sep 2020 11:22:02 +0000 (11:22 +0000)] 
Translated using Weblate (Dutch)

Currently translated at 100.0% (191 of 191 strings)

5 years agoMerge pull request #565 from aschnell/master
Arvin Schnell [Wed, 16 Sep 2020 11:07:02 +0000 (13:07 +0200)] 
Merge pull request #565 from aschnell/master

- added utility classes and functions

5 years ago- compile also without libbtrfs 565/head
Arvin Schnell [Wed, 16 Sep 2020 10:56:37 +0000 (12:56 +0200)] 
- compile also without libbtrfs

5 years ago- added utility classes and functions
Arvin Schnell [Wed, 16 Sep 2020 10:25:42 +0000 (12:25 +0200)] 
- added utility classes and functions

5 years agoTranslated using Weblate (Catalan)
David Medina [Wed, 16 Sep 2020 07:16:35 +0000 (07:16 +0000)] 
Translated using Weblate (Catalan)

Currently translated at 100.0% (191 of 191 strings)

5 years agoTranslated using Weblate (Japanese)
Yasuhiko Kamata [Tue, 15 Sep 2020 22:24:27 +0000 (22:24 +0000)] 
Translated using Weblate (Japanese)

Currently translated at 100.0% (191 of 191 strings)

5 years agotranslations: Fix incorrect merge.
Stanislav Brabec [Tue, 15 Sep 2020 22:00:11 +0000 (00:00 +0200)] 
translations: Fix incorrect merge.

Perform re-merge to fix broken files introduced in 225f7d71.

5 years agoTranslated using Weblate (Greek)
Efstathios Iosifidis [Thu, 10 Sep 2020 19:08:34 +0000 (19:08 +0000)] 
Translated using Weblate (Greek)

Currently translated at 84.7% (161 of 190 strings)

5 years agoTranslated using Weblate (Czech)
Aleš Kastner [Thu, 10 Sep 2020 15:47:17 +0000 (15:47 +0000)] 
Translated using Weblate (Czech)

Currently translated at 100.0% (190 of 190 strings)

5 years agoTranslated using Weblate (Dutch)
Freek de Kruijf [Thu, 10 Sep 2020 12:18:45 +0000 (12:18 +0000)] 
Translated using Weblate (Dutch)

Currently translated at 100.0% (190 of 190 strings)

5 years agoTranslated using Weblate (Japanese)
Yasuhiko Kamata [Wed, 9 Sep 2020 22:21:25 +0000 (22:21 +0000)] 
Translated using Weblate (Japanese)

Currently translated at 100.0% (190 of 190 strings)

5 years agoMerge remote-tracking branch 'weblate/master' into master
Stanislav Brabec [Wed, 9 Sep 2020 20:09:14 +0000 (22:09 +0200)] 
Merge remote-tracking branch 'weblate/master' into master

5 years agoMerge pull request #563 from aschnell/master
Arvin Schnell [Fri, 4 Sep 2020 17:42:59 +0000 (19:42 +0200)] 
Merge pull request #563 from aschnell/master

- package new snapperd.service file on Debian