- d9fcc19 added -P option by Andrew Tridgell · 27 years ago
- c831379 updated test suite from Phil. by Andrew Tridgell · 27 years ago
- d73ee7b updated rsync-path man page entry by Andrew Tridgell · 27 years ago
- cda2ae8 added "ignore errors" option in rsyncd.conf by Andrew Tridgell · 27 years ago
- e7d6e0a updated the configure test for fnmatch() to see if FNM_PATHNAME is by Andrew Tridgell · 27 years ago
- 8c9fd20 use do_open() instead of open() in several places to help the WinXX port by Andrew Tridgell · 27 years ago
- 79f118d Minor change suggesting people put in the right path in inetd.conf. by David Dykstra · 27 years ago
- 7b10f91 added a note about using -v with --progress by Andrew Tridgell · 27 years ago
- 3d19b4c separated out the make_backup code in preparation for some patches by Andrew Tridgell · 27 years ago
- 79452d4 Add a couple clarifying points to the sanitize_path() comments. by David Dykstra · 27 years ago
- cb13abf Fix significant security holes with "use chroot = no" in an rsync daemon: by David Dykstra · 27 years ago
- 0503f06 continue calling waitpid() while still reapingchildren (patch from Matti Aarnio) by Andrew Tridgell · 27 years ago
- f855a7d fixed a bug that made us use only 16 bits of the file checksum when by Andrew Tridgell · 27 years ago
- 4c3b4b2 added RSYNC_PROXY support from Stephen Rothwell. This allows access to by Andrew Tridgell · 27 years ago
- 79b5aa0 preparing for release of 2.3.1 by rsync-bugs · 27 years ago
- 9bd6597 set the exit code to RERR_FILEIO is io_error is set when we exit. This by Andrew Tridgell · 27 years ago
- 6fe076b these aren't used any more by Andrew Tridgell · 27 years ago
- cec8aa7 handle the case of an empty file list in get_local_name by Andrew Tridgell · 27 years ago
- 4c36a13 don't abort the server side if the file list is empty (perhaps because by Andrew Tridgell · 27 years ago
- 24986ab note in the man page that: by Andrew Tridgell · 27 years ago
- 8dfac37 fix the man page to reflect the fact that exclude options in by Andrew Tridgell · 27 years ago
- e78733d fixed a nasty bug in the handling of "local_name" when setting the by Andrew Tridgell · 27 years ago
- dffba35 quote RPM_OPT_FLAGS patch from racke@linuxia.de by Andrew Tridgell · 27 years ago
- bd4ed7f Small bug fix for the --compare-dest option: when a file's contents by David Dykstra · 27 years ago
- 752eaba Backed out the change to create missing parent directories when using by David Dykstra · 27 years ago
- ad517ce The "pid file" was getting created mode 666, not applying the umask by David Dykstra · 27 years ago
- 1f84134 Fix bug with --compare-dest option where missing parent directories in the by David Dykstra · 27 years ago
- d0a7c8a preparing for release of 2.3.0 by rsync-bugs · 27 years ago
- ebb00c8 Changed the protocol version to 20 so that --stats will work without -v in by David Dykstra · 27 years ago
- 6543dc0 Fix typo in comment in rsync.h, suggested by bje@cygnus.com by David Dykstra · 27 years ago
- e459239 Make a special version number 2.3.0-beta for a short period because by David Dykstra · 28 years ago
- 651443a Allow + and - in the "include" and "exclude" directives in rsyncd.conf. by David Dykstra · 28 years ago
- 79fc6bd Include a test for a working getopt_long because the one on some versions by David Dykstra · 28 years ago
- 245fbb5 When -R is used, send the permissions of the original top directories to by David Dykstra · 28 years ago
- c7c11a0 When a file cannot be deleted because of ETXTBSY (in particular, when an by David Dykstra · 28 years ago
- c27f259 Check for EINVAL from a rename error call in addition to ENOENT because by David Dykstra · 28 years ago
- af21c12 Add distclean target to Makefile.in. by David Dykstra · 28 years ago
- 32b1f1d Update config.sub to the latest from automake in addition to config.guess. by David Dykstra · 28 years ago
- 529e608 Update config.guess from a new official GNU version. by David Dykstra · 28 years ago
- 972a361 The change a couple days ago to create files initially without group and by David Dykstra · 28 years ago
- 8458724 Disable the optimization that treats include-only files as a special case by David Dykstra · 28 years ago
- 9422bb3 Change getgroups to use GETGROUPS_T as the type of the group array returned, by David Dykstra · 28 years ago
- 5afd8ae Change the mask used when creating temporary files from 777 to 700, to prevent by David Dykstra · 28 years ago
- 8669205 When comparing -1 to a group id, cast -1 with gid_t because on some systems by David Dykstra · 28 years ago
- 460f6b9 Prevent the -g option from preserving groups that a non-root receiver by David Dykstra · 28 years ago
- 896bd48 Removed am_client variable. It was being set in one place, when a client by David Dykstra · 28 years ago
- 53f821f Fix a bug with rsync -R --delete from ./ as reported in PR#1532 by David Dykstra · 28 years ago
- b33b791 Add --delete-excluded option to delete files on the receiving side that by David Dykstra · 28 years ago
- 17d31b3 Changed --stats implementation to work without -v in only these two by David Dykstra · 28 years ago
- a8b9d4e Changed exclude/include matching so that normally wildcards will stop at by David Dykstra · 28 years ago
- f83f054 added --size-only option. Useful when starting to use rsync after a by Andrew Tridgell · 28 years ago
- 15800c7 Changed man page documentation of --force to say it is hardly ever needed by David Dykstra · 28 years ago
- b531360 Added --copy-unsafe-links option which is like --copy-links except it is by David Dykstra · 28 years ago
- b567933 Be consistent on use of '=' on options that take a parameter. by David Dykstra · 28 years ago
- 52d7d78 Change the implementation of memmove in lib/compat.c to call bcopy instead by David Dykstra · 28 years ago
- 23c5aef A slight compensation I had just added for total bytes read when using -v by David Dykstra · 28 years ago
- e19452a Allow --stats to work without -v. by David Dykstra · 28 years ago
- 9ef5390 Changed Usage in the rsync --help message to indicate how there can be by David Dykstra · 28 years ago
- fd0abef Changed error message that just said "open %s: %s" to "cannot create %s: %s" by David Dykstra · 28 years ago
- 19c14f9 Changed the optimized include mode (which kicks in when there are a series by David Dykstra · 28 years ago
- 122f19a Support '#' and ';' comments in exclude files. It would actually not by David Dykstra · 28 years ago
- 3ca8e68 Added "strict modes" option. When set false (default is true), it allows by David Dykstra · 28 years ago
- d41c7d0 Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.c by David Dykstra · 28 years ago
- b86f0ce Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com. by David Dykstra · 28 years ago
- c226b7c Move the initialization of push_dir, which calls getcwd, to early in main. by David Dykstra · 28 years ago
- 5865fcd When calling lchown, pass the current known uid and gid rather than -1 by David Dykstra · 28 years ago
- e68f348 Add alternate implementation of waitpid() for systems that have wait4 but by David Dykstra · 28 years ago
- 716baed Fix serious bug with "use chroot = no" option which caused "uid =" and "gid =" by David Dykstra · 28 years ago
- b882b49 Document the fact that the %t log format option includes the date, and by David Dykstra · 28 years ago
- 1f0610e Fix segmentation fault when using -vvv. Suggested by assar@sics.se. by David Dykstra · 28 years ago
- 379e689 fixed bug where strtok() could return NULL in getpassf(). by Andrew Tridgell · 28 years ago
- 65575e9 added --password-file patch from Alex Schlessinger <alex@inconnect.com> by Andrew Tridgell · 28 years ago
- 5e71c44 made the "max connections" and "lock file" local rather than global by Andrew Tridgell · 28 years ago
- 94a7fce Ran yodl2man on rsync.yo, and updated modification date. by David Dykstra · 28 years ago
- 3bc67f0 add warning about using RSYNC_PASSWORD on systems where env varibables by Andrew Tridgell · 28 years ago
- 117af10 Change the receive log message from "send" to "recv". Fix from by David Dykstra · 28 years ago
- 536541d moved the block length mismatch code to another part of the loop. by Andrew Tridgell · 28 years ago
- 496d927 don't try to match checksums of two blocks which are of unequal by Andrew Tridgell · 28 years ago
- 34d3eed fixed a bug in the adjacent target optimisation by Andrew Tridgell · 28 years ago
- 923fa97 an optimization that tries to make rsync choose adjacent matches if by Andrew Tridgell · 28 years ago
- 4440b8a no longer use mmap() in rsync because of the risk of a SIGBUS when by Andrew Tridgell · 28 years ago
- 5a554d5 steve.ingram@icl-gis.com noticed several mistakes in rsync.1. Some of by David Dykstra · 28 years ago
- 2cfeab2 Fix minor man page typo, suggested by jbm@jbm.org. by David Dykstra · 28 years ago
- 2b086e0 paranoia change - treat list_only like read_only and refuse all by Andrew Tridgell · 28 years ago
- 241fc70 - slprintf() takes sizeof(buf) not sizeof(buf)-1 by Andrew Tridgell · 28 years ago
- 7fadb4b Support newer rpm's which define $RPM_OPT_FLAGS as a set of options by David Dykstra · 28 years ago
- 6c7c2ef Minor documentation change suggested by pavel_roskin@geocities.com. by David Dykstra · 28 years ago
- 86a2dd0 preparing for release of 2.2.1 by rsync-bugs · 28 years ago
- 63f0774 Back out change that treated "refuse options = compress" the same as by David Dykstra · 28 years ago
- d47741c When "refuse options = compress" is set in rsyncd.conf, silently send files by David Dykstra · 28 years ago
- 5d5811f Always include "." when processing exclude lists. This avoids confusion by David Dykstra · 28 years ago
- dcc3a13 Update the README file to reflect current usage options. by David Dykstra · 28 years ago
- 7212be9 Don't list cleaned-out duplicate file names as "<NULL>" when doing by David Dykstra · 28 years ago
- 44e2e57 Change sanitize_path() function to not malloc a copy since it only shrinks by David Dykstra · 28 years ago
- d1be231 Make sure secrets file is not other-accessible, and owned by root if the by David Dykstra · 28 years ago
- a926dae Always add the O_BINARY flag in do_open if it is defined, for Windows. by David Dykstra · 28 years ago
- 53dd313 Backup deleted files when using --delete and --backup. Based on a by David Dykstra · 28 years ago
- cd64343 Add "include" and "include from" rsyncd.conf options. Contributed by David Dykstra · 28 years ago
- 9e3c856 updates to reflect new samba.org domain by Andrew Tridgell · 28 years ago
- 1e8ae5e changed an example slightly by Andrew Tridgell · 28 years ago