summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
...
* New quoting logic to check for non-ASCII chars and Windows special chars inde...owsla2007-08-141-11/+42
* Support Unicode log messages.owsla2007-08-141-1/+2
* More robust workaround for EFTYPE only being present on BSDowsla2007-08-131-2/+2
* Python bug -- errno.EFTYPE is not defined, but necessary to check on BSDowsla2007-08-131-1/+2
* Fix typoowsla2007-08-131-2/+2
* Properly pickle QuotedRPathsowsla2007-08-092-1/+8
* Warn if can't write extended attribute.owsla2007-08-091-0/+2
* Handle failed attempts to set the sticky bitowsla2007-08-081-1/+13
* Fix hang on Cygwin/FAT32 and error on broken CIFS configurationsowsla2007-07-311-5/+14
* CIFS returns EOPNOTSUPP on symlink creationowsla2007-07-281-1/+1
* Put the version number in logs with verbosity > 3owsla2007-07-261-0/+1
* Fix "too many open files" bug when handling large directories.owsla2007-07-261-1/+1
* Remove typo #2. I'm an idiot.owsla2007-07-211-2/+0
* Oops -- don't require python2.5owsla2007-07-211-1/+3
* Add --tempfile and --remote-tempfile options.owsla2007-07-183-4/+13
* Don't run extended attributes test if --no-eas is givenowsla2007-07-171-0/+5
* Handle exception when trying to clear extended attributes on a file thatowsla2007-07-161-11/+16
* Use .dll as library file extension on Cygwin and Windows.owsla2007-07-121-3/+5
* Avoid setting permissions to 000 because they're out of sync.owsla2007-07-121-0/+3
* Technically, lpt[3-9] should also be quoted (see sys/fs/vfat/namei.c inowsla2007-07-111-2/+2
* listxattr() can also throw EPERM error if not supported.owsla2007-07-111-1/+2
* Make sure isincfile() always sets inc_compressedowsla2007-07-111-4/+3
* Do something sensible if we get an IOError while logging an exception.owsla2007-07-101-1/+6
* Handle exception when get permission denied on a file while tryingowsla2007-07-101-1/+4
* Must call rpath.isincfile() before rpath.isinccompressed() worksowsla2007-07-101-0/+1
* Squash regress/check_pids bug and properly pickle RPath'sowsla2007-07-093-9/+9
* Workaround for tempfile.TemporaryFile() having different behaviorowsla2007-07-081-0/+2
* Bugfixes for when Globals.chars_to_quote is Noneowsla2007-07-072-7/+11
* Make --check-destination-dir handle quoted situations.owsla2007-07-071-5/+1
* Handle quoted current_mirror markers and clean-up the listing ofowsla2007-07-062-4/+7
* Warn if file modification time is before 1970.owsla2007-06-201-0/+2
* Fix typo in Main.py introduced in 1.1.9owsla2007-06-101-1/+1
* FIFOs don't have extended attributes -- don't try to access them.owsla2007-06-101-1/+2
* Fix for bug #19612 -- Incorrect line broke --no-compression option.owsla2007-05-191-1/+1
* Fix for bug #19896 -- symlink() doesn't work on a CIFS-mounted Windowsdgaudet2007-05-191-8/+12
* Fix for bug #19895 -- eliminate traceback for special file detectiondgaudet2007-05-191-14/+21
* New --exclude-if-present option (i.e. --exclude-if-present .nobackup).dgaudet2007-05-132-1/+16
* Use signal 0 rather than signal.NSIG when testing if another rdiff-backupdgaudet2007-03-061-3/+3
* Sockets don't have extended attributes -- don't try to access them.owsla2007-02-271-1/+1
* Fix restore from read-only bug -- rx perms on a repository directory aredgaudet2007-02-031-1/+1
* Fix --list-increments bug in set_must_escape_dos_devices.owsla2007-01-311-2/+5
* Cygwin generates OSError when changing permissions on partitions.owsla2007-01-301-1/+4
* Fix fs_abilities.py patch error with set_escape_dos_devices.dgaudet2007-01-291-4/+4
* Fix comment in glob_to_re now that special characters can be escaped.owsla2007-01-291-2/+2
* Glob escaping support via backslash. (Andrew Price)dgaudet2007-01-291-2/+5
* Cygwin generates EACCESS on fsync -- so accept it rather than dieing.dgaudet2007-01-291-4/+8
* DOS filename quoting adjustments from Marc Dyksterhouse.dgaudet2007-01-291-2/+4
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-3/+51
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-1/+11
* Add "FilenameMapping.set_init_quote_vals" security exception.dgaudet2007-01-281-0/+1