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
*
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
*
configuration parsing and loading code for rsyncd. This is based
Andrew Tridgell
1998-05-09
1
-0
/
+96