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