summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-10Fixed some itemized logging failures:Wayne Davison1-9/+15
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-18Extended the protocol-30 info-passing code at startup, and use it toWayne Davison1-1/+3
2008-02-17Decided to pad the "*deleting" message to make the names line up.Wayne Davison1-1/+1
2007-12-16Fixed a FALL THROUGH comment.Wayne Davison1-1/+1
2007-11-28Adding --contimeout=SECONDS option.Wayne Davison1-0/+1
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-14/+24
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-09-18Make use of new iconvbufs() function.Wayne Davison1-16/+15
2007-09-15Prevent a server from outputting an end-of-run message about itsWayne Davison1-1/+1
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-07-02Switch the checking of preserve_[ug]id var to checking [ug]id_ndx varWayne Davison1-4/+4
2007-07-02Use module_dir instead of lp_path().Wayne Davison1-1/+2
2007-05-20- Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().Wayne Davison1-5/+5
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-18/+24
2007-04-26Changed F_ROOTDIR() to F_PATHNAME().Wayne Davison1-2/+2
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-2/+4
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-12-23Fixed a problem with the output of %f for non-daemon rsyncs.Wayne Davison1-1/+1
2006-12-17Use F_ROOTDIR() in place of dir.root.Wayne Davison1-2/+2
2006-12-16Changed the static file_struct var to match the changes in rsync.h.Wayne Davison1-2/+1
2006-12-05Use the latest F_*() accessors.Wayne Davison1-15/+25
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-5/+9
2006-11-20Use the new ICONV_CONST definition.Wayne Davison1-2/+5
2006-11-19Added "const" to appropriate char pointers.Wayne Davison1-57/+62
2006-11-10Allow all itemize types to change all-dots (no changes) into spaces.Wayne Davison1-2/+1
2006-11-09Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison1-6/+6
2006-10-14Got rid of EXIT_OR_RETURN() macro again -- switching to a betterWayne Davison1-16/+7
2006-10-13Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison1-4/+4
2006-10-13Changed one more exit_cleanup() call into EXIT_OR_RETURN().Wayne Davison1-1/+1
2006-10-13If in_exit_cleanup is set, some of our functions return instead ofWayne Davison1-6/+14
2006-10-12Changed the indent for one else ... if section.Wayne Davison1-12/+10
2006-06-16Make sure that the %f escape always has the full path info whenWayne Davison1-2/+14
2006-06-07- Pass "module_id" to the two log-related settings that are no longerWayne Davison1-7/+22
2006-06-01- Got rid of the FNAME logcode enum.Wayne Davison1-23/+14
2006-05-30Skip transfer logging if the logfile_format string is empty.Wayne Davison1-1/+1
2006-05-29- Use the renamed stdout_format_has_i, stdout_format_has_o_or_i, andWayne Davison1-17/+22
2006-05-14Make --quiet quieter (like it used to be), but also don't allow itWayne Davison1-3/+3
2006-05-09- Use the new logfile_* variables that are set by the --log-fileWayne Davison1-42/+34
2006-05-03Cast the enum in rwrite() when calling send_msg().Wayne Davison1-1/+1
2006-05-03Use send_msg() when forwarding a log message, not io_multiplex_write().Wayne Davison1-1/+1
2006-05-03Made log_init() call timestring() instead of just localtime() prior to aWayne Davison1-6/+3
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-26/+21
2006-04-08We don't need log_initialised exported after all.Wayne Davison1-1/+1
2006-04-06Made log_initialised public.Wayne Davison1-1/+1
2006-03-28Include the version number when we exit with an error or warning.Wayne Davison1-4/+4
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