]> git.ipfire.org Git - thirdparty/snapper.git/shortlog
thirdparty/snapper.git
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
2012-11-14  Richard HughesMake the zypp plugin optional, but enabled by default
2012-11-14  Richard HughesFix the build on Fedora 18
2012-11-12  Arvin Schnell- added changelog message
2012-11-12  Arvin SchnellMerge pull request #3 from oniko/oniko
2012-10-25  Ondrej Kozina- fix abrt if no argument is passed to diff command 3/head
2012-10-25  Ondrej Kozina- remove check for unused btrfs-progs
2012-10-25  Ondrej Kozina- reject create-config on non-thin LVM volumes
2012-10-23  Arvin Schnell- improved changelog message
2012-10-18  Arvin Schnell- removed needless semicolon
2012-10-18  Arvin Schnell- .snapshots must not have group root if it is not...
2012-10-16  Arvin Schnell- removed useless include
2012-10-16  Arvin Schnell- fixed spec-file for Mandriva
2012-10-16  Arvin Schnell- moved documentation to man-page
2012-10-16  Arvin Schnell- moved documentation to man-page
2012-10-15  Arvin Schnell- updated man-pages
2012-10-15  David DisseldorpFix compiler warnings in example C client
2012-10-15  Arvin Schnell- extended changelog
2012-10-15  Arvin Schnell- merged dbus branch
2012-10-12  David DisseldorpAdd del_snap command to example C client dbus
2012-10-12  David DisseldorpAdd create_snap command to example C client
2012-10-12  Arvin Schnell- don't build python bindings (python can use dbus)
2012-10-09  David DisseldorpAdd snapper dbus client example C code
2012-10-09  Arvin Schnell- added ListSnapshotsAtTime method (for samba)
2012-10-09  Arvin Schnell- added SetSnapshot
2012-10-05  Arvin Schnell- link libraries at correct place
2012-10-04  Arvin Schnell- fixed client connect/disconnect handling
2012-10-04  Arvin Schnell- send signal when snapshot metadata is modified
2012-09-13  Arvin Schnell- include some docs in tarball
2012-09-13  Arvin Schnell- added documentation
2012-09-12  Arvin Schnell- improved snapshot check functions
2012-09-12  Arvin Schnell- cleanup
2012-09-12  Arvin Schnell- added checks for btrfs subvolumes
2012-09-07  Arvin Schnell- removed unneeded includes
2012-09-07  Arvin Schnell- removed obsolete compare-dirs tool
2012-09-07  Arvin Schnell- added SDir::stat that stats dirfd directly
2012-09-07  Arvin Schnell- removed unused function
2012-09-07  Arvin Schnell- use an iterator
2012-09-07  Arvin Schnell- handle exception
2012-09-06  Arvin Schnell- added note
2012-09-06  Arvin Schnell- cleanup includes
2012-09-06  Arvin Schnell- fixed setting uid of post snapshot
2012-09-06  Arvin Schnell- disallow post snapshots with pre snapshots that alrea...
2012-09-06  Arvin Schnell- run background comparisons sequential
2012-09-05  Arvin Schnell- record user id during snapshot creation
2012-09-05  Arvin Schnell- format xml output
2012-09-05  Arvin Schnell- check permissions of .snapshots
2012-09-05  Arvin Schnell- updated example
2012-09-05  Arvin Schnell- renamed parameters to avoid name conflicts with bash
2012-09-05  Arvin Schnell- updated example
2012-09-04  Arvin Schnell- fixed resource leak
2012-09-04  Arvin Schnell- improved man-pages
2012-09-04  Arvin Schnell- improved ioctl fallback
2012-09-04  Arvin Schnell- work on dbus interface
2012-09-04  Arvin Schnell- fixed resource leak
2012-09-03  Arvin Schnell- use old ioctl to create btrfs snapshot if new one...
2012-08-31  Arvin Schnell- fixed building with different gnu-c++ versions
2012-08-31  Arvin Schnell- link with multithreaded boost libs
2012-08-30  Arvin Schnell- removed no-readonly.diff
2012-08-30  Arvin Schnell- compile with older glibc
2012-08-30  Arvin Schnell- fixed includes
2012-08-30  Arvin Schnell- fixed include
next