1. c499002 Fix a random flist data bug w/delete, inc-recurse, and no -o. Fixes bug 7936. by Wayne Davison · 15 years ago
  2. 55dbbde Fixed inconsistencies reported by packaging/var-checker. by Wayne Davison · 16 years ago
  3. 445640e Update the copyright year. by Wayne Davison · 18 years ago
  4. fe62d30 Fix the %P logfile escape inside a chroot. by Wayne Davison · 18 years ago
  5. f3d87ee An improved RERR_PARTIAL message. by Wayne Davison · 18 years ago
  6. fc088e3 When using --iconv, if a server-side receiver can't convert a filename, by Wayne Davison · 18 years ago
  7. f318509 Improved the progress_is_active code to not overwrite the progress by Wayne Davison · 18 years ago
  8. f2681d4 Fixed the %M escape, which was munging the wrong spaces. by Wayne Davison · 18 years ago
  9. 1ed9018 Fixed some itemized logging failures: by Wayne Davison · 18 years ago
  10. d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
  11. 1ed56a0 Extended the protocol-30 info-passing code at startup, and use it to by Wayne Davison · 18 years ago
  12. 46f800e Decided to pad the "*deleting" message to make the names line up. by Wayne Davison · 18 years ago
  13. 9468cf7 Fixed a FALL THROUGH comment. by Wayne Davison · 19 years ago
  14. ba22c9e Adding --contimeout=SECONDS option. by Wayne Davison · 19 years ago
  15. 3f0211b New logging categories added to allow differentiation between by Wayne Davison · 19 years ago
  16. 1b42f62 Moved inline functions from rsync.h into ifuncs.h. by Wayne Davison · 19 years ago
  17. 2509753 Make use of new iconvbufs() function. by Wayne Davison · 19 years ago
  18. 969cdff Prevent a server from outputting an end-of-run message about its by Wayne Davison · 19 years ago
  19. 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
  20. 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
  21. 9b25ef3 Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var by Wayne Davison · 19 years ago
  22. 7c73536 Use module_dir instead of lp_path(). by Wayne Davison · 19 years ago
  23. 4ade505 - Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID(). by Wayne Davison · 19 years ago
  24. 332cf6d The --iconv option has now made it to the trunk. by Wayne Davison · 19 years ago
  25. 8fc4033 Changed F_ROOTDIR() to F_PATHNAME(). by Wayne Davison · 19 years ago
  26. 1c3344a The ACL support has arrived! This version has a brand new protocol by Wayne Davison · 19 years ago
  27. ba2133d Further modifications to the copyright comment section. by Wayne Davison · 19 years ago
  28. 1b81f79 Fixed a problem with the output of %f for non-daemon rsyncs. by Wayne Davison · 20 years ago
  29. dbd9ea3 Use F_ROOTDIR() in place of dir.root. by Wayne Davison · 20 years ago
  30. aac5cab Changed the static file_struct var to match the changes in rsync.h. by Wayne Davison · 20 years ago
  31. 112d728 Use the latest F_*() accessors. by Wayne Davison · 20 years ago
  32. 82ad07c - Typical tranfers now save 12-20 bytes per file because several vars by Wayne Davison · 20 years ago
  33. 60d465d Use the new ICONV_CONST definition. by Wayne Davison · 20 years ago
  34. 4a19c3b Added "const" to appropriate char pointers. by Wayne Davison · 20 years ago
  35. 45760f5 Allow all itemize types to change all-dots (no changes) into spaces. by Wayne Davison · 20 years ago
  36. 2dc7b8b Got rid of type-casting into isFOO() and toFOO() functions by by Wayne Davison · 20 years ago
  37. 25f637a Got rid of EXIT_OR_RETURN() macro again -- switching to a better by Wayne Davison · 20 years ago
  38. c9bce0b Changed strcpy() calls into strlcpy() calls, just to be extra safe. by Wayne Davison · 20 years ago
  39. f863b76 Changed one more exit_cleanup() call into EXIT_OR_RETURN(). by Wayne Davison · 20 years ago
  40. 9ef506a If in_exit_cleanup is set, some of our functions return instead of by Wayne Davison · 20 years ago
  41. ec55b4f Changed the indent for one else ... if section. by Wayne Davison · 20 years ago
  42. 6fb7cc3 Make sure that the %f escape always has the full path info when receiving files. by Wayne Davison · 20 years ago
  43. 04c8411 - Pass "module_id" to the two log-related settings that are no longer by Wayne Davison · 20 years ago
  44. d0133e6 - Got rid of the FNAME logcode enum. by Wayne Davison · 20 years ago
  45. ec52c3b Skip transfer logging if the logfile_format string is empty. by Wayne Davison · 20 years ago
  46. b534351 - Use the renamed stdout_format_has_i, stdout_format_has_o_or_i, and by Wayne Davison · 20 years ago
  47. b3e8e7c Make --quiet quieter (like it used to be), but also don't allow it by Wayne Davison · 20 years ago
  48. 13b597f - Use the new logfile_* variables that are set by the --log-file by Wayne Davison · 20 years ago
  49. f1c9bcd Cast the enum in rwrite() when calling send_msg(). by Wayne Davison · 20 years ago
  50. 3723548 Use send_msg() when forwarding a log message, not io_multiplex_write(). by Wayne Davison · 20 years ago
  51. 38de286 Made log_init() call timestring() instead of just localtime() prior to a by Wayne Davison · 20 years ago
  52. e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
  53. 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
  54. ceca8cc We don't need log_initialised exported after all. by Wayne Davison · 20 years ago
  55. e63aeb6 Made log_initialised public. by Wayne Davison · 20 years ago
  56. 43eae40 Include the version number when we exit with an error or warning. by Wayne Davison · 20 years ago
  57. c5b7aa1 The orig_umask value is now a mode_t. by Wayne Davison · 20 years ago
  58. 8d94d27 Moved an extern into its proper place. by Wayne Davison · 20 years ago
  59. 503f163 Decided against shortening the output of --itemize-changes. by Wayne Davison · 20 years ago
  60. 507433f Don't call isprint() if --8-bit was specified. by Wayne Davison · 20 years ago
  61. 3648ab3 - The iconv-supporting code can now ask filtered_fwrite() to use by Wayne Davison · 20 years ago
  62. 595251d Make sure that we don't try to use iconv() without iconv.h. by Wayne Davison · 20 years ago
  63. c856314 Changed HAVE_ICONV to HAVE_ICONV_OPEN. by Wayne Davison · 20 years ago
  64. 9a31746 Use iconv() (when available) to allow us to output multibyte by Wayne Davison · 20 years ago
  65. 998113f Needed to make %G output "DEFAULT" when gid == GID_NONE. by Wayne Davison · 20 years ago
  66. 7cfb250 Made the new %M escape handle multiple spaces in the timestamp by Wayne Davison · 20 years ago
  67. fa9e950 Mention who is outputting the "rsync error" or "rsync warning". by Wayne Davison · 20 years ago
  68. 427b617 - Allow tab characters to appear in rwrite() messages. by Wayne Davison · 20 years ago
  69. b66e31b Turn an FSOCKERR into a normal FERROR if it's not going to our sibling. by Wayne Davison · 20 years ago
  70. f8d47c1 Added 'S' to the itemized output for special files. by Wayne Davison · 20 years ago
  71. 4cff7c5 Fixed a problem in the output of %i's 'T' flag on devices and by Wayne Davison · 20 years ago
  72. 0ace7b2 FERROR messages also need to leave leading newlines unmangled. by Wayne Davison · 20 years ago
  73. a9e4762 Handle the extra output needed when log_format_has_i > 1. by Wayne Davison · 20 years ago
  74. c2be690 Got rid of a few empty lines. by Wayne Davison · 20 years ago
  75. be0602e - We now filter all rwrite() output when it goes out to the terminal by Wayne Davison · 20 years ago
  76. 0ee6ca9 Got rid of calls to the (soon to vanish) safe_fname() function. by Wayne Davison · 20 years ago
  77. b74b3d5 + Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512. by Wayne Davison · 21 years ago
  78. 4a50a21 Added RERR_SIGNAL1's message and tweaked ERR_SIGNAL. by Wayne Davison · 21 years ago
  79. a3887c2 Improved the RERR_SIGNAL message to include all possible signals. by Wayne Davison · 21 years ago
  80. 6d4ecad - Eliminate an all-dot itemization for a locally-copied file. by Wayne Davison · 21 years ago
  81. f14a65d Tweaked the error message for RERR_WAITCHILD. by Wayne Davison · 21 years ago
  82. 6016841 Changed RERR_CRASH to RERR_CRASHED. by Wayne Davison · 21 years ago
  83. 0047f53 Handle new RERR_CRASH AND RERR_TERMINATED exit codes. by Wayne Davison · 21 years ago
  84. f2b6fe4 - Fixed the overzealous outputting of unchanged hard-linked items by Wayne Davison · 21 years ago
  85. 64c3782 - Changed log_open() into two functions, logfile_open() and by Wayne Davison · 21 years ago
  86. 6afb907 If we can't open the daemon's log file, fall-back to using by Wayne Davison · 21 years ago
  87. 0455cd9 - Made the handling of adjacent percents (e.g. "%%b") work like it by Wayne Davison · 21 years ago
  88. d9c0051 In log_formatted(), add the newline to the format string so by Wayne Davison · 21 years ago
  89. 126e7af Enabled width-sizing for %L. by Wayne Davison · 21 years ago
  90. 16f960f Added log_format_has(). by Wayne Davison · 21 years ago
  91. e145d51 Make sure that we can't scan past the end of the format string. by Wayne Davison · 21 years ago
  92. dcbae65 Optimized '%f' a little more. by Wayne Davison · 21 years ago
  93. b4bf2b5 Allow %i to have a field width. by Wayne Davison · 21 years ago
  94. 9baed76 - Allow the infix field width to start with a '-'. by Wayne Davison · 21 years ago
  95. ddd74b6 Allow the escapes in the log-format string to contain a numeric by Wayne Davison · 21 years ago
  96. c1759b9 Changed %i to output '>' for a local copy. by Wayne Davison · 21 years ago
  97. cc3e077 Decided that the '<' and '>' output in the %i format were by Wayne Davison · 21 years ago
  98. 2671840 Added the error message for RERR_LOG_FAILURE and used it when by Wayne Davison · 21 years ago
  99. d5609e9 Output a '*' at the start of the %i string when deleting. by Wayne Davison · 21 years ago
  100. fd84673 Handle the new way that 'c' and 'h' get output by "%i". by Wayne Davison · 21 years ago