summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* Final checkin for 0.11.3 (fixed pipeline flushing problem)bescoto2003-03-046-93/+229
* Fixed --print-statistics and spurious server error messagebescoto2003-03-034-3/+13
* Fixed bug regressing when second backup was unrecoverablebescoto2003-03-022-1/+5
* Removed remnants of sleep-ratio, resume, and checkpoint-interval optionsbescoto2003-03-023-29/+3
* Final check in for version 0.11.2bescoto2003-03-029-94/+191
* More changes in preparation for 0.11.2bescoto2003-02-2515-119/+210
* Iterfiles and iterrorps now can contain exceptions.bescoto2003-02-212-76/+59
* Removed CIP code (expanded to CCPP in backup.py)bescoto2003-02-191-47/+0
* Various modifications to backup, restore, and regress systems.bescoto2003-02-187-103/+296
* Added error logging codebescoto2003-02-172-28/+106
* Added CachedIndexableProcessor to rorpiterbescoto2003-02-121-1/+49
* Fixed selection bug, renamed metadata files to ".snapshot"bescoto2003-02-124-9/+61
* First pass at integrating regress codebescoto2003-02-1115-151/+493
* Initial checkin of journal codebescoto2003-02-042-0/+223
* Re-added --windows-mode optionbescoto2003-02-018-122/+117
* Fixed seg fault problem on sparc64/openbsdbescoto2003-01-021-7/+7
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-3117-1825/+829
* Renamed highlevel.py to backup.pybescoto2002-12-251-0/+0
* Still refactoring for 0.11.1 - prepare to rename highlevelbescoto2002-12-2511-478/+498
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-2323-1671/+1628
* Removed most destructive stepping operationsbescoto2002-12-219-228/+189
* Removed --mirror-only feature and most checkpointing/recovery codebescoto2002-12-202-77/+22
* Removed experimental psyco use (didn't help)bescoto2002-12-191-3/+0
* Don't assume i686 platform in cvs compile scriptbescoto2002-12-191-2/+18
* Write mirror metadata when incrementingbescoto2002-12-143-14/+31
* Small modification to ListChangedSincebescoto2002-12-141-2/+2
* Added Bud Bruegger's patch to ListChangedSince (now lists change type)bescoto2002-12-141-2/+14
* Added iterator operations on metadata filebescoto2002-12-132-2/+164
* Initial checkin of metadata codebescoto2002-12-082-0/+180
* Updated tests for new CVS formatbescoto2002-12-072-2/+3
* Changed GPL notice in each source file to recommended versionben2002-12-0325-100/+325
* Added some documentation and examplesben2002-11-241-2/+12
* Deleted legacy get_incobjs functionben2002-11-241-4/+0
* Changes, only one I remember is adding --list-changed-sinceben2002-11-228-16/+42
* Fixed typo bug with [include/exclude]-globbing-filelistben2002-11-171-2/+2
* Added explicit pipe close on server quitben2002-10-221-0/+1
* --windows-mode now implies --no-hard-links. DSRPath.path nowben2002-10-053-1/+4
* A couple logging bugfixesben2002-10-051-15/+25
* Added better logging for check_common_error - now it should be clearerben2002-10-052-8/+16
* Added David S.'s major/minor patch in cmodule.c,ben2002-10-054-10/+24
* Added --exclude-special-files andben2002-10-042-22/+72
* Fixed socket too long bugben2002-09-221-1/+4
* Changed resume code - unpickling may cause variety of errorsben2002-09-201-2/+3
* Reversed previous large file changes - answer was just to includeben2002-09-172-7/+3
* Changed 'struct stat' to STRUCT_STATben2002-09-161-1/+1
* Added LARGEFILE defines for >2GB file supportben2002-09-162-3/+4
* Minor cleanups in Hardlink.py and robust.py, killtest update to lazy.pyben2002-09-113-11/+9
* Backed out stat64 code in previous diff, kept thread codeben2002-09-111-6/+3
* Added thread statements and lstat64 check for large file supportben2002-09-101-2/+26
* Various changes, including stopped checking directory sizes whenben2002-09-053-3/+4