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
/
generator.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-08
- Do directory touch-ups at the end, even in inc-recurse mode.
Wayne Davison
1
-11
/
+3
2007-07-08
- Incremental recursion mode does not process the dirs while scanning a
Wayne Davison
1
-28
/
+39
2007-07-07
Changed "count" to "used" in struct file_list since there can
Wayne Davison
1
-7
/
+7
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-07-02
Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var
Wayne Davison
1
-6
/
+6
2007-05-23
Make sure we don't try to output a NULL pointer in a verbose message.
Wayne Davison
1
-1
/
+2
2007-05-23
- Output a -vvv(erbose) message in the touch_up_dirs() loop.
Wayne Davison
1
-5
/
+10
2007-05-21
Cast some F_OWNER()/F_GROUP() values to make sure that we don't get
Wayne Davison
1
-4
/
+4
2007-05-20
- Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().
Wayne Davison
1
-5
/
+5
2007-04-26
Refer to the right sorted/unsorted file list array in touch_up_dirs().
Wayne Davison
1
-2
/
+2
2007-04-26
The --iconv option has now made it to the trunk.
Wayne Davison
1
-19
/
+27
2007-04-07
The improved --xattrs option is landing on the trunk.
Wayne Davison
1
-16
/
+57
2007-03-18
Protocol 30 now uses MD5 checksums instead of MD4.
Wayne Davison
1
-1
/
+1
2007-03-14
Fixed more potential hang cases for incremental recursion.
Wayne Davison
1
-3
/
+9
2007-03-11
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
1
-115
/
+157
2007-02-17
Make sure that a newly-created destination directory gets the same
Wayne Davison
1
-8
/
+11
2007-02-16
Improved the incremental sending of file lists in two ways: (1)
Wayne Davison
1
-3
/
+5
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2007-02-03
The "ndx" variable now holds the unique, over-the-wire value, not
Wayne Davison
1
-8
/
+8
2007-01-31
Changed the main file-scan loop to not check for redo items when
Wayne Davison
1
-2
/
+2
2007-01-30
Moved the code that checks for finished file-lists, for finished "redo"
Wayne Davison
1
-131
/
+111
2007-01-27
Changed the variable "incremental" to "inc_recurse".
Wayne Davison
1
-11
/
+11
2006-12-29
- Put directory retouching code into a separate function that
Wayne Davison
1
-51
/
+45
2006-12-28
An incremental-recursion transfer can't switch from delete-delay to
Wayne Davison
1
-3
/
+3
2006-12-28
Use write_ndx() and read_ndx().
Wayne Davison
1
-8
/
+8
2006-12-28
Handle the new incremental-recursion mode.
Wayne Davison
1
-151
/
+242
2006-12-25
Can just test ignore_errors w/o lp_ignore_errors(module_id) now.
Wayne Davison
1
-1
/
+1
2006-12-17
Use F_DEPTH() in place of dir.depth.
Wayne Davison
1
-11
/
+11
2006-12-16
Added a basename var to file_struct at the end, making it clearer
Wayne Davison
1
-4
/
+4
2006-12-13
Renamed the F_*HLINK* macros to make their purpose clearer.
Wayne Davison
1
-5
/
+5
2006-12-12
Use new BITS_EQUAL() define.
Wayne Davison
1
-4
/
+3
2006-12-09
A minor format tweak.
Wayne Davison
1
-4
/
+2
2006-12-09
- Use the revamped hard-link functions.
Wayne Davison
1
-47
/
+45
2006-12-08
Get rid of some signed/unsigned-comparison compiler warnings.
Wayne Davison
1
-5
/
+5
2006-12-08
- The --delete-delay code now does its own output buffering. This
Wayne Davison
1
-41
/
+116
2006-12-08
Fixed --delete-delay by making the fprintf() output an unsigned short
Wayne Davison
1
-1
/
+1
2006-12-07
Added missing initialization of new solo_file variable.
Wayne Davison
1
-0
/
+1
2006-12-07
- Set "solo_file" bool and use that for improved clarity.
Wayne Davison
1
-6
/
+10
2006-12-07
Improved the format of the debug output for mknod().
Wayne Davison
1
-5
/
+6
2006-12-06
#ifdef calls to hard-link functions.
Wayne Davison
1
-0
/
+28
2006-12-05
Use the latest F_*() accessors.
Wayne Davison
1
-33
/
+30
2006-12-04
Use new send_msg_int() function.
Wayne Davison
1
-5
/
+2
2006-12-03
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
1
-62
/
+61
2006-11-23
Silenced a compiler warning.
Wayne Davison
1
-1
/
+1
2006-11-22
- Implement new --delete-delay option.
Wayne Davison
1
-13
/
+83
2006-11-21
Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
1
-2
/
+2
2006-11-19
Added "const" to appropriate char pointers.
Wayne Davison
1
-4
/
+5
2006-11-11
Tweaked a couple comments.
Wayne Davison
1
-2
/
+2
2006-11-11
- Restored some of Matt's suggested logic that I left out, as it
Wayne Davison
1
-26
/
+40
[next]