]> git.wh0rd.org Git - dump.git/history - dump/tape.c
Make dump/restore use O_CREAT|O_TRUNC both locally and remotely.
[dump.git] / dump / tape.c
2002-05-21 Stelian PopMake dump/restore use O_CREAT|O_TRUNC both locally...
2002-04-11 Stelian Popatomic_read -> dump_atomic_read
2002-03-27 Stelian PopAdded the appropriate error message when dump fails...
2002-03-11 Stelian PopDon't include linux/fs.h since it will break compilatio...
2002-02-27 Stelian PopDo not seek for every dump block, only for each ntrec...
2002-02-21 Stelian PopQFA fix (do not output directories in QFA file).
2002-01-25 Stelian Popkill "register".
2002-01-25 Stelian Pop-A archive file implementation
2002-01-22 Stelian PopMade -Q option work on regular files.
2002-01-16 Stelian Popnoos -> popies.net
2001-11-17 Stelian Popdump hang workaround.
2001-09-12 Stelian PopAdded Helmut Jarausch patch for restoring from multiple...
2001-09-12 Stelian PopModifications from the RedHat RPM.
2001-09-06 Stelian PopBLKSFBUF ioctl in dump.
2001-08-16 Stelian PopAdded bzip2 compression to dump.
2001-07-20 Stelian PopUpdated and cleaned the -B compressed limit.
2001-07-20 Stelian PopFixed the compressed multi-volume dump + restore.
2001-07-18 Stelian PopQFA fixes.
2001-07-18 Stelian PopAdded -F script option to restore.
2001-07-18 Stelian Pop-B option knows about compression length now.
2001-07-18 Stelian PopRPM spec update and time.h cleanups (from RedHat latest...
2001-06-18 Stelian PopCheck for the e2fsprogs header <ext2fs/ext2_fs.h> inste...
2001-05-12 Stelian PopAnother set of compression patches from Jerry.
2001-04-27 Stelian PopLFS fixes (explicit use of open64/etc)
2001-04-24 Stelian PopCosmetic changes to QFA code / time.h headers.
2001-04-12 Stelian PopCleanups for new gcc/glibc.
2001-04-12 Stelian PopFixed a socket descriptor leak in dump.
2001-04-10 Stelian PopQFA support.
2001-03-28 Stelian PopCorrection of block estimate.
2001-03-23 Stelian PopAnother set of cleanups from Andreas.
2001-03-20 Stelian PopAnother compress patch (compress while waiting for...
2001-03-20 Stelian PopSome compression patches.
2001-03-20 Stelian PopChanged ino_t to dump_ino_t.
2001-03-20 Stelian PopAnother set of cleanups from Andreas Dilger (time_t...
2001-03-19 Stelian PopAndreas Dilger fixes (CPP, ext2 features, const char...
2001-03-18 Stelian PopNew compression patches from Jerry Peters.
2001-02-22 Stelian Pop64bit and glibc 2.2.2 fixes.
2001-02-21 Stelian Pop*** empty log message ***
2001-02-16 Stelian PopFix a bug in dump where waiting too much when changing...
2001-02-16 Stelian PopMade dump report the number of blocks dumped per volume.
2000-12-21 Stelian PopMake dump ask upon a tape write error if it should...
2000-12-21 Stelian PopLFS compatibility.
2000-12-05 Stelian PopAdded the throughput information in dump's progression...
2000-12-04 Stelian Popcybercable -> noos.
2000-11-10 Stelian PopCopyright notice for Alcôve, for paying me to work...
2000-08-30 Stelian PopEmpty the sigaction structure to be portable.
2000-08-21 Stelian PopAdded a configure check for sa_sigaction member of...
2000-08-19 Stelian PopFixed the signal handling in dump.
2000-06-01 Stelian PopAdded --with-oldstylefscript in configure.
2000-05-28 Stelian PopThe -F script is called now *only* at the end of a...
2000-03-11 Stelian PopMade the multi-volume dump work again...
2000-03-10 Stelian PopAdded the device name and volume number as arguments...
2000-03-02 Stelian PopAdded missing prototype. release_0_4b15
2000-03-02 Stelian PopAdded '-F script' option to dump.
2000-03-01 Stelian PopBuffer overflow in dump, as reported from Bugtraq
2000-02-26 Stelian PopAdded the prompt command in restore interactive mode.
2000-02-10 Stelian PopCompatibility between dumps made on little endian machi...
2000-01-21 Stelian PopUpdate the location of dump home page (to the sourcefor...
2000-01-07 Stelian PopHandle EINTR in atomical reads/writes in dump.
1999-11-21 Stelian PopImplemented a -M(ulti volume) option for dump.
1999-11-21 Stelian PopDump accepts ext3 filesystems. Checking the superblock... release_0_4b10
1999-11-02 Stelian PopWaitpid problem with external RSH.
1999-10-13 Stelian PopAdded version in usage text.
1999-10-11 Stelian PopAdded CVS Id.
1999-10-11 Stelian PopVersion 0.4b7. release_0_4b7
1999-10-11 Stelian PopVersion 0.4b6. release_0_4b6
1999-10-11 Stelian PopVersion 0.4b5. release_0_4b5
1999-10-11 Stelian PopInitial revision