index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-09-04
For log messages containing ridiculously long strings that might
Martin Pool
1
-1
/
+25
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-7
/
+7
2001-03-23
"rsync error" is better than "transfer error", especially for -h
Andrew Tridgell
1
-1
/
+1
2001-03-23
improved error handling again. Now we report messages for the remote
Andrew Tridgell
1
-2
/
+7
2001-03-22
new error handling system
Andrew Tridgell
1
-0
/
+4
2001-03-21
I came up with a new way of avoiding the error handling lockup bug in
Andrew Tridgell
1
-2
/
+58
2001-03-19
Oops, fix edit mistake.
Martin Pool
1
-1
/
+2
2001-02-23
Doc.
Martin Pool
1
-2
/
+3
2001-02-21
Better message grammar.
Martin Pool
1
-4
/
+5
2000-11-10
If an error occurs, print an explanatory string rather
Martin Pool
1
-3
/
+57
2000-10-26
Print strerror when a system error occurs; add a new function rsyserr
Martin Pool
1
-4
/
+45
2000-10-25
Make sure the log file is always opened before root privileges (if any)
David Dykstra
1
-10
/
+16
2000-10-24
When running as --daemon in the background and using a "log file" rsyncd.conf
David Dykstra
1
-11
/
+25
2000-01-29
use full buffer length, not strlen
Andrew Tridgell
1
-3
/
+5
2000-01-29
damn!
Andrew Tridgell
1
-5
/
+9
2000-01-29
fixed some logcode warnings
Andrew Tridgell
1
-2
/
+2
2000-01-28
- switched on multiplexing for all connections, not just daemon
Andrew Tridgell
1
-15
/
+15
2000-01-23
added some really ugly code to allow errors to propogate to
Andrew Tridgell
1
-14
/
+31
1999-02-09
Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.
David Dykstra
1
-0
/
+3
1999-01-05
Change the receive log message from "send" to "recv". Fix from
David Dykstra
1
-2
/
+2
1998-11-16
don't interpret %h and %a when using --log-format locally
Andrew Tridgell
1
-2
/
+3
1998-11-15
log filename(line) in exit_cleanup() to make tracking down problems
Andrew Tridgell
1
-3
/
+4
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-7
/
+7
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-7
/
+7
1998-11-03
added the --log-format option to allow users to request arbitrary
Andrew Tridgell
1
-6
/
+22
1998-11-02
the logging wasn't showing the full prefix for filenames
Andrew Tridgell
1
-2
/
+8
1998-11-02
Jason told me that's its very important for his site to log exactly
Andrew Tridgell
1
-5
/
+31
1998-11-02
if no local destination is provided for the transfer then provide
Andrew Tridgell
1
-23
/
+1
1998-10-30
use the orig_umask when choosing perms for the log file.
Andrew Tridgell
1
-1
/
+2
1998-10-30
fixed perms on rsyncd log file
Andrew Tridgell
1
-0
/
+2
1998-10-30
move the time init before the logfile opening.
Andrew Tridgell
1
-6
/
+7
1998-10-30
added %m, %P and %u options to logging
Andrew Tridgell
1
-0
/
+4
1998-10-30
get null termination right in logging
Andrew Tridgell
1
-3
/
+3
1998-10-30
get null termination right in logging
Andrew Tridgell
1
-1
/
+1
1998-10-30
hopefuly fix logging of "transfer interrupted" messages
Andrew Tridgell
1
-5
/
+2
1998-10-30
added "log format" option to allow admins to choose the format for
Andrew Tridgell
1
-8
/
+64
1998-10-29
put the pid on each line of the log file to facilitate
Andrew Tridgell
1
-8
/
+8
1998-10-29
put the pid on each line of the log file to facilitate
Andrew Tridgell
1
-4
/
+20
1998-10-28
syslog support in rsync daemon has been broken since I added the "log
Andrew Tridgell
1
-2
/
+4
1998-10-28
and I thought I wasn't going to do any rsync coding for a while ...
Andrew Tridgell
1
-0
/
+39
1998-09-09
fixed timestring() bug
Andrew Tridgell
1
-1
/
+1
1998-09-09
put the time in when using log file.
Andrew Tridgell
1
-1
/
+24
1998-09-09
added "log file" option for those systems with broken syslog (like
Andrew Tridgell
1
-2
/
+18
1998-07-02
- use explicit flushes instead of setlinebuf. I've had reports of
Andrew Tridgell
1
-1
/
+8
1998-07-02
added --progress option which shows the progress of transfers. This
Andrew Tridgell
1
-0
/
+2
1998-05-18
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1
-1
/
+13
1998-05-15
- changed the log messages to show the requested path
Andrew Tridgell
1
-10
/
+25
1998-05-15
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1
-7
/
+2
1998-05-13
vsprintf returns char* on sunos4
Andrew Tridgell
1
-1
/
+2
1998-05-13
added "syslog facility" option. It is an integer and defaults to the
Andrew Tridgell
1
-1
/
+1
[next]