summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.David Dykstra1999-02-091-0/+3
* Change the receive log message from "send" to "recv". Fix fromDavid Dykstra1999-01-051-2/+2
* don't interpret %h and %a when using --log-format locallyAndrew Tridgell1998-11-161-2/+3
* log filename(line) in exit_cleanup() to make tracking down problemsAndrew Tridgell1998-11-151-3/+4
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-7/+7
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-7/+7
* added the --log-format option to allow users to request arbitraryAndrew Tridgell1998-11-031-6/+22
* the logging wasn't showing the full prefix for filenamesAndrew Tridgell1998-11-021-2/+8
* Jason told me that's its very important for his site to log exactlyAndrew Tridgell1998-11-021-5/+31
* if no local destination is provided for the transfer then provideAndrew Tridgell1998-11-021-23/+1
* use the orig_umask when choosing perms for the log file.Andrew Tridgell1998-10-301-1/+2
* fixed perms on rsyncd log fileAndrew Tridgell1998-10-301-0/+2
* move the time init before the logfile opening.Andrew Tridgell1998-10-301-6/+7
* added %m, %P and %u options to loggingAndrew Tridgell1998-10-301-0/+4
* get null termination right in loggingAndrew Tridgell1998-10-301-3/+3
* get null termination right in loggingAndrew Tridgell1998-10-301-1/+1
* hopefuly fix logging of "transfer interrupted" messagesAndrew Tridgell1998-10-301-5/+2
* added "log format" option to allow admins to choose the format forAndrew Tridgell1998-10-301-8/+64
* put the pid on each line of the log file to facilitateAndrew Tridgell1998-10-291-8/+8
* put the pid on each line of the log file to facilitateAndrew Tridgell1998-10-291-4/+20
* syslog support in rsync daemon has been broken since I added the "logAndrew Tridgell1998-10-281-2/+4
* and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1998-10-281-0/+39
* fixed timestring() bugAndrew Tridgell1998-09-091-1/+1
* put the time in when using log file.Andrew Tridgell1998-09-091-1/+24
* added "log file" option for those systems with broken syslog (likeAndrew Tridgell1998-09-091-2/+18
* - use explicit flushes instead of setlinebuf. I've had reports ofAndrew Tridgell1998-07-021-1/+8
* added --progress option which shows the progress of transfers. ThisAndrew Tridgell1998-07-021-0/+2
* this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1998-05-181-1/+13
* - changed the log messages to show the requested pathAndrew Tridgell1998-05-151-10/+25
* use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1998-05-151-7/+2
* vsprintf returns char* on sunos4Andrew Tridgell1998-05-131-1/+2
* added "syslog facility" option. It is an integer and defaults to theAndrew Tridgell1998-05-131-1/+1
* only call openlog onceAndrew Tridgell1998-05-101-8/+12
* use syslog instead of /var/adm/rsyncd.logAndrew Tridgell1998-05-101-16/+25
* configuration parsing and loading code for rsyncd. This is basedAndrew Tridgell1998-05-091-0/+96