summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* Misc changes for 0.10.2bescoto2003-01-191-4/+1
* Used Python.h to handle large files instead of setup.py definesbescoto2003-01-191-1/+1
* Fixed segfault bug on openbsd+sparc systemsbescoto2003-01-191-7/+7
* Fixed socket too long errorbescoto2003-01-193-13/+14
* 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
* Fixed get_rest_time to return the oldest time if rest_time is olderben2002-08-201-2/+5
* Fixed the remote destination restore and no increment restore bugs.ben2002-08-184-13/+48
* Fixed bad high bit permissions mode in cmodule.c, and assorted changesben2002-08-106-6/+52
* Fixed --verbosity in Main, added something to lazy?, fixed exceptionben2002-08-013-11/+16
* Added error checking to middle of file reading, security fix for resumingben2002-07-253-3/+16
* No longer crash on bad checkpoint databen2002-07-241-3/+13
* Added socket supportben2002-07-192-3/+14
* compilec compiles librsync also, --print-statistics compatible withben2002-07-192-2/+7
* Various changes to 0.9.3, see CHANGELOGben2002-07-1611-61/+393
* Check for a memory leak in librsyncben2002-06-271-0/+23
* 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-1624-108/+1893
* Various CPU optimizationsben2002-06-1510-99/+116
* Final update for v0.8.0ben2002-06-141-1/+1
* Fixed '-r now' bug, and some minor typo fixesben2002-06-123-11/+8
* Added --null-separator, tweaked increment error handlingben2002-06-024-31/+56
* Added resuming bug fixesben2002-05-316-15/+50
* Bug fixes to resuming and error correction codeben2002-05-3010-143/+161
* Reexamined robust writing and statisticsben2002-05-297-156/+356
* Final update of statistics stuffben2002-05-253-2/+36
* Bugfixed the new statistics stuffben2002-05-254-71/+112
* Added prettier statistics printing, stats averagingben2002-05-241-5/+38
* Added statistics.py for more sophisticated statistics handlingben2002-05-242-68/+160
* 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-204-21/+21
* Added errno stuff instead of raw numbers, and now behavior ofben2002-05-204-30/+23
* 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-177-21/+87
* Enabled ssh compression by default, increased conn_bufsize.ben2002-05-151-5/+5
* Belatedly added filename_mapping (should have been added with 0.7.4).ben2002-05-152-5/+17
* Various final bug fixes for 0.7.4ben2002-05-114-8/+63
* Various data files now end in .data instead of .snapshotben2002-05-112-5/+6
* Added __str__ method just for completeness sakeben2002-05-101-1/+1