| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 3 | -6/+8 |
* | 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 | 1 | -2/+5 |
* | Fix negation bug in auto-setting file system parameters (thanks DH) | bescoto | 2003-07-19 | 1 | -3/+2 |
* | Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ... | bescoto | 2003-07-18 | 6 | -65/+182 |
* | Added detection of directory increment permission limitation | bescoto | 2003-07-18 | 2 | -4/+24 |
* | Added --no-change-dir-inc-perms switch, and fix for windows mode CheckDest | bescoto | 2003-07-18 | 3 | -5/+16 |
* | Added ACL support, may have corrected a few EA bugs | bescoto | 2003-07-18 | 9 | -84/+332 |
* | Mostly tweaks to get the test cases to work | bescoto | 2003-07-16 | 3 | -5/+47 |
* | Added --list-increment-sizes option | bescoto | 2003-06-30 | 3 | -28/+112 |
* | Added ctime support (although it is not used) | bescoto | 2003-06-30 | 2 | -3/+15 |
* | Many changes - added extended attribute support and file system | bescoto | 2003-06-30 | 13 | -351/+680 |
* | Should now work with subclassed static classes | bescoto | 2003-06-26 | 1 | -2/+2 |
* | Various changes for 0.12.0 | bescoto | 2003-06-26 | 6 | -31/+141 |
* | 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 | 1 | -5/+41 |
* | Add new code to determine fs abilities at runtime | bescoto | 2003-06-23 | 1 | -0/+218 |
* | Final checkin for 0.11.5 | bescoto | 2003-06-21 | 1 | -1/+2 |
* | Fixed quoted hardlinks, added --windows-restore, fixed a couple tests | bescoto | 2003-06-21 | 5 | -17/+28 |
* | 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 | 6 | -7/+13 |
* | --windows-mode no longer fsync's directories | bescoto | 2003-04-04 | 3 | -1/+6 |
* | Got rid of extra UpdateError | bescoto | 2003-04-03 | 1 | -1/+4 |
* | --windows-mode now disables ownership switching | bescoto | 2003-03-21 | 2 | -1/+3 |
* | Added --list-at-time option | bescoto | 2003-03-20 | 3 | -3/+28 |
* | 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 | 6 | -43/+131 |
* | Added long conversion to os.utime arguments to avoid type error | bescoto | 2003-03-13 | 1 | -1/+1 |
* | Added error checking when making special files | bescoto | 2003-03-05 | 1 | -3/+12 |
* | Final checkin for 0.11.3 (fixed pipeline flushing problem) | bescoto | 2003-03-04 | 6 | -93/+229 |
* | Fixed --print-statistics and spurious server error message | bescoto | 2003-03-03 | 4 | -3/+13 |
* | Fixed bug regressing when second backup was unrecoverable | bescoto | 2003-03-02 | 2 | -1/+5 |
* | Removed remnants of sleep-ratio, resume, and checkpoint-interval options | bescoto | 2003-03-02 | 3 | -29/+3 |
* | Final check in for version 0.11.2 | bescoto | 2003-03-02 | 9 | -94/+191 |
* | More changes in preparation for 0.11.2 | bescoto | 2003-02-25 | 15 | -119/+210 |
* | Iterfiles and iterrorps now can contain exceptions. | bescoto | 2003-02-21 | 2 | -76/+59 |