1. 2c681b8 Some fixes after compiling on cygwin. by Wayne Davison · 6 years ago
  2. e63ff70 Some indentation fixes. by Wayne Davison · 6 years ago
  3. d326961 Fix overzealous setting of mtime & tweak time comparisons by Wayne Davison · 6 years ago
  4. b936741 Added --atimes and --set-noatime options. by Wayne Davison · 6 years ago
  5. d297021 Spelling fixes from a Fossies run done by Jens. by Wayne Davison · 6 years ago
  6. 1c82a1e A few file-data improvements. by Wayne Davison · 6 years ago
  7. c5fabfb Set Copyright years and make them easier to update by Wayne Davison · 6 years ago
  8. b32aa47 Make exit_cleanup() use _exit() if called from a signal handler. by Wayne Davison · 6 years ago
  9. 3e2e4b5 Tweak the copyright year. by Wayne Davison · 7 years ago
  10. 0f8e9e2 Don't force nanoseconds if a file wasn't transferred or checksummed. by Wayne Davison · 8 years ago
  11. 473108a Tweak copyright date. by Wayne Davison · 8 years ago
  12. 70aeb5f Sanitize xname in read_ndx_and_attrs. by Jeriko One · 8 years ago
  13. b973bff If a backup fails (e.g. full disk) rsync should fail. Fixes bug 11668. by Wayne Davison · 10 years ago
  14. 453914e Update the copyright year. by Wayne Davison · 11 years ago
  15. 23afe20 Brant Gurganus's autoconf updates. by Wayne Davison · 11 years ago
  16. 962f8b9 Complain if an inc-recursive path is not right for its dir. by Wayne Davison · 11 years ago
  17. 5b34561 Call set_modtime even if only NSEC is different. by Wayne Davison · 11 years ago
  18. dfa5b49 Bump the year to 2014. by Wayne Davison · 12 years ago
  19. 0e3152f Change owner+group before setting xattrs to avoid xattr loss. Fixes bug 10163. by Wayne Davison · 12 years ago
  20. d4070db Avoid I/O via signal-handler thread. by Wayne Davison · 13 years ago
  21. cb784f1 Improve iconvbufs() to do more buffer size checks. by Wayne Davison · 13 years ago
  22. 7e1a9c4 Update copyright year. by Wayne Davison · 13 years ago
  23. d42e718 Add free_stat_x() inline function. by Wayne Davison · 13 years ago
  24. 0d34fbd Make daemon listener exit w/code 0 on SIGTERM. by Wayne Davison · 14 years ago
  25. eee2c77 Some uid/gid fixes for (id_t)-1 and other large ID values. by Wayne Davison · 15 years ago
  26. 69be312 Some minor variable and flag cleanup. by Wayne Davison · 15 years ago
  27. 743348e Fix issues with unchanged_attrs() for symlinks. by Wayne Davison · 15 years ago
  28. ba342e2 Undo unintended mode-reference tweak. by Wayne Davison · 16 years ago
  29. 2624e00 Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less. by Wayne Davison · 16 years ago
  30. 3b22184 Avoid a non-writable-by-the-user file when copying xattrs. by Wayne Davison · 16 years ago
  31. 05c3601 More --timeout improvements, especially for the receiving side: by Wayne Davison · 16 years ago
  32. 92d0214 Improve --timeout method to take into account all I/O that is going on. by Wayne Davison · 16 years ago
  33. 82b2a31 Added an am_receiver variable. by Wayne Davison · 16 years ago
  34. d03c0b1 Fix a comment. by Wayne Davison · 16 years ago
  35. 907e6a3 Change the handling of circular buffers to not waste 4 bytes by Wayne Davison · 16 years ago
  36. 23a0d1e Get rid of some unneeded externs. by Wayne Davison · 16 years ago
  37. d8a7290 Give iconvbufs() an ICB_INIT flag. by Wayne Davison · 16 years ago
  38. 20caffd A major overhaul of I/O routines, creating perform_io(). by Wayne Davison · 16 years ago
  39. ee1c00f Pass "new_mode" to set_acl() and change its return values. by Wayne Davison · 17 years ago
  40. 1a2e41a Add support for transferring & setting nsec time values. by Wayne Davison · 17 years ago
  41. ce827c3 Have the sender use dead time to pad out the file list. by Wayne Davison · 17 years ago
  42. 21cddef Improved the backup code: by Wayne Davison · 17 years ago
  43. b3bf9b9 Update the copyright year. by Wayne Davison · 17 years ago
  44. 09ca0d1 Added init_stat_x() to avoid duplication of acl/xattr init code. by Wayne Davison · 17 years ago
  45. 08b7c3e Fixed send_protected_args() to send "." in place of an empty arg. by Wayne Davison · 17 years ago
  46. 8b3e605 Improved the fix that ensures that the generator gets notified about an by Wayne Davison · 18 years ago
  47. e982d59 Changed flist_for_ndx() to optionally die with an error by Wayne Davison · 18 years ago
  48. f303b74 Added logic to the receiving side to ensure that the --delete-during by Wayne Davison · 18 years ago
  49. c9f540f Changed the iconv-related message that was being output as the by Wayne Davison · 18 years ago
  50. eabc85e Added a debug-helping option, --msgs2stderr, than should help all by Wayne Davison · 18 years ago
  51. 951e826 Added the --info=FLAGS an --debug=FLAGS options, which allows by Wayne Davison · 18 years ago
  52. 4337eeb A cuple more fixes for --xattrs combined with --backup, this time to by Wayne Davison · 18 years ago
  53. e9489cd Fixed several issues with preserving xattrs when using --backup. by Wayne Davison · 18 years ago
  54. 7abcfd8 Moved declaration of "int i" outside the ifdef in send_protected_args(). by Wayne Davison · 18 years ago
  55. 53936ef Fixed the use of --protect-args (-s) with a daemon. by Wayne Davison · 18 years ago
  56. ee39281 Fixed the 'T' itemized output for a symlink the right way this time. by Wayne Davison · 18 years ago
  57. d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
  58. 0099e42 Only set FLAG_TIME_FAILED if receiver_symlink_times is set. by Wayne Davison · 18 years ago
  59. 1ed56a0 Extended the protocol-30 info-passing code at startup, and use it to by Wayne Davison · 18 years ago
  60. 87629cf Re-indent some code in set_file_attrs() to make the flow clearer. by Wayne Davison · 18 years ago
  61. 83235db Fixed a case where the receiver indicates a successful update when the by Wayne Davison · 18 years ago
  62. 65b4e4b Updated indexing for accurate progress and improved raw ndx values. by Wayne Davison · 18 years ago
  63. 4d7c8e6 We now call set_stat_xattr() before set_xattr(). by Wayne Davison · 18 years ago
  64. e107b6b Fixed a problem with --fake-super not getting the fully tweaked new_mode by Wayne Davison · 18 years ago
  65. 3f0211b New logging categories added to allow differentiation between by Wayne Davison · 18 years ago
  66. b7386d2 Avoid verbose output during the forwarding of flist data (for now, at least). by Wayne Davison · 18 years ago
  67. b1eca24 Avoid a crash if we read an index value without a valid first_flist. by Wayne Davison · 18 years ago
  68. 4efa116 We need to provide iconvbufs() anytime ICONV_CONST is defined. by Wayne Davison · 18 years ago
  69. 2e52ba3 Added braces to an empty "if" (to avoid any complaints from a compiler by Wayne Davison · 18 years ago
  70. 1371087 Changed "statx" to "stat_x" to try to work around a build problem on AIX. by Wayne Davison · 19 years ago
  71. 6191429 Added a missing "void" to the arg-spec of setup_iconv(). by Wayne Davison · 19 years ago
  72. 1b42f62 Moved inline functions from rsync.h into ifuncs.h. by Wayne Davison · 19 years ago
  73. 2ac9793 - Added new iconvbufs() conversion function that is now used for by Wayne Davison · 19 years ago
  74. 2dc7b91 Handle inheritance of SGID bit on dirs marked with FLAG_DIR_CREATED. by Wayne Davison · 19 years ago
  75. f999804 Made omit_dir_times a static variable in options.c by encoding by Wayne Davison · 19 years ago
  76. 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
  77. 6755a7d If we get an ndx that is 1 entry prior to an incremental flist's by Wayne Davison · 19 years ago
  78. 9decb4d Changed "count" to "used" in struct file_list since there can by Wayne Davison · 19 years ago
  79. 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
  80. 9b25ef3 Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var by Wayne Davison · 19 years ago
  81. 1faa1a6 Output a -vvv(erbose) message when receiving an incremental file list. by Wayne Davison · 19 years ago
  82. 59fd2a5 Improved the error message when a dir-number is out of bounds. by Wayne Davison · 19 years ago
  83. 858d45f Cast some F_OWNER()/F_GROUP() values to make sure that we don't get by Wayne Davison · 19 years ago
  84. 4ade505 - Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID(). by Wayne Davison · 19 years ago
  85. 8f3335a The server now needs the F_NDX() data for --iconv with incremental recursion. by Wayne Davison · 19 years ago
  86. 332cf6d The --iconv option has now made it to the trunk. by Wayne Davison · 19 years ago
  87. 9439c0c Adding the --fake-super option. by Wayne Davison · 19 years ago
  88. 19d4cac We now allow verbose messages to be sent when forwarding incremental-recursion by Wayne Davison · 19 years ago
  89. 16edf86 The improved --xattrs option is landing on the trunk. by Wayne Davison · 19 years ago
  90. 1c3344a The ACL support has arrived! This version has a brand new protocol by Wayne Davison · 19 years ago
  91. 3831f06 - Moved the second send_extr_file_list() call to a better spot. by Wayne Davison · 19 years ago
  92. ba2133d Further modifications to the copyright comment section. by Wayne Davison · 19 years ago
  93. 100018b Mention the year 2007 in the copyright declarations. by Wayne Davison · 19 years ago
  94. 87a34ce The code can now set cur_flist to NULL sooner than it used to, so the by Wayne Davison · 19 years ago
  95. 3ea6e0e Changed the variable "incremental" to "inc_recurse". by Wayne Davison · 19 years ago
  96. 8c18ebe Got rid of unused externs. by Wayne Davison · 19 years ago
  97. 9ae7a2c Use write_ndx() and read_ndx(). by Wayne Davison · 19 years ago
  98. f3d6d48 Handle the new incremental-recursion mode. by Wayne Davison · 19 years ago
  99. 225aeca Use new BITS_EQUAL() define. by Wayne Davison · 19 years ago
  100. 82ad07c - Typical tranfers now save 12-20 bytes per file because several vars by Wayne Davison · 19 years ago