summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/statistics.py
Commit message (Expand)AuthorAgeFilesLines
* Gah. Fix unicode support for linux systems where the destination Python insta...joshn2009-06-041-3/+3
* Use Unicode for paths internally to add support for Unicode on Windows.joshn2009-04-091-4/+5
* Take start and end times from same system so that the elapsed time printed inowsla2009-01-031-4/+4
* Filenames in the file_statistics*gz files are now quoted the same waydgaudet2005-04-221-1/+2
* Final changes for 0.11.4bescoto2003-03-151-1/+64
* Fixed --print-statistics and spurious server error messagebescoto2003-03-031-1/+9
* More changes in preparation for 0.11.2bescoto2003-02-251-1/+1
* First pass at integrating regress codebescoto2003-02-111-1/+1
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-83/+84
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-10/+8
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
* Various changes to 0.9.3, see CHANGELOGben2002-07-161-7/+42
* Directly interface to librsync instead of going through rdiff. Addedben2002-06-271-2/+5
* More optimization: rewrote selection iteration to not recur, and addedben2002-06-251-6/+13
* Added compile.py to compile the c portionben2002-06-191-4/+12
* Adapted everything to new exploded formatben2002-06-161-71/+5
* Various CPU optimizationsben2002-06-151-12/+13
* Added --null-separator, tweaked increment error handlingben2002-06-021-18/+28
* Added resuming bug fixesben2002-05-311-1/+9
* Bug fixes to resuming and error correction codeben2002-05-301-1/+2
* Reexamined robust writing and statisticsben2002-05-291-18/+164
* Final update of statistics stuffben2002-05-251-1/+18
* Bugfixed the new statistics stuffben2002-05-251-6/+6
* Added prettier statistics printing, stats averagingben2002-05-241-5/+38
* Added statistics.py for more sophisticated statistics handlingben2002-05-241-0/+133