| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tag 'r1-1-0'.r1-1-0 | cvs2svn | 2005-10-25 | 0 | -0/+0 |
* | Dated changelog for 1.1.0 release | bescoto | 2005-10-25 | 1 | -2/+2 |
* | Misc changes, passes all tests now | bescoto | 2005-10-25 | 4 | -16/+14 |
* | Increased buffer sizes by a factor of 4 | bescoto | 2005-10-25 | 2 | -2/+5 |
* | Tweaks to get around spurious security exception | bescoto | 2005-10-25 | 2 | -12/+9 |
* | Refactored fs_abilities, also don't quote if case-insensitive->case-insensitive | bescoto | 2005-10-24 | 7 | -268/+357 |
* | Refactored fs_abilities, also don't quote if case-insensitive->case-insensitive | bescoto | 2005-10-24 | 4 | -21/+25 |
* | added os.makedirs to fix --create-full-path bug | bescoto | 2005-10-22 | 2 | -1/+4 |
* | Added readonly test for file system case sensitivity | bescoto | 2005-10-21 | 2 | -4/+63 |
* | Changed webpage to rdiff-backup.nongnu.org | bescoto | 2005-10-20 | 1 | -2/+2 |
* | Fix for bug #14799 -- now autodetect whether destination supports high permis... | bescoto | 2005-10-20 | 6 | -2/+29 |
* | Try read/write fsync for cygwin, also add --preserve-numerical-ids | bescoto | 2005-10-20 | 7 | -126/+284 |
* | Carbonfile now defaults to off | bescoto | 2005-10-19 | 3 | -1/+14 |
* | short-term (?) kludge so missing carbonfile data doesn't cause crash | bescoto | 2005-10-19 | 2 | -0/+10 |
* | Check and fix for bug 14545 | bescoto | 2005-09-15 | 3 | -3/+15 |
* | Final changes for 1.0.1 | bescoto | 2005-09-11 | 2 | -2/+3 |
* | Fix to restore tests required by recent security fix | bescoto | 2005-09-08 | 1 | -0/+1 |
* | Avoid lchown requirement | bescoto | 2005-09-07 | 4 | -1/+14 |
* | Stop python v2.2 from choking on device files | bescoto | 2005-09-01 | 2 | -2/+6 |
* | Matthijs van der Klip's python2 source rpm update | bescoto | 2005-08-22 | 1 | -8/+10 |
* | Documentation fix | bescoto | 2005-08-20 | 1 | -6/+2 |
* | Oops, last patch broke remote --remove-older-than, fix and test here | bescoto | 2005-08-20 | 2 | -1/+19 |
* | Fix for bug 14209 (security violation with --restrict) | bescoto | 2005-08-20 | 5 | -74/+121 |
* | Fixed typo in fatal error message | bescoto | 2005-08-19 | 1 | -1/+1 |
* | Default to not fsyncing directories | bescoto | 2005-08-18 | 2 | -1/+4 |
* | Write PID to current mirror marker | bescoto | 2005-08-18 | 3 | -23/+8 |
* | Updated signature blocksize to square root (I thought I did this already but ... | bescoto | 2005-08-18 | 2 | -3/+5 |
* | Further fix so we can restore backups with mirror_metadata files | bescoto | 2005-08-17 | 3 | -0/+21 |
* | Removed /usr/share/doc at advice of Charles Duffy | bescoto | 2005-08-17 | 1 | -0/+4 |
* | Removed ownership changing warning that is usually unneeded | bescoto | 2005-08-17 | 1 | -4/+1 |
* | Fixed --exclude-fifos and --exclude-sockets in man page (thanks to Mark Polamus) | bescoto | 2005-08-17 | 1 | -4/+4 |
* | Fix for error reported by Davy Durham (but need additional fix so | bescoto | 2005-08-17 | 1 | -3/+4 |
* | Added --no-carbonfile option | bescoto | 2005-08-15 | 1 | -1/+2 |
* | Misc final changes for v1.0.0 | bescoto | 2005-08-14 | 4 | -9/+9 |
* | Updated inctest - before it would compare increment attributes too strictly | bescoto | 2005-08-14 | 2 | -10/+13 |
* | Removed unnecessary opening of a sigfile | bescoto | 2005-08-13 | 1 | -3/+0 |
* | Removed the obsolete --sleep-ratio bit | bescoto | 2005-08-12 | 1 | -4/+5 |
* | Updated FAQ, added note on free space, removed v2.2 message now that | bescoto | 2005-08-12 | 1 | -45/+44 |
* | Added note on pylibacl and pyxattr to README | bescoto | 2005-08-12 | 1 | -0/+7 |
* | Applied Chris Pepper's "FAQ cleanup patch" | bescoto | 2005-08-12 | 1 | -122/+100 |
* | Added lchown to cmodule so rdiff-backup can preserve symlink uid/gid | bescoto | 2005-08-11 | 5 | -7/+52 |
* | Fix for bug#13613 - 64->32bit utime overflow error | bescoto | 2005-08-10 | 2 | -5/+16 |
* | Fix for bug #13576, destination system should not need posix1e | bescoto | 2005-08-10 | 3 | -29/+66 |
* | Fixed selection bug reported by Daniel Richard G. and added test to | bescoto | 2005-08-09 | 3 | -1/+12 |
* | Keith Edmunds's patch adding --create-full-path | bescoto | 2005-08-08 | 4 | -8/+28 |
* | Flush logfile after each entry is written | bescoto | 2005-08-08 | 1 | -0/+1 |
* | Renamed a function so the tests FinalSelection work again. It | bescoto | 2005-08-07 | 1 | -7/+7 |
* | Log EACCES from listxattr rather than raising an exception -- this can happen | dgaudet | 2005-07-02 | 2 | -0/+5 |
* | patch#4136: OSX filename/rsrc has been deprecated for some time, and as of OSX | dgaudet | 2005-06-30 | 3 | -7/+11 |
* | bug#12949: eliminate an exception during fs abilities testing on OS X 10.4. | dgaudet | 2005-06-28 | 2 | -5/+10 |