Re: macro feature tests in rsync code

2005-02-13 Thread John E. Malmberg
Wayne Davison wrote: On Sat, Feb 12, 2005 at 09:53:28PM -0500, John E. Malmberg wrote: I don't see this. All the code in CVS uses #if to test the value of HAVE_SOCKETPAIR. I found the problem, one of the bugs in my first experimental pthreads version is that it sometimes creates a file with

Re: #include inttypes.h missing for 64 bit integers.

2005-02-13 Thread John E. Malmberg
Wayne Davison wrote: On Sat, Feb 12, 2005 at 10:07:05PM -0500, John E. Malmberg wrote: Rsync is not including this file, nor is there a feature test for this header file in the configure phase, but rsync is using [int64 and uint64]. Rsync is defining its own int64 (using a define, not a typedef),

NOTE for users of the CVS version of rsync

2005-02-13 Thread Wayne Davison
A NOTE to anyone who is testing out the CVS version of rsync (including those using the nightly snapshots of the CVS source): Be aware that a change is about to be checked into CVS that will change the sort order of the file list for protocol 29. If you have installed one of these development

[Bug 2216] remote dies, local hangs when disk full

2005-02-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2216 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 1477] error in rsync protocol data stream (code 12) at io.c(836)

2005-02-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1477 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 2130] suppressing progress bar when not the foreground process

2005-02-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2130 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 2218] inplace-if-low-disk

2005-02-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2218 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send

2005-02-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2294 --- Additional Comments From [EMAIL PROTECTED] 2005-02-13 22:24 --- Note that the --fuzzy patch has made it into the CVS version. It only looks for renamed files in the same directory as the file being created, though, so it is not a

[Bug 1455] Make -x skip a bind mount point to the same filesystem

2005-02-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1455 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

Re: Rsync friendly zlib/gzip compression - revisited

2005-02-13 Thread Shachar Shemesh
Kevin Day wrote: At that point, I started to consider the question raised in the discussion threads by Kevin Easton - primarily: are the checksum and compression block trigger selected by Rusty optimal? Oh, come on, Kevin. Couldn't you have sent this email just one week ago, before I started

CVS update: rsync/patches

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 10:10:50 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv17343 Modified Files: fuzzy.diff Log Message: - Fixed a couple bugs in find_filename_suffix(). - Upgraded the fuzzy algorithm to scan the entire parent dir for a

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 10:23:56 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22180 Modified Files: flist.c Log Message: Changed the prefix on the fnc_state enums. Revisions: flist.c 1.268 = 1.269

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 20:06:18 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv16254 Modified Files: hlink.c Log Message: Improved the call to f_name_cmp(). Revisions: hlink.c 1.45 = 1.46

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 21:15:47 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5068 Modified Files: flist.c Log Message: - Made receive_file_entry() return the file_struct pointer instead of storing it into the files[] array. - Made flist_find()

CVS update: rsync/patches

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 21:24:04 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv6684/patches Modified Files: fuzzy.diff Log Message: Added FLAG_NO_FUZZY. Revisions: fuzzy.diff 1.56 = 1.57

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 21:50:55 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv13967 Modified Files: rsync.yo rsync.1 Log Message: Added some missing commas in some option summary lines. Revisions: rsync.yo1.237 = 1.238

CVS update: rsync/patches

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 22:03:14 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv17331 Modified Files: date-only.diff delete-dir-and-suffix.diff Log Message: Fixed patch fuzz. Revisions: date-only.diff 1.23 = 1.24

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 22:37:29 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26079 Modified Files: NEWS Log Message: Mention the new sorting method for protocol 29. Revisions: NEWS1.243 = 1.244

CVS update: rsync/testsuite

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 22:48:35 2005 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv28499/testsuite Modified Files: merge.test Log Message: The dir vs non-dir test now assumes the dir wins. Revisions: merge.test 1.8 = 1.9

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Sun Feb 13 22:48:38 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28516 Modified Files: flist.c Log Message: In clean_flist(), if a duplicate is found for a dir and a non-dir, always dump the non-dir (because the dir might have contents in

CVS update: rsync/lib

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 00:53:44 2005 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv29526/lib Modified Files: compat.c getaddrinfo.c getnameinfo.c Log Message: John E. Malmberg convinced me to standardize on #ifs for defined values instead of non-zero.

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 00:58:10 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30759 Modified Files: syscall.c rsync.h Log Message: Don't check defined-ness of SIZEOF_OFF64_T. Revisions: syscall.c 1.41 = 1.42

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 01:29:17 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8034 Modified Files: flist.c Log Message: If f_name_cmp() discovers that two directory strings compare to an equal value without being equal pointers, substitute one of the

CVS update: rsync/support

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:34:01 2005 Author: wayned Update of /data/cvs/rsync/support In directory dp.samba.org:/tmp/cvs-serv23846 Modified Files: savetransfer.c Log Message: Changed #if to use defined. Revisions: savetransfer.c 1.1 = 1.2

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:40:59 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28050 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.237 = 1.238 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.237r2=1.238

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:41:06 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28088 Modified Files: rsync.yo Log Message: Document the --fuzzy (-y) option. Revisions: rsync.yo1.238 = 1.239

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:41:11 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28141 Modified Files: util.c Log Message: Added find_filename_suffix() and fuzzy_distance(). Revisions: util.c 1.174 = 1.175

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:41:19 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28181 Modified Files: main.c Log Message: Set need_name_pipe if --fuzzy was specified. Revisions: main.c 1.245 = 1.246

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:41:23 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28199 Modified Files: flist.c Log Message: - If send_file_name() gets f set to -2, it skips the local filter rules. - Added get_dirlist(), which returns a file_list

CVS update: rsync/patches

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:45:00 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv28804 Removed Files: fuzzy.diff Log Message: Applied to trunk. Revisions: fuzzy.diff 1.58 = NONE

CVS update: rsync

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:47:44 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29780 Modified Files: compat.c Log Message: Don't let --fuzzy be used with a protocol_version 29. Revisions: compat.c1.25 = 1.26

CVS update: rsync/patches

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:55:16 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv31567 Modified Files: acls.diff copy-atimes.diff fname-convert.diff link-by-hash.diff links-depth.diff owner-group-mod.diff tru64.diff Log Message:

CVS update: rsync/patches

2005-02-13 Thread Wayne Davison
Date: Mon Feb 14 02:56:36 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv32211 Modified Files: delete-sent-files.diff openssl-support.diff Log Message: Fixed patch fuzz. Revisions: delete-sent-files.diff 1.42 = 1.43