summaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge signedness security patch from Sebastian KrahmerMartin Pool2002-01-251-302/+55
* log_formatted: Fill the log buffer with nuls to make sure we cannotMartin Pool2002-01-241-1/+16
* More size_t fixes.Martin Pool2002-01-231-5/+9
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-1/+1
* For log messages containing ridiculously long strings that mightMartin Pool2001-09-041-1/+25
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-7/+7
* "rsync error" is better than "transfer error", especially for -hAndrew Tridgell2001-03-231-1/+1
* improved error handling again. Now we report messages for the remoteAndrew Tridgell2001-03-231-2/+7
* new error handling systemAndrew Tridgell2001-03-221-0/+4
* I came up with a new way of avoiding the error handling lockup bug inAndrew Tridgell2001-03-211-2/+58
* Oops, fix edit mistake.Martin Pool2001-03-191-1/+2
* Doc.Martin Pool2001-02-231-2/+3
* Better message grammar.Martin Pool2001-02-211-4/+5
* If an error occurs, print an explanatory string ratherMartin Pool2000-11-101-3/+57
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-4/+45
* Make sure the log file is always opened before root privileges (if any)David Dykstra2000-10-251-10/+16
* When running as --daemon in the background and using a "log file" rsyncd.confDavid Dykstra2000-10-241-11/+25
* use full buffer length, not strlenAndrew Tridgell2000-01-291-3/+5
* damn!Andrew Tridgell2000-01-291-5/+9
* fixed some logcode warningsAndrew Tridgell2000-01-291-2/+2
* - switched on multiplexing for all connections, not just daemonAndrew Tridgell2000-01-281-15/+15
* added some really ugly code to allow errors to propogate toAndrew Tridgell2000-01-231-14/+31
* 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