]> git.ipfire.org Git - thirdparty/snapper.git/shortlog
thirdparty/snapper.git
2013-09-30  Ondrej Kozina- remove unused code and lvs output parameters 23/head
2013-09-16  Ondrej Kozina- make LvmCache compilable using older boost library
2013-08-30  Ondrej Kozina- remove redundant log messages
2013-08-29  Ondrej Kozina- move lvcreate/lvremove cmds in cache code so that...
2013-08-26  Ondrej Kozina- add ostream operators for LvmCache
2013-08-22  Ondrej Kozina- add missing destructor in VolumeGroup class
2013-08-22  Ondrej Kozina- simple cache for snapper managed logical volumes
2013-08-14  Ondrej Kozina- use LVMBIN to retrieve LVM2 version info
2013-08-13  Ondrej Kozina- get version and related LVM2 capabilities only once
2013-08-10  Ondrej Kozina- get information about LVM version during Filesystem...
2013-08-09  Ondrej Kozina- make snapper capable handling inactive lvm snapshots
2013-07-26  Arvin Schnell- fixed typo
2013-07-25  Arvin Schnell- allow to change config via DBus and with command...
2013-07-15  Arvin Schnell- con't include config.h in header files
2013-07-15  Arvin Schnell- enable xattrs per default
2013-07-15  Arvin Schnell- added version header file
2013-07-12  Arvin Schnell- increased version v0.1.5
2013-07-11  Arvin Schnell- disable justify again since it gives really bad resul...
2013-07-11  Arvin Schnell- better formatting of example
2013-07-09  Arvin Schnell- turn justify on
2013-07-09  Arvin Schnell- added manpage describing snapper configs
2013-07-09  Arvin Schnell- optimize timeline cleanup algorithm for only sporadic...
2013-07-08  Arvin Schnell- document filters and use fnmatch with FNM_LEADING_DIR
2013-07-06  Arvin Schnell- fixed typos
2013-07-05  Arvin Schnell- fixed some typos
2013-06-28  Arvin Schnell- pretty indent html version of manpages
2013-06-28  Arvin Schnell- cleanup
2013-06-25  Arvin Schnell- cleanup of includes
2013-06-25  Arvin Schnell- added tests
2013-06-25  Arvin Schnell- check for error
2013-06-25  Arvin Schnell- also call initgroups in pam_snapper (bnc#815383)
2013-06-24  Arvin Schnell- moved C++ examples to subdir
2013-06-21  Arvin Schnell- package run-all script
2013-06-21  Arvin Schnell- allow whitespace in ALLOW_USERS and ALLOW_GROUPS
2013-06-21  Arvin Schnell- derive ConfigInfo from SysconfigFile
2013-06-21  Arvin Schnell- cleanup
2013-06-21  Arvin Schnell- added missing include
2013-06-17  Arvin Schnell- doxygen not required anymore
2013-06-14  Arvin Schnell- added homepage
2013-06-13  Arvin Schnell- link to http://snapper.io/
2013-06-10  Arvin Schnell- improved man-pages format
2013-06-10  Arvin Schnell- added target to make html versions of man-pages
2013-06-10  Arvin Schnell- added target to make html versions of man-pages
2013-06-07  Arvin Schnell- removed unneeded include
2013-06-07  Arvin Schnell- removed duplicate buildrequires
2013-06-07  Arvin Schnell- give default path for xsltproc
2013-06-07  Arvin Schnell- use anonymous mmapped memory instead of pipe
2013-06-06  Arvin Schnell- check for xsltproc
2013-06-06  Arvin Schnell- adaptions for Mandriva
2013-06-06  Arvin Schnell- use xsltproc instead of docbook2man
2013-06-06  Arvin Schnell- added cleanup rule
2013-06-06  Arvin Schnell- better formatted synopsis
2013-06-06  Arvin Schnell- converted man-pages to docbook sgml
2013-06-05  Arvin Schnell- also clear group password
2013-06-05  Arvin Schnell- check for malloc failure
2013-06-03  Arvin Schnell- removed unneeded include
2013-05-31  Arvin Schnell- fixed xattrs reading for certain block/character...
2013-05-31  Arvin Schnell- source code formatting
2013-05-31  Arvin Schnell- set CLOEXEC on fd duplication
2013-05-29  Arvin Schnell- with boost 1.53 boost_system is required when using...
2013-05-23  Arvin Schnell- minor fixes v0.1.4
2013-05-23  Arvin Schnell- make pam_snapper safe for multi-threaded applications
2013-05-22  Arvin Schnell- updated
2013-05-03  Arvin Schnell- make pam module optional
2013-05-02  Arvin Schnell- removed unused parameter
2013-05-02  Arvin Schnell- set _GNU_SOURCE instead of __USE_GNU
2013-05-02  Arvin Schnell- override password after getpwnam
2013-05-02  Arvin Schnell- split parsing and ignore tests
2013-05-02  Arvin Schnell- increased version
2013-05-02  Arvin Schnell- use MODULE_NAME define
2013-05-02  Arvin Schnell- added const
2013-05-02  Arvin Schnell- cleanup
2013-05-02  Arvin Schnell- allow to set snapper cleanup algorithm
2013-05-02  Arvin Schnell- moved ignoreroot test to other ignore tests
2013-05-02  Arvin Schnell- correctly check options
2013-05-02  Arvin Schnell- replaced cdbus_strtokcmp by csv_contains to avoid...
2013-05-02  Arvin Schnell- fixed memory leaks with pam_set_data/pam_get_data
2013-05-02  Arvin Schnell- avoid malloc/free for options
2013-05-02  Arvin Schnell- don't use strncpy/strncat
2013-05-02  Arvin Schnell- initialize variable during definition
2013-05-02  Arvin Schnell- added PAM module from mge
2013-04-26  Arvin Schnell- enable xattrs in spec-file
2013-04-26  Arvin Schnell- don't install config file with execute permissions
2013-04-26  Arvin Schnell- fix typo in error message
2013-04-26  Arvin SchnellMerge pull request #17 from oniko/xattrs
2013-04-26  Ondrej Kozina- fix typo in error message 17/head
2013-04-26  Arvin Schnell- minor updates
2013-04-25  Arvin Schnell- override unneeded passwd entry v0.1.3
2013-04-24  Arvin Schnell- added testcase for xattrs with empty value
2013-04-24  Arvin Schnell- handle change (from 0 to >0) of v_size between getxat...
2013-04-23  Arvin Schnell- make it even less work to have two testsuites, e...
2013-04-23  Arvin Schnell- use a define for config and subvolume
2013-04-22  Arvin Schnell- use enum type instead of int
2013-04-22  Arvin Schnell- implemented secure versions of listxattr and getxattr...
2013-04-22  Arvin SchnellMerge pull request #15 from oniko/xattrs
2013-04-22  Ondrej Kozina- clarify note about xattribute namespaces in xattrs2... 15/head
2013-04-22  Arvin Schnell- moved mount and umount functions from Filesystem...
2013-04-19  Arvin Schnell- use standard function name
2013-04-19  Arvin Schnell- handle XATTRS bit
2013-04-19  Arvin SchnellMerge pull request #14 from oniko/xattrs
next