summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison7-9/+9
2008-07-20Turn off extra debugging now that the problem is fixed.Wayne Davison1-1/+1
2008-07-20Improved the handling of --msgs2stderr a little more.Wayne Davison2-6/+6
2008-07-20Fixed a bug in match_hard_links() where an empty directory would tryWayne Davison2-1/+4
2008-07-20Added a debug-helping option, --msgs2stderr, than should help allWayne Davison5-7/+22
2008-07-20Changed the chksum debug flag to deltasum.Wayne Davison6-31/+31
2008-07-20A few more HLINK debug messages.Wayne Davison1-2/+23
2008-07-20Output even more debug messages.Wayne Davison1-1/+1
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison9-21/+93
2008-07-19Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the settingWayne Davison4-20/+43
2008-07-18Improved the alignment code and changed POOL_APPEND to POOL_PREPEND.Wayne Davison2-62/+84
2008-07-18We now pass the POOL_QALIGN flag to pool_create(). Also optimizedWayne Davison1-7/+10
2008-07-18Improved the hard-link logging.Wayne Davison2-14/+16
2008-07-18Turn on flist5 debugging.Wayne Davison1-1/+1
2008-07-18Some minor tweaking for the info+debug option parsing.Wayne Davison1-15/+16
2008-07-18Make the hands.test use a higher hlink debug level.Wayne Davison1-4/+4
2008-07-18Add --debug=hlink to hands.test.Wayne Davison1-4/+4
2008-07-17Don't interrupt the make for a generated file didn't really change.Wayne Davison2-6/+27
2008-07-17Use big_num() in a few more places.Wayne Davison3-13/+13
2008-07-17Moving big_num() into lib/compat.c so tls.c can use it.Wayne Davison2-43/+43
2008-07-17Added some HLINK debugging output and enabled it for hardlink tests.Wayne Davison5-11/+37
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison12-71/+74
2008-07-14A couple xattr fixes for --fake-super.Wayne Davison1-3/+6
2008-07-14A few more minor improvements in the --info/--debug code.Wayne Davison1-12/+11
2008-07-14Added a "test_fail" function to 00-hello.test.Wayne Davison1-0/+5
2008-07-14Made the info_verbosity array 1 element larger.Wayne Davison1-1/+1
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison29-268/+756
2008-07-13Fixed the timeout/flush loop-check logic to work properly withWayne Davison1-11/+17
2008-07-11If the user specifies --protocol=29, rsync will avoid sending an -eWayne Davison2-12/+21
2008-07-05Added the --remote-option=OPT (-M OPT) option.Wayne Davison4-10/+99
2008-07-05Got rid of some trailing whitespace.Wayne Davison1-2/+2
2008-07-05The --progress output now leaves the cursor at the end of the lineWayne Davison5-13/+31
2008-07-04Prepare repository for more development.Wayne Davison3-80/+98
2008-07-04Improved the docs for various delete options.Wayne Davison1-7/+14
2008-06-29Preparing for release of 3.0.3v3.0.3Wayne Davison6-12/+12
2008-06-28Mention the addition of the deny-rsync script, and tweak some comments.Wayne Davison2-6/+12
2008-06-26Fixed a problem with a file descriptor being left open in theWayne Davison1-2/+5
2008-06-23Some deny-rsync fixes:Wayne Davison1-10/+15
2008-06-23The deny-rsync script from bug 3945.Matt McCutchen1-0/+31
2008-06-23Fixed the sending of large files with older rsync versions byWayne Davison4-4/+12
2008-06-22Preparing for release of 3.0.3pre3v3.0.3pre3Wayne Davison4-9/+9
2008-06-22The sender now sets IOERR_GENERAL in more skipped-file instances.Matt McCutchen1-3/+13
2008-06-22Mention more fixes in the NEWS.Wayne Davison1-4/+30
2008-06-22Improved the build rules for rsync.1 and rsyncd.conf.5 when buildingWayne Davison1-2/+4
2008-06-17Avoid problems with timestamp rounding that cp -p and touch -r may do.Wayne Davison7-15/+39
2008-06-12Fix the problem with setting xattrs on a directory that has anWayne Davison2-0/+9
2008-06-12Cast the datum_len value to a long for rprintf().Wayne Davison1-2/+2
2008-06-09Handle a solo_file of a directory for --delete-during.Wayne Davison1-1/+4
2008-06-08A couple more xattr improvements:Wayne Davison2-6/+7
2008-06-08Fixed an "Internal abbrev error" when dealing with an xattr valueWayne Davison3-8/+41