Mention the change in error message and exit status when we pull an
[rsync.git] / log.c
2005-04-14 Wayne Davison- Changed log_open() into two functions, logfile_open...
2005-04-12 Wayne DavisonIf we can't open the daemon's log file, fall-back to...
2005-03-31 Wayne Davison- Made the handling of adjacent percents (e.g. "%%b...
2005-03-31 Wayne DavisonIn log_formatted(), add the newline to the format string so
2005-03-31 Wayne DavisonEnabled width-sizing for %L.
2005-03-31 Wayne DavisonAdded log_format_has().
2005-03-30 Wayne DavisonMake sure that we can't scan past the end of the format...
2005-03-30 Wayne DavisonOptimized '%f' a little more.
2005-03-30 Wayne DavisonAllow %i to have a field width.
2005-03-30 Wayne Davison- Allow the infix field width to start with a '-'.
2005-03-30 Wayne DavisonAllow the escapes in the log-format string to contain...
2005-03-30 Wayne DavisonChanged %i to output '>' for a local copy.
2005-03-27 Wayne DavisonDecided that the '<' and '>' output in the %i format...
2005-03-15 Wayne DavisonAdded the error message for RERR_LOG_FAILURE and used...
2005-03-13 Wayne DavisonOutput a '*' at the start of the %i string when deleting.
2005-03-09 Wayne DavisonHandle the new way that 'c' and 'h' get output by ...
2005-03-09 Wayne DavisonWe need to mention any change to a directory, not just...
2005-03-05 Wayne DavisonDefine the message for RERR_DEL_LIMIT.
2005-03-05 Wayne Davison- Make use of the new ITEM_* flags to mention when...
2005-03-04 Wayne DavisonAdded maybe_log_item() for use by the sender and receiver.
2005-03-04 Wayne Davison- Replaced log_send() and log_recv() with log_item().
2005-02-26 Wayne DavisonThe log_delete() function may now be called even when...
2005-02-21 Wayne DavisonReposition log_open() and log_close().
2005-02-19 Wayne DavisonThe FCLIENT log code aviods putting the message into...
2005-02-19 Wayne Davison- Don't log a delete message to the daemon log in dry...
2005-02-19 Wayne DavisonDecide whether to log a delete message via the default...
2005-02-19 Wayne Davison- Tweaked the letters output by "%i", including adding...
2005-02-18 Wayne DavisonThe '%n' escape needs to append a trailing slash onto...
2005-02-18 Wayne DavisonMade log_open() non-static and moved log_close() next...
2005-02-17 Wayne DavisonUse '.' for unchanged attributes in the %i output.
2005-02-16 Wayne Davison- Improved log_formatted() to handle long filenames...
2005-02-15 Wayne DavisonFixed a typo.
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-02-01 Wayne DavisonMake sure the %f expansion handles the new dir.root...
2005-02-01 Wayne DavisonRefer to the old basedir variable as dir.root.
2005-01-31 Wayne DavisonTweaked one or more warning messages.
2005-01-28 Wayne DavisonMade log_open() static and made it die with an error...
2004-09-05 Wayne DavisonFixed a typo Paul pointed out.
2004-08-12 Wayne DavisonCall clean_flist() with its new "collapse_dot_dot"...
2004-06-07 Wayne DavisonImproved rwrite() in two ways:
2004-05-15 Wayne Davison- Improved rsyserr() to prefix RSYNC_NAME (as the TODO...
2004-04-29 Wayne DavisonRestore old behavior of logging most daemon errors...
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-15 Wayne Davison- Moved err_list* stuff to io.c and renamed them to...
2004-01-13 Wayne DavisonRelocated some externs.
2003-12-15 Wayne DavisonHandle new RERR_VANISHED error.
2003-12-15 Wayne DavisonNeatened up some whitespace issues and made multi-line...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-03-25 J.W. Schultzremoved log_transfer() It was no more than a conditional
2003-02-11 David DykstraBack out one of the changes in log.c revision 1.62...
2002-12-24 Jos BackusAdd "void" to some function definitions so that all...
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-04-08 Martin PoolChange error message "partial transfer" to "some files...
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-02-18 Martin Poolrwrite: Doc.
2002-02-09 Martin PoolMake sure we call setgroups() after setuid(). (Ethan...
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-01-24 Martin Poollog_formatted: Fill the log buffer with nuls to make...
2002-01-23 Martin PoolMore size_t fixes.
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2001-09-04 Martin PoolFor log messages containing ridiculously long strings...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-03-23 Andrew Tridgell"rsync error" is better than "transfer error", especial...
2001-03-23 Andrew Tridgellimproved error handling again. Now we report messages...
2001-03-22 Andrew Tridgellnew error handling system
2001-03-21 Andrew TridgellI came up with a new way of avoiding the error handling...
2001-03-19 Martin PoolOops, fix edit mistake.
2001-02-23 Martin PoolDoc.
2001-02-21 Martin PoolBetter message grammar.
2000-11-10 Martin PoolIf an error occurs, print an explanatory string rather
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-25 David DykstraMake sure the log file is always opened before root...
2000-10-24 David DykstraWhen running as --daemon in the background and using...
2000-01-29 Andrew Tridgelluse full buffer length, not strlen
2000-01-29 Andrew Tridgelldamn!
2000-01-29 Andrew Tridgellfixed some logcode warnings
2000-01-28 Andrew Tridgell- switched on multiplexing for all connections, not...
2000-01-23 Andrew Tridgelladded some really ugly code to allow errors to propogate to
1999-02-09 David DykstraAdd --quiet/-q option. Contributed by Rich Salz salzr...
1999-01-05 David DykstraChange the receive log message from "send" to "recv...
1998-11-16 Andrew Tridgelldon't interpret %h and %a when using --log-format locally
1998-11-15 Andrew Tridgelllog filename(line) in exit_cleanup() to make tracking...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-03 Andrew Tridgelladded the --log-format option to allow users to request...
1998-11-02 Andrew Tridgellthe logging wasn't showing the full prefix for filenames
1998-11-02 Andrew TridgellJason told me that's its very important for his site...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-30 Andrew Tridgelluse the orig_umask when choosing perms for the log...
1998-10-30 Andrew Tridgellfixed perms on rsyncd log file
1998-10-30 Andrew Tridgellmove the time init before the logfile opening.
1998-10-30 Andrew Tridgelladded %m, %P and %u options to logging
1998-10-30 Andrew Tridgellget null termination right in logging
1998-10-30 Andrew Tridgellget null termination right in logging
1998-10-30 Andrew Tridgellhopefuly fix logging of "transfer interrupted" messages
1998-10-30 Andrew Tridgelladded "log format" option to allow admins to choose...
1998-10-29 Andrew Tridgellput the pid on each line of the log file to facilitate
1998-10-29 Andrew Tridgellput the pid on each line of the log file to facilitate
1998-10-28 Andrew Tridgellsyslog support in rsync daemon has been broken since...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
next