summaryrefslogtreecommitdiff
path: root/rdiff-backup/src
Commit message (Expand)AuthorAgeFilesLines
* Directly interface to librsync instead of going through rdiff. Addedben2002-06-2710-127/+783
* More optimization: rewrote selection iteration to not recur, and addedben2002-06-2511-182/+223
* Added compile.py to compile the c portionben2002-06-1925-225/+498
* Many optimizations - up to 3x speed improvementben2002-06-178-71/+256
* Blank file to indicate directory packageben2002-06-161-0/+0
* Adapted everything to new exploded formatben2002-06-1631-1805/+1855
* Various CPU optimizationsben2002-06-1510-99/+116
* Final update for v0.8.0ben2002-06-142-2/+2
* Fixed '-r now' bug, and some minor typo fixesben2002-06-124-13/+10
* Added --null-separator, tweaked increment error handlingben2002-06-026-34/+64
* Added resuming bug fixesben2002-05-318-16/+62
* Bug fixes to resuming and error correction codeben2002-05-3011-144/+162
* Reexamined robust writing and statisticsben2002-05-2911-175/+380
* Final update of statistics stuffben2002-05-256-19/+82
* Bugfixed the new statistics stuffben2002-05-255-78/+115
* Added prettier statistics printing, stats averagingben2002-05-242-5/+54
* Added statistics.py for more sophisticated statistics handlingben2002-05-243-70/+163
* Just some temporary profiling information that it might be interestingben2002-05-221-0/+241
* Changed version to 0.7.5ben2002-05-221-1/+1
* Fixed rpath unpickling errorben2002-05-212-2/+5
* Fixed source finalizer resume bug (although more remains to be done)ben2002-05-214-11/+21
* Various bug fixes so it passes testsben2002-05-207-26/+26
* Added errno stuff instead of raw numbers, and now behavior ofben2002-05-205-32/+27
* Fixed --include reporting bug, and added error checking to directoryben2002-05-203-5/+8
* Added some error checking code, and a wrapper for easier profilingben2002-05-179-29/+94
* Enabled ssh compression by default, increased conn_bufsize.ben2002-05-154-10/+20
* Belatedly added filename_mapping (should have been added with 0.7.4).ben2002-05-155-18/+137
* Fixed bug in restore older than code.ben2002-05-111-13/+18
* Various final bug fixes for 0.7.4ben2002-05-114-8/+63
* Various data files now end in .data instead of .snapshotben2002-05-114-16/+17
* Added __str__ method just for completeness sakeben2002-05-101-1/+1
* Lots of changes, see changelog for 0.7.4.ben2002-05-1015-391/+532
* Various changes to work with new destructive_stepping initializationben2002-05-054-19/+11
* Various changed to deal with new IterTreeReducer formatben2002-05-052-26/+33
* State-saving code changed to deal with new IterTreeReducer (it can nowben2002-05-051-6/+6
* Some changes to work with new DestructiveStepping formatben2002-05-051-3/+3
* Changed code to use lazy.py's new IterTreeReducer format, and to make things ...ben2002-05-051-14/+113
* Changed IterTreeReducer so other code uses it by subclassingben2002-05-051-127/+64
* Rewrote substantial portion to make things cleanerben2002-05-051-172/+225
* Deleted DestructiveStepping classben2002-05-051-47/+0
* Moving to get rid of the initialize() function and move it into the classben2002-05-041-75/+104
* Added check to skip overly long filesben2002-05-011-1/+2
* Minor bugfix(?) in robust, added more flexible time specifications inben2002-05-012-10/+61
* Changed for 0.7.3 releaseben2002-04-3011-135/+161
* fixed small bug in parse_last_excludesben2002-04-121-1/+2
* Added new Select codeben2002-04-127-83/+252
* Various changes to switch to new include/exclude syntaxben2002-04-084-91/+242
* Added selection.py, for better include/exclude optionsben2002-04-063-3/+180
* Updated default compression regexp (included gif, jpg, and png)ben2002-03-281-1/+1
* main - fixed error reporting bug in restore check pathnamesben2002-03-272-3/+3