summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define the message for RERR_DEL_LIMIT.Wayne Davison2005-03-051-2/+3
* - Make use of the new ITEM_* flags to mention when things wereWayne Davison2005-03-051-5/+8
* Added maybe_log_item() for use by the sender and receiver.Wayne Davison2005-03-041-0/+12
* - Replaced log_send() and log_recv() with log_item().Wayne Davison2005-03-041-25/+21
* The log_delete() function may now be called even when the client isWayne Davison2005-02-261-2/+5
* Reposition log_open() and log_close().Wayne Davison2005-02-211-22/+23
* The FCLIENT log code aviods putting the message into the daemon'sWayne Davison2005-02-191-8/+10
* - Don't log a delete message to the daemon log in dry-run mode.Wayne Davison2005-02-191-2/+3
* Decide whether to log a delete message via the default format byWayne Davison2005-02-191-2/+2
* - Tweaked the letters output by "%i", including adding support forWayne Davison2005-02-191-5/+46
* The '%n' escape needs to append a trailing slash onto a directory name.Wayne Davison2005-02-181-1/+6
* Made log_open() non-static and moved log_close() next to it.Wayne Davison2005-02-181-9/+9
* Use '.' for unchanged attributes in the %i output.Wayne Davison2005-02-171-8/+9
* - Improved log_formatted() to handle long filenames better.Wayne Davison2005-02-161-38/+75
* Fixed a typo.Wayne Davison2005-02-151-2/+3
* Adding more calls to safe_fname().Wayne Davison2005-02-071-1/+1
* Make sure the %f expansion handles the new dir.root properly.Wayne Davison2005-02-011-2/+2