]> git.ipfire.org Git - thirdparty/snapper.git/shortlog
thirdparty/snapper.git
2013-03-15  Ondrej Kozina- add XATTRS flag to files affected by set_xattr and...
2013-03-14  Ondrej Kozina- fix broken 'xadiff' command
2013-03-13  Ondrej Kozina- remove misleading notes about btrfs clone ioctl
2013-03-12  Ondrej Kozina- use static_cast in operator<<(ostream, xa_value_t)
2013-03-12  Ondrej Kozina- remove unused parameters in cmpFilesXattrs()
2013-03-12  Ondrej Kozina- simplify XAModification class
2013-03-12  Ondrej Kozina- do not test types matching in cmpFilesXattrs()
2013-03-12  Ondrej Kozina- simplify operator<<(ostream, xa_value_t)
2013-03-12  Ondrej Kozina- make the xattributes comparison independent
2013-03-12  Ondrej Kozina- fixes related to XATTRS status flag
2013-03-04  Ondrej Kozina- fix whitespace mess
2013-03-04  Ondrej Kozina- fix typo in snapper/Makefile.am
2013-03-04  Ondrej Kozina- revert mistake introduced during devel branch rebase
2013-03-04  Arvin Schnell- renamed configure.in to configure.ac SLE11-SP3 openSUSE-12.3
2013-02-28  Arvin Schnell- added filters for lvm
2013-02-27  Ondrej Kozina- remove redundant include
2013-02-27  Ondrej Kozina- code poloshing
2013-02-27  Ondrej Kozina- inherit XA support from parent SDir
2013-02-27  Ondrej Kozina- make XAs test configurable
2013-02-27  Ondrej Kozina- simplify check for XAs support. remove unused code
2013-02-27  Ondrej Kozina- remove unused code
2013-02-27  Ondrej Kozina- add ctime check only for future consideration
2013-02-27  Ondrej Kozina- add xattrs2.cc to testsuite Makefile
2013-02-27  Ondrej Kozina- add test to check XA revert on TYPE and CREATE change...
2013-02-27  Ondrej Kozina- use sym. link aware syscalls and add basic logging...
2013-02-27  Ondrej Kozina- add support for XA undo statistics
2013-02-27  Ondrej Kozina- simplify XA comparison (use only syscalls prefixed...
2013-02-27  Ondrej KozinaRevert "- partial work on dealing with extended attribu...
2013-02-27  Ondrej Kozina- partial work on dealing with extended attributes...
2013-02-27  Ondrej Kozina- add stub files for XA testing
2013-02-27  Ondrej Kozina- add new command xadiff
2013-02-27  Ondrej Kozina- add conditions respecting ENABLE_XATTRS configuration...
2013-02-27  Ondrej Kozina- add configuration option --enable-xattrs
2013-02-27  Ondrej Kozina- config.h should be first include
2013-02-27  Ondrej Kozina- remove unused typedef
2013-02-27  Ondrej Kozina- fix experimental xa_diff() method
2013-02-27  Ondrej Kozina- add experimental diff report for XAs
2013-02-27  Ondrej Kozina- modify operator<< for XAModification class
2013-02-27  Ondrej Kozina- add index and simplify operator<<(xa_value_t)
2013-02-27  Ondrej Kozina- fix misleading debug msg
2013-02-27  Ondrej Kozina- remove unused find() method in XAttributes class
2013-02-27  Ondrej Kozina- move serialize method to XAModification() class
2013-02-27  Ondrej Kozina- fix condition on open() check
2013-02-27  Ondrej Kozina- add XAttributesException
2013-02-27  Ondrej Kozina- split XAttributes class into XAttributes and XAModifi...
2013-02-27  Ondrej Kozina- fix broken XA_DELETE interpretation
2013-02-27  Ondrej Kozina- fix broken xa_change_t design and add debugging outpu...
2013-02-27  Ondrej Kozina- add initial support to revert XA changes in between...
2013-02-27  Ondrej Kozina- do not forget type of note
2013-02-27  Ondrej Kozina- initial support for detecting extended attributes...
2013-02-27  Ondrej Kozina- temporary fix for latest autoconf tools
2013-02-25  Arvin Schnell- updated translations
2013-02-22  Arvin Schnell- simplified and improved copyfile function
2013-02-22  Arvin Schnell- use sendfile instead of read/write loop
2013-02-21  Arvin Schnell- removed obsolete calls to renice and ionice in cron...
2013-02-20  Arvin Schnell- removed unneeded include
2013-02-20  Arvin Schnell- removed use of Factory in testsuite
2013-02-20  Arvin Schnell- removed unneeded include
2013-02-20  Arvin Schnell- catch base exception
2013-02-13  Arvin Schnell- more configure options
2013-02-11  Arvin SchnellMerge pull request #6 from oniko/oniko
2013-02-11  Ondrej Kozina- fix build with GCC 4.8 6/head
2013-02-09  Arvin Schnell- added testcase
2013-02-09  Arvin Schnell- added interruption point
2013-02-08  Arvin Schnell- removed potential security issues
2013-02-07  Arvin Schnell- zypp-plugin required dbus-1-python
2013-02-07  Arvin Schnell- faster algorithm/data-structure for btrfs comparison
2013-02-06  Arvin Schnell- workaround not required anymore
2013-02-06  Arvin Schnell- workaround not required anymore
2013-02-06  Arvin Schnell- extended testsuite
2013-02-06  Arvin Schnell- read mount status from /proc/mounts
2013-02-06  Arvin Schnell- catch three more exception
2013-02-06  Arvin Schnell- fixed compatibility issue with boost 1.52
2013-02-04  Arvin Schnell- create read-only lvm snapshots
2013-02-04  Arvin Schnell- diffutils is only required by the cli
2013-02-04  Arvin Schnell- use btrfs send ioctl for snapshot comparison (fate...
2013-01-31  Arvin Schnell- fixed result creation
2013-01-30  Arvin Schnell- fix compile with older gcc versions
2013-01-30  Arvin Schnell- fix compile with older gcc versions
2013-01-30  Arvin Schnell- added entries_recursive functions
2013-01-30  Arvin Schnell- measure speedup
2013-01-28  Arvin Schnell- fixed CXXFLAGS
2013-01-28  Arvin Schnell- added test program
2013-01-25  Arvin Schnell- added ruby example
2013-01-24  Arvin Schnell- removed ModifySnapshot from documentation
2013-01-24  Arvin Schnell- fixed type of time_t in DBus protocol (it is signed)
2013-01-24  Arvin Schnell- fixed arguments for CreatePreSnapshot and CreatePostS...
2013-01-18  Arvin Schnell- simpler code
2013-01-16  Arvin Schnell- check for libbtrfs
2013-01-16  Arvin Schnell- allow special cmpDirs for filesystems
2013-01-16  Arvin Schnell- split Filesystem.{h,cc}
2013-01-11  Arvin Schnell- use O_CLOEXEC
2012-12-05  Arvin Schnell- disable error messagee in clone function
2012-11-26  Arvin Schnell- updated translations
2012-11-26  Arvin Schnell- implemented use-counter for mounts of snapshots
2012-11-23  Arvin Schnell- consistent naming of defines
2012-11-21  Arvin Schnell- handle userdata in zypp plugin (fate #312521)
2012-11-15  Arvin Schnell- fixed va_end usage
2012-11-14  Arvin Schnell- whitespace cleanup
2012-11-14  Arvin Schnell- added BuildRequire pkg-config
next