summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/cmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix OverflowError on 64-bit systems when backing up symlinks with uid or gidHEADmasterowsla2010-01-161-2/+2
* Use the Python os.lstat() on Windows. (Patch from Josh Nisly)owsla2008-07-021-20/+8
* Do not use inode numbers on Windows and gracefully handle attempts toowsla2008-06-101-1/+8
* Get cmodule.c building natively on Windows (Patch from Josh Nisly)owsla2008-04-081-2/+17
* Avoid lchown requirementbescoto2005-09-071-0/+4
* Added lchown to cmodule so rdiff-backup can preserve symlink uid/gidbescoto2005-08-111-0/+32
* Fixed bug in Gruenbach's code and added test for itbescoto2003-08-261-7/+9
* ACL/EA parsing fixes, use new quoting stylebescoto2003-08-251-2/+127
* Fixes for --calculate-average, python 2.3, and mac os xbescoto2003-08-031-1/+11
* Added fs_abilities.py to makedist scriptbescoto2003-07-241-1/+15
* Updated copyright noticebescoto2003-07-231-5/+13
* Applied Arkadiusz Patyk's patch for python 2.3c1 compilationbescoto2003-07-221-7/+10
* Added ctime support (although it is not used)bescoto2003-06-301-3/+7
* Added parameter checking to my_syncbescoto2003-03-191-2/+4
* First pass at integrating regress codebescoto2003-02-111-0/+11
* Added David S.'s major/minor patch in cmodule.c,ben2002-10-051-2/+2
* Reversed previous large file changes - answer was just to includeben2002-09-171-1/+1
* Changed 'struct stat' to STRUCT_STATben2002-09-161-1/+1
* Added LARGEFILE defines for >2GB file supportben2002-09-161-2/+0
* 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
* Fixed bad high bit permissions mode in cmodule.c, and assorted changesben2002-08-101-1/+1
* Various changes to 0.9.3, see CHANGELOGben2002-07-161-2/+2
* More optimization: rewrote selection iteration to not recur, and addedben2002-06-251-37/+33
* Added compile.py to compile the c portionben2002-06-191-62/+125
* Many optimizations - up to 3x speed improvementben2002-06-171-0/+139