]> git.wh0rd.org Git - dump.git/shortlog
dump.git
2010-06-11 Stelian PopPrepare for release 0.4b43 release_0_4b43
2010-06-11 Stelian PopFix some warn_unused_result compile warnings
2010-06-11 Stelian PopCreate UNIX sockets instead of dummy files
2010-06-11 Stelian PopExtract backuped sockets as dummy files.
2010-06-10 Stelian PopUse only ctime to compare newness (instead of both...
2010-06-10 Stelian PopImprove level 1 mapdirs speed.
2010-04-28 Stelian PopBump estimate blocks to long long to cope with huge...
2010-03-22 Stelian PopProperly deal with inodes excluded from incremental...
2010-03-22 Stelian PopFix invalid EA metainformation in dump, add a workaroun...
2010-03-08 Stelian PopReplace ext2/3 by ext2/3/4 in the man page.
2010-03-08 Stelian PopDon't attempt to extract EA in 'restore -N' mode.
2009-12-04 Stelian PopFix restore dumping core in some situations due to...
2009-12-03 Stelian PopFix restoration of extended attributes for fifos and...
2009-09-07 Stelian PopRemove -lselinux -lsepol from standard libs list.
2009-07-23 Stelian PopFix restore of files spanning on the first and second...
2009-07-23 Stelian PopUse OPEN() instead of open() for toc files.
2009-06-18 Stelian PopPrepare for 0.4b42 release release_0_4b42
2009-06-18 Stelian PopAdd ext4 filesystem support.
2009-06-18 Stelian PopUse sys_clone under Linux to share I/O contexts between...
2009-06-18 Stelian PopRestore does not allow -P and -A at the same time.
2009-06-18 Stelian PopSpelling fixes in the man pages.
2009-06-18 Stelian PopFix the default dump level in man page (0 not 9)
2009-06-18 Stelian PopFix dump output message when using default level.
2008-09-04 Stelian PopThe Tower of Hanoi example wasn't.
2008-06-09 Stelian PopFix EA restore in debug mode.
2008-06-04 Stelian PopFix QFA file generation.
2008-05-18 Stelian PopYet more improvements to cron_dump_to_disk.
2008-05-14 Stelian PopMore improvements from Aaron S. Hawley <aaron.s.hawley...
2008-05-13 Stelian PopMore improvements from Aaron S. Hawley <ashawley@source...
2008-05-05 Stelian PopImprovements to cron_dump_to_disk
2008-04-18 Stelian PopMore cleanup fixes.
2008-04-17 Stelian PopCleanup output of cron_dump_to_disk example.
2008-04-17 Stelian PopForce -a when in 'restore -C' mode.
2008-04-17 Stelian PopIn restore -C, encountering an unexpected file is not...
2008-04-17 Stelian PopLink against libtinfo if present.
2008-04-17 Stelian PopFix "mode file too large" errors when restoring huge...
2007-02-22 Stelian PopFix the EA set failures when restoring immutable files
2007-02-22 Stelian PopFix SELinux xattr handling.
2007-02-22 Stelian PopExplicitly link with '-ldevmapper -lselinux -lsepol...
2006-08-01 Stelian PopSmall man page improvement regarding the dump levels...
2006-03-14 Stelian PopFix dump -w/-W output, again...
2006-03-13 Stelian PopFix 'Connection to' message to appear on stderr just...
2006-01-02 Stelian PopPrepare for release 0.4b41 release_0_4b41
2006-01-02 Stelian PopPrepare for release 0.4b41
2006-01-02 Stelian PopBuildRequires: ncurses-devel
2005-08-20 Stelian PopFix toc file to not include extended attributes informa...
2005-07-07 Stelian PopMake the directory hashtable optional and controled...
2005-07-07 Stelian PopFix restore when symtab file is over 2GB in size.
2005-06-08 Stelian PopFix big endian issues with EA/ACL
2005-06-08 Stelian PopFix restore of ACLs.
2005-06-01 Stelian PopExplain some caveats with dump -m in the man page.
2005-05-28 Stelian PopFix code to not require ISO C99.
2005-05-02 Stelian PopPrepare for release 0.4b40. release_0_4b40
2005-05-02 Stelian PopAdded EA/ACL support in dump and restore.
2005-03-30 Stelian PopFix an issue with the size of dump maps appearing when...
2005-03-30 Stelian PopFix a small bug on an error path introduced by the...
2005-03-18 Stelian PopFix another hashtree bug in restore causing "removenode...
2005-03-02 Stelian PopFix a bug where dump miscalculates the tape size based...
2005-02-25 Stelian PopRemove a few unneeded Nflag
2005-01-25 Stelian PopFix the 'do not save directory entries to non-dumped...
2005-01-24 Stelian PopSmall missing \n
2005-01-24 Stelian PopEmit warnings not panic() when comparing a file and...
2005-01-21 Stelian Popprepare for release 0.4b39 release_0_4b39
2005-01-14 Stelian PopForce restore -C to imply -N
2005-01-14 Stelian PopFix restore -C to handle correctly directories containi...
2005-01-14 Stelian PopSilenced the failure to call fgetflags() when comparing...
2005-01-13 Stelian Popchdir() back to the initial directory when abort()ing.
2005-01-13 Stelian PopUpdated buggy example.
2005-01-07 Stelian PopPrepare for 0.4b38 release. release_0_4b38
2005-01-07 Stelian PopAdded a new dump on cd/dvd script.
2004-12-15 Stelian PopBetter comparision (including directories).
2004-12-15 Stelian PopBe sure the di_size in a map header has the correct...
2004-12-14 Stelian PopHashlist implementation for directory entries in restore.
2004-12-14 Stelian PopFix the exclusion of directory entries of inodes from...
2004-12-10 Stelian PopFix a problem in restore where the final \0 in the...
2004-11-22 Stelian PopFix SIGSEGV in dump when dumping huge 2TB filesystems...
2004-11-22 Stelian PopExclude directory entries to non-dumped inodes from...
2004-08-16 Stelian PopFixed negative size displays in restore
2004-07-20 Stelian PopTest for libncurses, then libtermcap when --enable...
2004-07-13 Stelian PopTroff syntax fixes in the man pages.
2004-07-07 Stelian PopPrepare for release 0.4b37
2004-07-07 Stelian PopDo not include kernel headers, use sys/mount.h for...
2004-07-05 Stelian PopA wrong line in /etc/fstab containing LABEL=... could...
2004-07-05 Stelian PopMade dump use blkid library.
2004-07-01 Stelian PopFixed an offset calculation leading to bread lseek...
2004-06-17 Stelian PopFix SIGSEGV when reading a hand-modified dumpdates...
2004-06-02 Stelian PopFix compilation on AMD64
2004-05-25 Stelian PopFix a couple of gcc 3.3.3 warnings.
2004-05-24 Stelian PopAdd --enable-staticz configure option.
2004-04-21 Stelian PopPrepare for dump 0.4b36 release. release_0_4b36
2004-04-21 Stelian PopFix some compile warnings.
2004-04-21 Stelian PopMake dump understand any integer as the dump level.
2004-04-13 Stelian PopMade restore understand FreeBSD UFS2 dumps.
2004-03-29 Stelian PopFixed LFS problems when restoring huge dumps (with...
2004-03-10 Stelian PopBack in the backed out block estimate patch. :)
2004-03-08 Stelian PopBack out the block estimate patch.
2004-03-08 Stelian PopFixed -F to be run even if -M/-f is in use.
2004-03-01 Stelian PopAnother try at fixing size estimate.
2004-03-01 Stelian PopFix '-B list of values' patch.
2004-02-18 Stelian PopMade explicit in the dump man page that dump will not...
next