index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
"rsync error" is better than "transfer error", especially for -h
Andrew Tridgell
2001-03-23
1
-1
/
+1
*
improved error handling again. Now we report messages for the remote
Andrew Tridgell
2001-03-23
1
-2
/
+7
*
new error handling system
Andrew Tridgell
2001-03-22
1
-0
/
+4
*
I came up with a new way of avoiding the error handling lockup bug in
Andrew Tridgell
2001-03-21
1
-2
/
+58
*
Oops, fix edit mistake.
Martin Pool
2001-03-19
1
-1
/
+2
*
Doc.
Martin Pool
2001-02-23
1
-2
/
+3
*
Better message grammar.
Martin Pool
2001-02-21
1
-4
/
+5
*
If an error occurs, print an explanatory string rather
Martin Pool
2000-11-10
1
-3
/
+57
*
Print strerror when a system error occurs; add a new function rsyserr
Martin Pool
2000-10-26
1
-4
/
+45
*
Make sure the log file is always opened before root privileges (if any)
David Dykstra
2000-10-25
1
-10
/
+16
*
When running as --daemon in the background and using a "log file" rsyncd.conf
David Dykstra
2000-10-24
1
-11
/
+25
*
use full buffer length, not strlen
Andrew Tridgell
2000-01-29
1
-3
/
+5
*
damn!
Andrew Tridgell
2000-01-29
1
-5
/
+9
*
fixed some logcode warnings
Andrew Tridgell
2000-01-29
1
-2
/
+2
*
- switched on multiplexing for all connections, not just daemon
Andrew Tridgell
2000-01-28
1
-15
/
+15
*
added some really ugly code to allow errors to propogate to
Andrew Tridgell
2000-01-23
1
-14
/
+31
*
Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.
David Dykstra
1999-02-09
1
-0
/
+3
*
Change the receive log message from "send" to "recv". Fix from
David Dykstra
1999-01-05
1
-2
/
+2
*
don't interpret %h and %a when using --log-format locally
Andrew Tridgell
1998-11-16
1
-2
/
+3
*
log filename(line) in exit_cleanup() to make tracking down problems
Andrew Tridgell
1998-11-15
1
-3
/
+4
*
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1998-11-14
1
-7
/
+7
*
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1998-11-03
1
-7
/
+7
*
added the --log-format option to allow users to request arbitrary
Andrew Tridgell
1998-11-03
1
-6
/
+22
*
the logging wasn't showing the full prefix for filenames
Andrew Tridgell
1998-11-02
1
-2
/
+8
*
Jason told me that's its very important for his site to log exactly
Andrew Tridgell
1998-11-02
1
-5
/
+31
*
if no local destination is provided for the transfer then provide
Andrew Tridgell
1998-11-02
1
-23
/
+1
*
use the orig_umask when choosing perms for the log file.
Andrew Tridgell
1998-10-30
1
-1
/
+2
*
fixed perms on rsyncd log file
Andrew Tridgell
1998-10-30
1
-0
/
+2
*
move the time init before the logfile opening.
Andrew Tridgell
1998-10-30
1
-6
/
+7
*
added %m, %P and %u options to logging
Andrew Tridgell
1998-10-30
1
-0
/
+4
*
get null termination right in logging
Andrew Tridgell
1998-10-30
1
-3
/
+3
*
get null termination right in logging
Andrew Tridgell
1998-10-30
1
-1
/
+1
*
hopefuly fix logging of "transfer interrupted" messages
Andrew Tridgell
1998-10-30
1
-5
/
+2
*
added "log format" option to allow admins to choose the format for
Andrew Tridgell
1998-10-30
1
-8
/
+64
*
put the pid on each line of the log file to facilitate
Andrew Tridgell
1998-10-29
1
-8
/
+8
*
put the pid on each line of the log file to facilitate
Andrew Tridgell
1998-10-29
1
-4
/
+20
*
syslog support in rsync daemon has been broken since I added the "log
Andrew Tridgell
1998-10-28
1
-2
/
+4
*
and I thought I wasn't going to do any rsync coding for a while ...
Andrew Tridgell
1998-10-28
1
-0
/
+39
*
fixed timestring() bug
Andrew Tridgell
1998-09-09
1
-1
/
+1
*
put the time in when using log file.
Andrew Tridgell
1998-09-09
1
-1
/
+24
*
added "log file" option for those systems with broken syslog (like
Andrew Tridgell
1998-09-09
1
-2
/
+18
*
- use explicit flushes instead of setlinebuf. I've had reports of
Andrew Tridgell
1998-07-02
1
-1
/
+8
*
added --progress option which shows the progress of transfers. This
Andrew Tridgell
1998-07-02
1
-0
/
+2
*
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1998-05-18
1
-1
/
+13
*
- changed the log messages to show the requested path
Andrew Tridgell
1998-05-15
1
-10
/
+25
*
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1998-05-15
1
-7
/
+2
*
vsprintf returns char* on sunos4
Andrew Tridgell
1998-05-13
1
-1
/
+2
*
added "syslog facility" option. It is an integer and defaults to the
Andrew Tridgell
1998-05-13
1
-1
/
+1
*
only call openlog once
Andrew Tridgell
1998-05-10
1
-8
/
+12
*
use syslog instead of /var/adm/rsyncd.log
Andrew Tridgell
1998-05-10
1
-16
/
+25
[next]