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
*
Use new pathjoin() function.
Wayne Davison
2004-01-20
1
-2
/
+2
*
- Moved err_list* stuff to io.c and renamed them to msg_list*.
Wayne Davison
2004-01-15
1
-77
/
+13
*
Relocated some externs.
Wayne Davison
2004-01-13
1
-19
/
+8
*
Handle new RERR_VANISHED error.
Wayne Davison
2003-12-15
1
-2
/
+9
*
Neatened up some whitespace issues and made multi-line comments more
Wayne Davison
2003-12-15
1
-81
/
+80
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-2
/
+2
*
removed log_transfer() It was no more than a conditional
J.W. Schultz
2003-03-25
1
-14
/
+0
*
Back out one of the changes in log.c revision 1.62, and always send errors
David Dykstra
2003-02-11
1
-4
/
+6
*
Add "void" to some function definitions so that all declarations in proto.h
Jos Backus
2002-12-24
1
-2
/
+2
*
When using daemon mode over a remote shell program and not running as root,
David Dykstra
2002-08-30
1
-10
/
+14
*
Change error message "partial transfer" to "some files could not be
Martin Pool
2002-04-08
1
-1
/
+1
*
Split code out into separate files and remove some global variables to
Martin Pool
2002-04-08
1
-0
/
+1
*
rwrite: Doc.
Martin Pool
2002-02-18
1
-1
/
+5
*
Make sure we call setgroups() after setuid(). (Ethan Benson)
Martin Pool
2002-02-09
1
-0
/
+2
*
Make batch mode actually work and add man page documentation. From Jos Backus.
David Dykstra
2002-02-06
1
-10
/
+7
*
log_formatted: Fill the log buffer with nuls to make sure we cannot
Martin Pool
2002-01-24
1
-1
/
+16
*
More size_t fixes.
Martin Pool
2002-01-23
1
-5
/
+9
*
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
Martin Pool
2002-01-23
1
-1
/
+1
*
For log messages containing ridiculously long strings that might
Martin Pool
2001-09-04
1
-1
/
+25
*
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
2001-05-07
1
-7
/
+7
*
"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
[next]