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