CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Wed Feb 1 19:24:29 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28433 Modified Files: io.c Log Message: Changed a few ret variables to have better names. Revisions: io.c1.176 = 1.177

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Wed Feb 1 19:35:17 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4280 Modified Files: io.c Log Message: When complaining about a socket-read problem, use an FSOCKERR code instead of a normal FERROR. The generator is the only process that

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Wed Feb 1 19:36:37 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5166 Modified Files: clientserver.c Log Message: Ignore the --quiet option if someone sent it to us (which doesn't happen when talking to a normal client). Revisions:

CVS update: rsync/patches

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 00:34:29 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv27827 Modified Files: threaded-receiver.diff Log Message: Modified to work with the new FSOCKERR log code. Revisions: threaded-receiver.diff 1.6 = 1.7

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 02:29:30 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv21967 Modified Files: mkproto.awk Log Message: Look for public functions that return RETSIGTYPE. Revisions: mkproto.awk 1.7 = 1.8

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 02:32:39 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25763 Modified Files: configure.in Log Message: Added checks for sigaction() and sigprocmask(). Revisions: configure.in1.234 = 1.235

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 02:33:09 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25847 Modified Files: config.h.in Log Message: Regenerated. Revisions: config.h.in 1.109 = 1.110

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 02:39:40 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29930 Modified Files: rsync.c Log Message: Changed sig_int() to use a standard signal-handler prototype. Revisions: rsync.c 1.174 = 1.175

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 02:39:35 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29910 Modified Files: proto.h Log Message: Regnerated. Revisions: proto.h 1.290 = 1.291 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.290r2=1.291

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 02:39:20 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29855 Modified Files: rsync.h Log Message: - Moved definition of UNUSED() above inclusion of proto.h. - Replaced definition of SIGNAL_CAST with new SIGACTION() define,

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 02:39:25 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29871 Modified Files: cleanup.c socket.c Log Message: Call SIGACTION() instead of signal(). Revisions: cleanup.c 1.34 = 1.35

CVS update: rsync

2006-02-01 Thread Wayne Davison
Date: Thu Feb 2 02:39:29 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29893 Modified Files: main.c Log Message: - Call SIGACTION() instead of signal(). - Umask all the signals we need using sigprocmask() (if available). Revisions: main.c