summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-21Reposition log_open() and log_close().Wayne Davison1-22/+23
2005-02-19The FCLIENT log code aviods putting the message into the daemon'sWayne Davison1-8/+10
2005-02-19- Don't log a delete message to the daemon log in dry-run mode.Wayne Davison1-2/+3
2005-02-19Decide whether to log a delete message via the default format byWayne Davison1-2/+2
2005-02-19- Tweaked the letters output by "%i", including adding support forWayne Davison1-5/+46
2005-02-18The '%n' escape needs to append a trailing slash onto a directory name.Wayne Davison1-1/+6
2005-02-18Made log_open() non-static and moved log_close() next to it.Wayne Davison1-9/+9
2005-02-17Use '.' for unchanged attributes in the %i output.Wayne Davison1-8/+9
2005-02-16- Improved log_formatted() to handle long filenames better.Wayne Davison1-38/+75
2005-02-15Fixed a typo.Wayne Davison1-2/+3
2005-02-07Adding more calls to safe_fname().Wayne Davison1-1/+1
2005-02-01Make sure the %f expansion handles the new dir.root properly.Wayne Davison1-2/+2
2005-02-01Refer to the old basedir variable as dir.root.Wayne Davison1-1/+1
2005-01-31Tweaked one or more warning messages.Wayne Davison1-1/+1
2005-01-28Made log_open() static and made it die with an error if theWayne Davison1-10/+14
2004-09-05Fixed a typo Paul pointed out.Wayne Davison1-1/+1
2004-08-12Call clean_flist() with its new "collapse_dot_dot" arg.Wayne Davison1-1/+1
2004-06-07Improved rwrite() in two ways:Wayne Davison1-43/+37
2004-05-15- Improved rsyserr() to prefix RSYNC_NAME (as the TODO requested),Wayne Davison1-31/+21
2004-04-29Restore old behavior of logging most daemon errors instead of sendingWayne Davison1-1/+2
2004-01-20Use new pathjoin() function.Wayne Davison1-2/+2
2004-01-15- Moved err_list* stuff to io.c and renamed them to msg_list*.Wayne Davison1-77/+13
2004-01-13Relocated some externs.Wayne Davison1-19/+8
2003-12-15Handle new RERR_VANISHED error.Wayne Davison1-2/+9
2003-12-15Neatened up some whitespace issues and made multi-line comments moreWayne Davison1-81/+80