summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-24The orig_umask value is now a mode_t.Wayne Davison1-2/+2
2006-02-24Moved an extern into its proper place.Wayne Davison1-1/+1
2006-02-09Decided against shortening the output of --itemize-changes.Wayne Davison1-1/+2
2006-02-06Don't call isprint() if --8-bit was specified.Wayne Davison1-1/+2
2006-02-06- The iconv-supporting code can now ask filtered_fwrite() to useWayne Davison1-13/+10
2006-02-05Make sure that we don't try to use iconv() without iconv.h.Wayne Davison1-3/+3
2006-02-05Changed HAVE_ICONV to HAVE_ICONV_OPEN.Wayne Davison1-4/+4
2006-02-04Use iconv() (when available) to allow us to output multibyteWayne Davison1-3/+36
2006-02-04Needed to make %G output "DEFAULT" when gid == GID_NONE.Wayne Davison1-6/+10
2006-02-03Made the new %M escape handle multiple spaces in the timestampWayne Davison1-2/+2
2006-02-03Mention who is outputting the "rsync error" or "rsync warning".Wayne Davison1-4/+4
2006-02-03- Allow tab characters to appear in rwrite() messages.Wayne Davison1-3/+27
2006-02-01Turn an FSOCKERR into a normal FERROR if it's not going to ourWayne Davison1-3/+6
2006-01-26Added 'S' to the itemized output for special files.Wayne Davison1-0/+1
2006-01-24Fixed a problem in the output of %i's 'T' flag on devices andWayne Davison1-4/+2
2006-01-24FERROR messages also need to leave leading newlines unmangled.Wayne Davison1-2/+3
2006-01-20Handle the extra output needed when log_format_has_i > 1.Wayne Davison1-1/+1
2006-01-17Got rid of a few empty lines.Wayne Davison1-9/+0
2006-01-14- We now filter all rwrite() output when it goes out to the terminalWayne Davison1-16/+49
2006-01-13Got rid of calls to the (soon to vanish) safe_fname() function.Wayne Davison1-14/+10
2006-01-05+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.Wayne Davison1-11/+27
2005-12-16Added RERR_SIGNAL1's message and tweaked ERR_SIGNAL.Wayne Davison1-1/+2
2005-12-16Improved the RERR_SIGNAL message to include all possible signals.Wayne Davison1-1/+1
2005-12-15- Eliminate an all-dot itemization for a locally-copied file.Wayne Davison1-4/+6
2005-10-26Tweaked the error message for RERR_WAITCHILD.Wayne Davison1-1/+1
2005-09-26Changed RERR_CRASH to RERR_CRASHED.Wayne Davison1-1/+1
2005-09-26Handle new RERR_CRASH AND RERR_TERMINATED exit codes.Wayne Davison1-0/+2
2005-06-09- Fixed the overzealous outputting of unchanged hard-linked itemsWayne Davison1-4/+7
2005-04-14- Changed log_open() into two functions, logfile_open() andWayne Davison1-37/+33
2005-04-12If we can't open the daemon's log file, fall-back to usingWayne Davison1-19/+39
2005-03-31- Made the handling of adjacent percents (e.g. "%%b") work like itWayne Davison1-10/+12
2005-03-31In log_formatted(), add the newline to the format string soWayne Davison1-2/+8
2005-03-31Enabled width-sizing for %L.Wayne Davison1-11/+16
2005-03-31Added log_format_has().Wayne Davison1-1/+21
2005-03-30Make sure that we can't scan past the end of the format string.Wayne Davison1-3/+5
2005-03-30Optimized '%f' a little more.Wayne Davison1-1/+4
2005-03-30Allow %i to have a field width.Wayne Davison1-2/+2
2005-03-30- Allow the infix field width to start with a '-'.Wayne Davison1-7/+19
2005-03-30Allow the escapes in the log-format string to contain a numericWayne Davison1-23/+31
2005-03-30Changed %i to output '>' for a local copy.Wayne Davison1-1/+2
2005-03-27Decided that the '<' and '>' output in the %i format wereWayne Davison1-1/+1
2005-03-15Added the error message for RERR_LOG_FAILURE and used it whenWayne Davison1-2/+3
2005-03-13Output a '*' at the start of the %i string when deleting.Wayne Davison1-5/+3
2005-03-09Handle the new way that 'c' and 'h' get output by "%i".Wayne Davison1-2/+2
2005-03-09We need to mention any change to a directory, not just a time change.Wayne Davison1-1/+1
2005-03-05Define the message for RERR_DEL_LIMIT.Wayne Davison1-2/+3
2005-03-05- Make use of the new ITEM_* flags to mention when things wereWayne Davison1-5/+8
2005-03-04Added maybe_log_item() for use by the sender and receiver.Wayne Davison1-0/+12
2005-03-04- Replaced log_send() and log_recv() with log_item().Wayne Davison1-25/+21
2005-02-26The log_delete() function may now be called even when the client isWayne Davison1-2/+5