summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-04For log messages containing ridiculously long strings that mightMartin Pool1-1/+25
2001-05-07imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell1-7/+7
2001-03-23"rsync error" is better than "transfer error", especially for -hAndrew Tridgell1-1/+1
2001-03-23improved error handling again. Now we report messages for the remoteAndrew Tridgell1-2/+7
2001-03-22new error handling systemAndrew Tridgell1-0/+4
2001-03-21I came up with a new way of avoiding the error handling lockup bug inAndrew Tridgell1-2/+58
2001-03-19Oops, fix edit mistake.Martin Pool1-1/+2
2001-02-23Doc.Martin Pool1-2/+3
2001-02-21Better message grammar.Martin Pool1-4/+5
2000-11-10If an error occurs, print an explanatory string ratherMartin Pool1-3/+57
2000-10-26Print strerror when a system error occurs; add a new function rsyserrMartin Pool1-4/+45
2000-10-25Make sure the log file is always opened before root privileges (if any)David Dykstra1-10/+16
2000-10-24When running as --daemon in the background and using a "log file" rsyncd.confDavid Dykstra1-11/+25
2000-01-29use full buffer length, not strlenAndrew Tridgell1-3/+5
2000-01-29damn!Andrew Tridgell1-5/+9
2000-01-29fixed some logcode warningsAndrew Tridgell1-2/+2
2000-01-28- switched on multiplexing for all connections, not just daemonAndrew Tridgell1-15/+15
2000-01-23added some really ugly code to allow errors to propogate toAndrew Tridgell1-14/+31
1999-02-09Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.David Dykstra1-0/+3
1999-01-05Change the receive log message from "send" to "recv". Fix fromDavid Dykstra1-2/+2
1998-11-16don't interpret %h and %a when using --log-format locallyAndrew Tridgell1-2/+3
1998-11-15log filename(line) in exit_cleanup() to make tracking down problemsAndrew Tridgell1-3/+4
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-7/+7
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-7/+7
1998-11-03added the --log-format option to allow users to request arbitraryAndrew Tridgell1-6/+22
1998-11-02the logging wasn't showing the full prefix for filenamesAndrew Tridgell1-2/+8
1998-11-02Jason told me that's its very important for his site to log exactlyAndrew Tridgell1-5/+31
1998-11-02if no local destination is provided for the transfer then provideAndrew Tridgell1-23/+1
1998-10-30use the orig_umask when choosing perms for the log file.Andrew Tridgell1-1/+2
1998-10-30fixed perms on rsyncd log fileAndrew Tridgell1-0/+2
1998-10-30move the time init before the logfile opening.Andrew Tridgell1-6/+7
1998-10-30added %m, %P and %u options to loggingAndrew Tridgell1-0/+4
1998-10-30get null termination right in loggingAndrew Tridgell1-3/+3
1998-10-30get null termination right in loggingAndrew Tridgell1-1/+1
1998-10-30hopefuly fix logging of "transfer interrupted" messagesAndrew Tridgell1-5/+2
1998-10-30added "log format" option to allow admins to choose the format forAndrew Tridgell1-8/+64
1998-10-29put the pid on each line of the log file to facilitateAndrew Tridgell1-8/+8
1998-10-29put the pid on each line of the log file to facilitateAndrew Tridgell1-4/+20
1998-10-28syslog support in rsync daemon has been broken since I added the "logAndrew Tridgell1-2/+4
1998-10-28and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1-0/+39
1998-09-09fixed timestring() bugAndrew Tridgell1-1/+1
1998-09-09put the time in when using log file.Andrew Tridgell1-1/+24
1998-09-09added "log file" option for those systems with broken syslog (likeAndrew Tridgell1-2/+18
1998-07-02- use explicit flushes instead of setlinebuf. I've had reports ofAndrew Tridgell1-1/+8
1998-07-02added --progress option which shows the progress of transfers. ThisAndrew Tridgell1-0/+2
1998-05-18this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1-1/+13
1998-05-15- changed the log messages to show the requested pathAndrew Tridgell1-10/+25
1998-05-15use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1-7/+2
1998-05-13vsprintf returns char* on sunos4Andrew Tridgell1-1/+2
1998-05-13added "syslog facility" option. It is an integer and defaults to theAndrew Tridgell1-1/+1