summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/robust.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typoowsla2009-03-161-1/+1
* Don't crash on zlib errors.owsla2009-03-081-2/+3
* fix typoowsla2009-01-061-1/+1
* Report that connection has dropped if filesystem operation returns ENOTCONN.owsla2008-12-231-0/+2
* Add ETIMEDOUT to the list of recoverable errorsowsla2008-12-181-1/+1
* Add "Stale NFS file handle" (ESTALE) to the list of recoverable errors.owsla2008-11-111-1/+1
* Improve support for Python 2.5, which refactored the built-in exceptions soowsla2008-09-241-1/+1
* Fix typo in fs_abilities and add EILSEQ to list of recoverable errors.owsla2008-07-041-1/+1
* Add Windows-specific logic for checking if another rdiff-backup processowsla2008-06-101-1/+6
* CIFS returns EOPNOTSUPP on symlink creationowsla2007-07-281-1/+1
* Error reporting cleanupbescoto2005-11-191-3/+20
* Added --verify and --verify-at-time switchesbescoto2005-11-011-1/+1
* Added EDEADLK to recoverable errorsbescoto2005-03-251-3/+5
* Added EDEADLOCK to skippable errorsbescoto2003-03-191-1/+1
* More changes in preparation for 0.11.2bescoto2003-02-251-7/+24
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-513/+10
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-312/+219
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
* Changes, only one I remember is adding --list-changed-sinceben2002-11-221-1/+0
* A couple logging bugfixesben2002-10-051-15/+25
* Added better logging for check_common_error - now it should be clearerben2002-10-051-4/+9
* Changed resume code - unpickling may cause variety of errorsben2002-09-201-2/+3
* Minor cleanups in Hardlink.py and robust.py, killtest update to lazy.pyben2002-09-111-4/+1
* Added error checking to middle of file reading, security fix for resumingben2002-07-251-1/+5
* No longer crash on bad checkpoint databen2002-07-241-3/+13
* Directly interface to librsync instead of going through rdiff. Addedben2002-06-271-2/+2
* More optimization: rewrote selection iteration to not recur, and addedben2002-06-251-2/+2
* Added compile.py to compile the c portionben2002-06-191-31/+42
* Adapted everything to new exploded formatben2002-06-161-3/+11
* Various CPU optimizationsben2002-06-151-1/+1
* Added resuming bug fixesben2002-05-311-4/+22
* Bug fixes to resuming and error correction codeben2002-05-301-9/+28
* Reexamined robust writing and statisticsben2002-05-291-72/+114
* Bugfixed the new statistics stuffben2002-05-251-30/+6
* Fixed source finalizer resume bug (although more remains to be done)ben2002-05-211-3/+5
* Various bug fixes so it passes testsben2002-05-201-11/+11
* Added errno stuff instead of raw numbers, and now behavior ofben2002-05-201-11/+8
* Fixed --include reporting bug, and added error checking to directoryben2002-05-201-1/+1
* Added some error checking code, and a wrapper for easier profilingben2002-05-171-1/+34
* Various data files now end in .data instead of .snapshotben2002-05-111-4/+4
* Lots of changes, see changelog for 0.7.4.ben2002-05-101-2/+2
* State-saving code changed to deal with new IterTreeReducer (it can nowben2002-05-051-6/+6
* Minor bugfix(?) in robust, added more flexible time specifications inben2002-05-011-1/+1
* Changed for 0.7.3 releaseben2002-04-301-0/+2
* Added support for gzipped incrementsben2002-03-251-2/+3
* Added hardlink support, refactored some test casesben2002-03-211-2/+19
* First checkinben2002-03-211-0/+537