summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
...
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Switch the checking of preserve_[ug]id var to checking [ug]id_ndx varWayne Davison2007-07-021-4/+4
* Use module_dir instead of lp_path().Wayne Davison2007-07-021-1/+2
* - Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().Wayne Davison2007-05-201-5/+5
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-18/+24
* Changed F_ROOTDIR() to F_PATHNAME().Wayne Davison2007-04-261-2/+2
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-2/+4
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Fixed a problem with the output of %f for non-daemon rsyncs.Wayne Davison2006-12-231-1/+1
* Use F_ROOTDIR() in place of dir.root.Wayne Davison2006-12-171-2/+2
* Changed the static file_struct var to match the changes in rsync.h.Wayne Davison2006-12-161-2/+1
* Use the latest F_*() accessors.Wayne Davison2006-12-051-15/+25
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-5/+9
* Use the new ICONV_CONST definition.Wayne Davison2006-11-201-2/+5
* Added "const" to appropriate char pointers.Wayne Davison2006-11-191-57/+62
* Allow all itemize types to change all-dots (no changes) into spaces.Wayne Davison2006-11-101-2/+1
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-6/+6
* Got rid of EXIT_OR_RETURN() macro again -- switching to a betterWayne Davison2006-10-141-16/+7
* Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison2006-10-131-4/+4
* Changed one more exit_cleanup() call into EXIT_OR_RETURN().Wayne Davison2006-10-131-1/+1
* If in_exit_cleanup is set, some of our functions return instead ofWayne Davison2006-10-131-6/+14
* Changed the indent for one else ... if section.Wayne Davison2006-10-121-12/+10
* Make sure that the %f escape always has the full path info whenWayne Davison2006-06-161-2/+14
* - Pass "module_id" to the two log-related settings that are no longerWayne Davison2006-06-071-7/+22
* - Got rid of the FNAME logcode enum.Wayne Davison2006-06-011-23/+14
* Skip transfer logging if the logfile_format string is empty.Wayne Davison2006-05-301-1/+1
* - Use the renamed stdout_format_has_i, stdout_format_has_o_or_i, andWayne Davison2006-05-291-17/+22
* Make --quiet quieter (like it used to be), but also don't allow itWayne Davison2006-05-141-3/+3
* - Use the new logfile_* variables that are set by the --log-fileWayne Davison2006-05-091-42/+34
* Cast the enum in rwrite() when calling send_msg().Wayne Davison2006-05-031-1/+1
* Use send_msg() when forwarding a log message, not io_multiplex_write().Wayne Davison2006-05-031-1/+1
* Made log_init() call timestring() instead of just localtime() prior to aWayne Davison2006-05-031-6/+3
* 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