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