Age | Commit message (Expand) | Author | Files | Lines |
2008-09-26 | Fix the %P logfile escape inside a chroot. | Wayne Davison | 1 | -2/+2 |
2008-08-17 | An improved RERR_PARTIAL message. | Wayne Davison | 1 | -1/+1 |
2008-08-02 | When using --iconv, if a server-side receiver can't convert a filename, | Wayne Davison | 1 | -1/+5 |
2008-06-04 | Improved the progress_is_active code to not overwrite the progress | Wayne Davison | 1 | -0/+6 |
2008-04-15 | Fixed the %M escape, which was munging the wrong spaces. | Wayne Davison | 1 | -1/+1 |
2008-03-10 | Fixed some itemized logging failures: | Wayne Davison | 1 | -9/+15 |
2008-03-01 | Include 2008 in the copyright years. | Wayne Davison | 1 | -1/+1 |
2008-02-18 | Extended the protocol-30 info-passing code at startup, and use it to | Wayne Davison | 1 | -1/+3 |
2008-02-17 | Decided to pad the "*deleting" message to make the names line up. | Wayne Davison | 1 | -1/+1 |
2007-12-16 | Fixed a FALL THROUGH comment. | Wayne Davison | 1 | -1/+1 |
2007-11-28 | Adding --contimeout=SECONDS option. | Wayne Davison | 1 | -0/+1 |
2007-11-22 | New logging categories added to allow differentiation between | Wayne Davison | 1 | -14/+24 |
2007-09-22 | Moved inline functions from rsync.h into ifuncs.h. | Wayne Davison | 1 | -0/+1 |
2007-09-18 | Make use of new iconvbufs() function. | Wayne Davison | 1 | -16/+15 |
2007-09-15 | Prevent a server from outputting an end-of-run message about its | Wayne Davison | 1 | -1/+1 |
2007-07-10 | Tweaking the license text a bit more. | Wayne Davison | 1 | -2/+3 |
2007-07-07 | Switching to GPL 3. | Wayne Davison | 1 | -3/+2 |
2007-07-02 | Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var | Wayne Davison | 1 | -4/+4 |
2007-07-02 | Use module_dir instead of lp_path(). | Wayne Davison | 1 | -1/+2 |
2007-05-20 | - Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID(). | Wayne Davison | 1 | -5/+5 |
2007-04-26 | The --iconv option has now made it to the trunk. | Wayne Davison | 1 | -18/+24 |
2007-04-26 | Changed F_ROOTDIR() to F_PATHNAME(). | Wayne Davison | 1 | -2/+2 |
2007-03-11 | The ACL support has arrived! This version has a brand new protocol | Wayne Davison | 1 | -2/+4 |
2007-02-04 | Further modifications to the copyright comment section. | Wayne Davison | 1 | -4/+3 |
2006-12-23 | Fixed a problem with the output of %f for non-daemon rsyncs. | Wayne Davison | 1 | -1/+1 |
2006-12-17 | Use F_ROOTDIR() in place of dir.root. | Wayne Davison | 1 | -2/+2 |
2006-12-16 | Changed the static file_struct var to match the changes in rsync.h. | Wayne Davison | 1 | -2/+1 |
2006-12-05 | Use the latest F_*() accessors. | Wayne Davison | 1 | -15/+25 |
2006-12-03 | - Typical tranfers now save 12-20 bytes per file because several vars | Wayne Davison | 1 | -5/+9 |
2006-11-20 | Use the new ICONV_CONST definition. | Wayne Davison | 1 | -2/+5 |
2006-11-19 | Added "const" to appropriate char pointers. | Wayne Davison | 1 | -57/+62 |
2006-11-10 | Allow all itemize types to change all-dots (no changes) into spaces. | Wayne Davison | 1 | -2/+1 |
2006-11-09 | Got rid of type-casting into isFOO() and toFOO() functions by | Wayne Davison | 1 | -6/+6 |
2006-10-14 | Got rid of EXIT_OR_RETURN() macro again -- switching to a better | Wayne Davison | 1 | -16/+7 |
2006-10-13 | Changed strcpy() calls into strlcpy() calls, just to be extra safe. | Wayne Davison | 1 | -4/+4 |
2006-10-13 | Changed one more exit_cleanup() call into EXIT_OR_RETURN(). | Wayne Davison | 1 | -1/+1 |
2006-10-13 | If in_exit_cleanup is set, some of our functions return instead of | Wayne Davison | 1 | -6/+14 |
2006-10-12 | Changed the indent for one else ... if section. | Wayne Davison | 1 | -12/+10 |
2006-06-16 | Make sure that the %f escape always has the full path info when | Wayne Davison | 1 | -2/+14 |
2006-06-07 | - Pass "module_id" to the two log-related settings that are no longer | Wayne Davison | 1 | -7/+22 |
2006-06-01 | - Got rid of the FNAME logcode enum. | Wayne Davison | 1 | -23/+14 |
2006-05-30 | Skip transfer logging if the logfile_format string is empty. | Wayne Davison | 1 | -1/+1 |
2006-05-29 | - Use the renamed stdout_format_has_i, stdout_format_has_o_or_i, and | Wayne Davison | 1 | -17/+22 |
2006-05-14 | Make --quiet quieter (like it used to be), but also don't allow it | Wayne Davison | 1 | -3/+3 |
2006-05-09 | - Use the new logfile_* variables that are set by the --log-file | Wayne Davison | 1 | -42/+34 |
2006-05-03 | Cast the enum in rwrite() when calling send_msg(). | Wayne Davison | 1 | -1/+1 |
2006-05-03 | Use send_msg() when forwarding a log message, not io_multiplex_write(). | Wayne Davison | 1 | -1/+1 |
2006-05-03 | Made log_init() call timestring() instead of just localtime() prior to a | Wayne Davison | 1 | -6/+3 |
2006-04-25 | Updated the FSF's address to an even newer one. | Wayne Davison | 1 | -3/+3 |
2006-04-25 | - Updated the address for the FSF in the opening comment. | Wayne Davison | 1 | -26/+21 |