Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-18 | Make the hands.test use a higher hlink debug level. | Wayne Davison | 1 | -4/+4 | |
2008-07-18 | Add --debug=hlink to hands.test. | Wayne Davison | 1 | -4/+4 | |
2008-07-17 | Don't interrupt the make for a generated file didn't really change. | Wayne Davison | 2 | -6/+27 | |
2008-07-17 | Use big_num() in a few more places. | Wayne Davison | 3 | -13/+13 | |
2008-07-17 | Moving big_num() into lib/compat.c so tls.c can use it. | Wayne Davison | 2 | -43/+43 | |
2008-07-17 | Added some HLINK debugging output and enabled it for hardlink tests. | Wayne Davison | 5 | -11/+37 | |
2008-07-17 | Changed human_num() to big_num() with an extra arg so that it can | Wayne Davison | 12 | -71/+74 | |
be used in place of all %.0f output idioms. | |||||
2008-07-14 | A couple xattr fixes for --fake-super. | Wayne Davison | 1 | -3/+6 | |
2008-07-14 | A few more minor improvements in the --info/--debug code. | Wayne Davison | 1 | -12/+11 | |
2008-07-14 | Added a "test_fail" function to 00-hello.test. | Wayne Davison | 1 | -0/+5 | |
2008-07-14 | Made the info_verbosity array 1 element larger. | Wayne Davison | 1 | -1/+1 | |
2008-07-13 | Added the --info=FLAGS an --debug=FLAGS options, which allows | Wayne Davison | 29 | -268/+756 | |
fine-grained output control (in addition to the coarse -v). | |||||
2008-07-13 | Fixed the timeout/flush loop-check logic to work properly with | Wayne Davison | 1 | -11/+17 | |
incremental recursion. | |||||
2008-07-11 | If the user specifies --protocol=29, rsync will avoid sending an -e | Wayne Davison | 2 | -12/+21 | |
option to the server (which is only useful for protocols 30 and above anyway). This gives the user an easy way to talk to a restricted server that has overly restrictive option-checking. | |||||
2008-07-05 | Added the --remote-option=OPT (-M OPT) option. | Wayne Davison | 4 | -10/+99 | |
2008-07-05 | Got rid of some trailing whitespace. | Wayne Davison | 1 | -2/+2 | |
2008-07-05 | The --progress output now leaves the cursor at the end of the line | Wayne Davison | 5 | -13/+31 | |
(instead of the start) in order to be extra sure that an error won't overwrite it. We also ensure that the progress option can't be enabled on the server side. | |||||
2008-07-04 | Prepare repository for more development. | Wayne Davison | 3 | -80/+98 | |
2008-07-04 | Improved the docs for various delete options. | Wayne Davison | 1 | -7/+14 | |
2008-06-29 | Preparing for release of 3.0.3v3.0.3 | Wayne Davison | 6 | -12/+12 | |
2008-06-28 | Mention the addition of the deny-rsync script, and tweak some comments. | Wayne Davison | 2 | -6/+12 | |
2008-06-26 | Fixed a problem with a file descriptor being left open in the | Wayne Davison | 1 | -2/+5 | |
generator when handling an empty file. | |||||
2008-06-23 | Some deny-rsync fixes: | Wayne Davison | 1 | -10/+15 | |
- Fixed messages longer than 63 chars. - Don't require the presence of a "bc" program. - Append a newline to the message to make the script easier to call. - Make extra sure the message outputs without escape interpretation. - Stick around long enough for a client to reliably get the message. | |||||
2008-06-23 | The deny-rsync script from bug 3945. | Matt McCutchen | 1 | -0/+31 | |
2008-06-23 | Fixed the sending of large files with older rsync versions by | Wayne Davison | 4 | -4/+12 | |
handling the old block-size limit for protocols < 29. | |||||
2008-06-22 | Preparing for release of 3.0.3pre3v3.0.3pre3 | Wayne Davison | 4 | -9/+9 | |
2008-06-22 | The sender now sets IOERR_GENERAL in more skipped-file instances. | Matt McCutchen | 1 | -3/+13 | |
2008-06-22 | Mention more fixes in the NEWS. | Wayne Davison | 1 | -4/+30 | |
2008-06-22 | Improved the build rules for rsync.1 and rsyncd.conf.5 when building | Wayne Davison | 1 | -2/+4 | |
in a separate build directory from the source. | |||||
2008-06-17 | Avoid problems with timestamp rounding that cp -p and touch -r may do. | Wayne Davison | 7 | -15/+39 | |
2008-06-12 | Fix the problem with setting xattrs on a directory that has an | Wayne Davison | 2 | -0/+9 | |
identical match found in a --link-dest/--copy-dest hierarchy. | |||||
2008-06-12 | Cast the datum_len value to a long for rprintf(). | Wayne Davison | 1 | -2/+2 | |
2008-06-09 | Handle a solo_file of a directory for --delete-during. | Wayne Davison | 1 | -1/+4 | |
2008-06-08 | A couple more xattr improvements: | Wayne Davison | 2 | -6/+7 | |
- Made the XSTATE_* defines avoid using 0. - Call !XATTR_ABBREV() in recv_xattr_request(). - Improved the "internal abbrev" error message. - Fixed the potential for a directory time glitch in xattrs.diff. | |||||
2008-06-08 | Fixed an "Internal abbrev error" when dealing with an xattr value | Wayne Davison | 3 | -8/+41 | |
that is unchanged on an early file, and changed on a later file. Added 2 new test cases to ensure this stays fixed. | |||||
2008-06-04 | Improved the progress_is_active code to not overwrite the progress | Wayne Davison | 3 | -8/+10 | |
output in more circumstances. | |||||
2008-06-04 | Improved handling of a system that doesn't have a 64-bit offset type. | Wayne Davison | 3 | -1/+22 | |
2008-06-04 | Improved the proto.h target so that a build in a different dir from the | Wayne Davison | 1 | -1/+1 | |
srcdir will ensure that the builddir has a copy of the proto.h file when the Makefile found it to be out of date. This prevents the repeated building of all the targets when the srcdir's proto.h file is accurate, but older than the newest .c file. | |||||
2008-05-31 | Improved the daemon testing, including adding a test to ensure that | Wayne Davison | 2 | -5/+51 | |
daemon excludes can't exclude a dot dir. | |||||
2008-05-31 | Fixed the destination path check so that it cannot exclude a | Wayne Davison | 1 | -3/+4 | |
dot dir. | |||||
2008-05-31 | Have send_file_list() check is_excluded() (but only on non-dot-dirs) | Wayne Davison | 2 | -24/+12 | |
and then call send_file_name() with NO_FILTERS. This gets rid of the need for a FLAG_DOTDIR_NAME flag (used only by make_file()). | |||||
2008-05-31 | If an arg is excluded, don't include its implied dirs. | Wayne Davison | 2 | -2/+7 | |
2008-05-31 | Make sure the generator doesn't try to send a negative checksum count to | Wayne Davison | 2 | -7/+24 | |
the sender (which would cause it to die with a cryptic error). Instead, warn the user when the file's size is too large for checksum processing. | |||||
2008-05-22 | Fixed the backing up of a device or socket. | Wayne Davison | 1 | -4/+2 | |
2008-05-22 | A cuple more fixes for --xattrs combined with --backup, this time to | Wayne Davison | 2 | -3/+8 | |
handle when --link-dest is also used. | |||||
2008-05-18 | Fixed the "src" symlink in each testtmp subdir. | Wayne Davison | 1 | -1/+4 | |
2008-05-17 | Fix some path problems when the build dir is not the | Wayne Davison | 4 | -6/+5 | |
source dir. | |||||
2008-05-17 | Preparing for release of 3.0.3pre2v3.0.3pre2 | Wayne Davison | 4 | -9/+9 | |
2008-05-17 | Fixed an "else" in the device-making part of keep_backup(). | Wayne Davison | 1 | -2/+5 | |
2008-05-17 | Mention the latest fixes in the NEWS. | Wayne Davison | 1 | -0/+7 | |