added a perl script to summarise the rsyncd log format
[rsync/rsync.git] / log.c
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...
1998-09-09 Andrew Tridgellfixed timestring() bug
1998-09-09 Andrew Tridgellput the time in when using log file.
1998-09-09 Andrew Tridgelladded "log file" option for those systems with broken...
1998-07-02 Andrew Tridgell- use explicit flushes instead of setlinebuf. I've...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-13 Andrew Tridgellvsprintf returns char* on sunos4
1998-05-13 Andrew Tridgelladded "syslog facility" option. It is an integer and...
1998-05-10 Andrew Tridgellonly call openlog once
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-09 Andrew Tridgellconfiguration parsing and loading code for rsyncd....