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
2005-09-26
Changed RERR_CRASH to RERR_CRASHED.
Wayne Davison
1
-1
/
+1
2005-09-26
Handle new RERR_CRASH AND RERR_TERMINATED exit codes.
Wayne Davison
1
-0
/
+2
2005-06-09
- Fixed the overzealous outputting of unchanged hard-linked items
Wayne Davison
1
-4
/
+7
2005-04-14
- Changed log_open() into two functions, logfile_open() and
Wayne Davison
1
-37
/
+33
2005-04-12
If we can't open the daemon's log file, fall-back to using
Wayne Davison
1
-19
/
+39
2005-03-31
- Made the handling of adjacent percents (e.g. "%%b") work like it
Wayne Davison
1
-10
/
+12
2005-03-31
In log_formatted(), add the newline to the format string so
Wayne Davison
1
-2
/
+8
2005-03-31
Enabled width-sizing for %L.
Wayne Davison
1
-11
/
+16
2005-03-31
Added log_format_has().
Wayne Davison
1
-1
/
+21
2005-03-30
Make sure that we can't scan past the end of the format string.
Wayne Davison
1
-3
/
+5
2005-03-30
Optimized '%f' a little more.
Wayne Davison
1
-1
/
+4
2005-03-30
Allow %i to have a field width.
Wayne Davison
1
-2
/
+2
2005-03-30
- Allow the infix field width to start with a '-'.
Wayne Davison
1
-7
/
+19
2005-03-30
Allow the escapes in the log-format string to contain a numeric
Wayne Davison
1
-23
/
+31
2005-03-30
Changed %i to output '>' for a local copy.
Wayne Davison
1
-1
/
+2
2005-03-27
Decided that the '<' and '>' output in the %i format were
Wayne Davison
1
-1
/
+1
2005-03-15
Added the error message for RERR_LOG_FAILURE and used it when
Wayne Davison
1
-2
/
+3
2005-03-13
Output a '*' at the start of the %i string when deleting.
Wayne Davison
1
-5
/
+3
2005-03-09
Handle the new way that 'c' and 'h' get output by "%i".
Wayne Davison
1
-2
/
+2
2005-03-09
We need to mention any change to a directory, not just a time change.
Wayne Davison
1
-1
/
+1
2005-03-05
Define the message for RERR_DEL_LIMIT.
Wayne Davison
1
-2
/
+3
2005-03-05
- Make use of the new ITEM_* flags to mention when things were
Wayne Davison
1
-5
/
+8
2005-03-04
Added maybe_log_item() for use by the sender and receiver.
Wayne Davison
1
-0
/
+12
2005-03-04
- Replaced log_send() and log_recv() with log_item().
Wayne Davison
1
-25
/
+21
2005-02-26
The log_delete() function may now be called even when the client is
Wayne Davison
1
-2
/
+5
2005-02-21
Reposition log_open() and log_close().
Wayne Davison
1
-22
/
+23
2005-02-19
The FCLIENT log code aviods putting the message into the daemon's
Wayne Davison
1
-8
/
+10
2005-02-19
- Don't log a delete message to the daemon log in dry-run mode.
Wayne Davison
1
-2
/
+3
2005-02-19
Decide whether to log a delete message via the default format by
Wayne Davison
1
-2
/
+2
2005-02-19
- Tweaked the letters output by "%i", including adding support for
Wayne Davison
1
-5
/
+46
2005-02-18
The '%n' escape needs to append a trailing slash onto a directory name.
Wayne Davison
1
-1
/
+6
2005-02-18
Made log_open() non-static and moved log_close() next to it.
Wayne Davison
1
-9
/
+9
2005-02-17
Use '.' for unchanged attributes in the %i output.
Wayne Davison
1
-8
/
+9
2005-02-16
- Improved log_formatted() to handle long filenames better.
Wayne Davison
1
-38
/
+75
2005-02-15
Fixed a typo.
Wayne Davison
1
-2
/
+3
2005-02-07
Adding more calls to safe_fname().
Wayne Davison
1
-1
/
+1
2005-02-01
Make sure the %f expansion handles the new dir.root properly.
Wayne Davison
1
-2
/
+2
2005-02-01
Refer to the old basedir variable as dir.root.
Wayne Davison
1
-1
/
+1
2005-01-31
Tweaked one or more warning messages.
Wayne Davison
1
-1
/
+1
2005-01-28
Made log_open() static and made it die with an error if the
Wayne Davison
1
-10
/
+14
2004-09-05
Fixed a typo Paul pointed out.
Wayne Davison
1
-1
/
+1
2004-08-12
Call clean_flist() with its new "collapse_dot_dot" arg.
Wayne Davison
1
-1
/
+1
2004-06-07
Improved rwrite() in two ways:
Wayne Davison
1
-43
/
+37
2004-05-15
- Improved rsyserr() to prefix RSYNC_NAME (as the TODO requested),
Wayne Davison
1
-31
/
+21
2004-04-29
Restore old behavior of logging most daemon errors instead of sending
Wayne Davison
1
-1
/
+2
2004-01-20
Use new pathjoin() function.
Wayne Davison
1
-2
/
+2
2004-01-15
- Moved err_list* stuff to io.c and renamed them to msg_list*.
Wayne Davison
1
-77
/
+13
2004-01-13
Relocated some externs.
Wayne Davison
1
-19
/
+8
2003-12-15
Handle new RERR_VANISHED error.
Wayne Davison
1
-2
/
+9
2003-12-15
Neatened up some whitespace issues and made multi-line comments more
Wayne Davison
1
-81
/
+80
[next]