| Commit message (Expand) | Author | Age | Files | Lines |
* | Now choose blocksize based on size of file | bescoto | 2003-07-22 | 5 | -33/+63 |
* | Bug fixes relating to the way quoting_enabled was removed | bescoto | 2003-07-21 | 2 | -5/+1 |
* | When copying attributes, set permission after copy resource fork | bescoto | 2003-07-21 | 1 | -2/+2 |
* | More fixes from Daniel Hazelbaker, mostly related to resource forks | bescoto | 2003-07-19 | 4 | -7/+9 |
* | Oops, missed another append('rsrc') loop, this time in fs_abilities | bescoto | 2003-07-19 | 2 | -9/+14 |
* | May have fixed recursion bug in resource forks; added another test | bescoto | 2003-07-19 | 2 | -4/+56 |
* | Fix negation bug in auto-setting file system parameters (thanks DH) | bescoto | 2003-07-19 | 1 | -3/+2 |
* | Added two notes forgotten in previous check in. | bescoto | 2003-07-18 | 1 | -0/+8 |
* | Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ... | bescoto | 2003-07-18 | 9 | -67/+244 |
* | Added detection of directory increment permission limitation | bescoto | 2003-07-18 | 3 | -4/+27 |
* | Added --no-change-dir-inc-perms switch, and fix for windows mode CheckDest | bescoto | 2003-07-18 | 4 | -5/+20 |
* | Added ACL support, may have corrected a few EA bugs | bescoto | 2003-07-18 | 13 | -96/+575 |
* | Added env in case not bourne shell | bescoto | 2003-07-17 | 1 | -1/+1 |
* | Mostly tweaks to get the test cases to work | bescoto | 2003-07-16 | 6 | -9/+54 |
* | Added --list-increment-sizes option | bescoto | 2003-06-30 | 6 | -29/+195 |
* | Added ctime support (although it is not used) | bescoto | 2003-06-30 | 3 | -6/+50 |
* | Many changes - added extended attribute support and file system | bescoto | 2003-06-30 | 21 | -444/+905 |
* | Should now work with subclassed static classes | bescoto | 2003-06-26 | 1 | -2/+2 |
* | Various changes for 0.12.0 | bescoto | 2003-06-26 | 10 | -53/+171 |
* | Deleted sleep test now that --sleep-ratio is gone | bescoto | 2003-06-26 | 1 | -24/+0 |
* | Making lines shorter... whee.. | bescoto | 2003-06-24 | 1 | -14/+8 |
* | Comment clarification | bescoto | 2003-06-24 | 1 | -2/+2 |
* | Fixed problem when reg file deleted in middle, reported by Ty Boyack | bescoto | 2003-06-24 | 1 | -2/+3 |
* | Only warn, not AssertionError, if can't get restore fp | bescoto | 2003-06-24 | 1 | -3/+11 |
* | Added reading/writing to chars_to_quote file | bescoto | 2003-06-23 | 2 | -8/+58 |
* | Add new code to determine fs abilities at runtime | bescoto | 2003-06-23 | 2 | -0/+268 |
* | Added sparse file support | bescoto | 2003-06-22 | 1 | -0/+2 |
* | Final checkin for 0.11.5 | bescoto | 2003-06-21 | 3 | -3/+6 |
* | Adding empty file to keep testing/test2/tmp active | bescoto | 2003-06-21 | 1 | -0/+0 |
* | Fixed quoted hardlinks, added --windows-restore, fixed a couple tests | bescoto | 2003-06-21 | 10 | -28/+107 |
* | Added existence check in diryield in case deleted in meantime | bescoto | 2003-04-24 | 1 | -1/+1 |
* | Changed remove_older_than errorlevel when no increments found | bescoto | 2003-04-22 | 3 | -5/+5 |
* | Typo fix reported by Keith Edmunds | bescoto | 2003-04-08 | 1 | -2/+2 |
* | Don't guarantee curmirror inc delete for win compatibility | bescoto | 2003-04-07 | 1 | -1/+1 |
* | fsync_delete now follows global fsync setting | bescoto | 2003-04-07 | 2 | -2/+2 |
* | Make no preserve hard links disable inode comparison | bescoto | 2003-04-06 | 6 | -12/+20 |
* | --windows-mode now implies that permissions will not be changed | bescoto | 2003-04-05 | 8 | -12/+23 |
* | --windows-mode no longer fsync's directories | bescoto | 2003-04-04 | 5 | -7/+13 |
* | Got rid of extra UpdateError | bescoto | 2003-04-03 | 1 | -1/+4 |
* | Clarified --remove-older-than entry. | bescoto | 2003-04-03 | 1 | -7/+8 |
* | --windows-mode now disables ownership switching | bescoto | 2003-03-21 | 3 | -1/+6 |
* | Added --list-at-time option | bescoto | 2003-03-20 | 6 | -3/+46 |
* | Added EDEADLOCK to skippable errors | bescoto | 2003-03-19 | 1 | -1/+1 |
* | Added parameter checking to my_sync | bescoto | 2003-03-19 | 1 | -2/+4 |
* | Removed various files no longer in use | bescoto | 2003-03-15 | 5 | -615/+0 |
* | Removing obsolete stat information | bescoto | 2003-03-15 | 1 | -241/+0 |
* | Removing MiscStats - code has been moved into statistics.py | bescoto | 2003-03-15 | 1 | -92/+0 |
* | Final changes for 0.11.4 | bescoto | 2003-03-15 | 12 | -68/+155 |
* | Explained file selection options don't work with --remove-older-than | bescoto | 2003-03-13 | 1 | -0/+2 |
* | Added long conversion to os.utime arguments to avoid type error | bescoto | 2003-03-13 | 1 | -1/+1 |