summaryrefslogtreecommitdiff
path: root/rdiff-backup
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixowsla2008-01-091-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@871 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Be quieter about the xattr warningsowsla2008-01-071-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@870 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Support quoted repositories in rdiff-backup-statisticsowsla2008-01-062-4/+17
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@869 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Recover from EBADF during fsync(). Closes Savannah bug #15839owsla2008-01-062-1/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@868 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly initialize QuotedRPathsowsla2008-01-052-1/+10
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@867 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Start 1.1.16 changelogowsla2008-01-031-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@866 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* prep for 1.1.15 releaseowsla2008-01-031-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@864 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add ability to requote a repositoryowsla2008-01-034-13/+116
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@863 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Sync FAQ list with version on websiteowsla2008-01-021-6/+75
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@862 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't print the warning about hard links if the user has specified theowsla2008-01-022-2/+6
| | | | | | | --no-hard-links option. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@861 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more helpful error message when we get a "Result too large" errorowsla2007-12-252-1/+14
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@860 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix bug where rdiff-backup fails after all increments are removed. Closesowsla2007-12-252-3/+5
| | | | | | | Savannah bug #20291. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@859 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* We should FatalError at the point where the malformed UTF-8 character isowsla2007-12-251-5/+6
| | | | | | | | first encountered, instead of catching it and then letting it cause more trouble down the road. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@858 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* The retry without sticky bit message should indicate that it is a warning.owsla2007-12-251-3/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@857 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix typos in manpage, spotted by Francesco Poli. Fixes Debianowsla2007-12-241-5/+5
| | | | | | | Bug #452722. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@856 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* - Replace is_readable() function with pre-existing readable() functionowsla2007-12-244-9/+16
| | | | | | | | - Close Savannah bug #21202 by not assuming that file cannot be opened even if read permissions don't indicate such. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@855 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* restore_set_root should check if it can read a directory before tryingowsla2007-12-233-1/+9
| | | | | | | to list the contents. Closes Savannah bug #21106 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@854 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Regress.restore_orig_regfile should check Globals.fsync_directories Fixesowsla2007-12-232-1/+5
| | | | | | | bug #21546 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@853 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Cosmetic touch-up since we now sometimes print non-ASCII charactersowsla2007-08-151-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@852 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* New quoting logic to check for non-ASCII chars and Windows special chars ↵owsla2007-08-142-11/+45
| | | | | | independently. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@851 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Support Unicode log messages.owsla2007-08-142-1/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@850 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Today is the 13th, not the 12thowsla2007-08-131-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@848 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More robust workaround for EFTYPE only being present on BSDowsla2007-08-131-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@847 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Release 1.1.14 to workaround Python bugowsla2007-08-131-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@846 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Python bug -- errno.EFTYPE is not defined, but necessary to check on BSDowsla2007-08-131-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@845 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix typoowsla2007-08-131-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@844 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* start 1.1.14dgaudet2007-08-131-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@843 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* prep for 1.1.13 releasedgaudet2007-08-131-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@841 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly pickle QuotedRPathsowsla2007-08-093-1/+11
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@840 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Warn if can't write extended attribute.owsla2007-08-092-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@839 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Handle failed attempts to set the sticky bitowsla2007-08-082-1/+17
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@838 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* FAQ update in advance of new stable releaseowsla2007-08-041-172/+135
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@837 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improve README in advance of a new stable releaseowsla2007-08-031-3/+13
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@836 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix hang on Cygwin/FAT32 and error on broken CIFS configurationsowsla2007-07-312-5/+21
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@835 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* CIFS returns EOPNOTSUPP on symlink creationowsla2007-07-282-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@834 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Put the version number in logs with verbosity > 3owsla2007-07-261-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@833 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix "too many open files" bug when handling large directories.owsla2007-07-262-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@832 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Remove typo #2. I'm an idiot.owsla2007-07-211-2/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@831 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Oops -- don't require python2.5owsla2007-07-211-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@830 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add --tempfile and --remote-tempfile options.owsla2007-07-185-7/+31
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@829 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't run extended attributes test if --no-eas is givenowsla2007-07-172-0/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@828 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Handle exception when trying to clear extended attributes on a file thatowsla2007-07-162-11/+19
| | | | | | | doesn't support them. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@827 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* being 1.1.13dgaudet2007-07-121-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@826 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* prepare for 1.1.12 releasedgaudet2007-07-121-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@824 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Use .dll as library file extension on Cygwin and Windows.owsla2007-07-122-3/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@823 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Avoid setting permissions to 000 because they're out of sync.owsla2007-07-122-0/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@822 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Technically, lpt[3-9] should also be quoted (see sys/fs/vfat/namei.c inowsla2007-07-111-2/+2
| | | | | | | Linux kernel) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@821 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* listxattr() can also throw EPERM error if not supported.owsla2007-07-112-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@820 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Make sure isincfile() always sets inc_compressedowsla2007-07-111-4/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@819 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Do something sensible if we get an IOError while logging an exception.owsla2007-07-102-1/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@818 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109