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
2004-04-12
No need to cast st.st_rdev to DEV64_T anymore.
Wayne Davison
1
-1
/
+1
2004-03-07
Use CHMOD_BITS instead of ~_S_IFMT.
Wayne Davison
1
-2
/
+3
2004-02-27
Got rid of some superfluous parens.
Wayne Davison
1
-2
/
+2
2004-02-10
Got rid of useless extern.
Wayne Davison
1
-1
/
+0
2004-01-27
Cast getpid() to a long for output.
Wayne Davison
1
-3
/
+4
2004-01-25
Use the new hard_link_check() function to figure out which one of the
Wayne Davison
1
-6
/
+23
2004-01-22
Use the new f_name_to() calling syntax.
Wayne Davison
1
-4
/
+4
2004-01-20
Use new pathjoin() function.
Wayne Davison
1
-3
/
+3
2004-01-15
We now call get_redo_num() instead of reading f_recv (which was removed).
Wayne Davison
1
-2
/
+2
2004-01-12
Changed the hard-link check.
Wayne Davison
1
-1
/
+1
2004-01-11
Use the new union-ified flist_struct values.
Wayne Davison
1
-10
/
+10
2004-01-09
A couple minor code improvements.
Wayne Davison
1
-7
/
+3
2004-01-04
Changed recv_generator() to take a "struct file_struct *" instead of
Wayne Davison
1
-15
/
+17
2004-01-03
More variable-size cleanup.
Wayne Davison
1
-7
/
+7
2004-01-03
Made the types used in the sum_buf and sum_struct structures consistent
Wayne Davison
1
-7
/
+7
2004-01-03
Create GID_NONE for use gid test readability.
J.W. Schultz
1
-3
/
+3
2004-01-03
Silence a compiler warning.
Wayne Davison
1
-1
/
+1
2004-01-02
Fixed --link-dest's check for identicalness to ignore the uid if
Wayne Davison
1
-8
/
+7
2004-01-02
Some name tweaks.
Wayne Davison
1
-11
/
+10
2004-01-02
Use f_name_to() when producing a name for the recv_generator() call.
Wayne Davison
1
-11
/
+15
2003-12-24
Simplified an internal function's name to remove a potentially
Wayne Davison
1
-2
/
+2
2003-09-11
Improved file-related error messages by using the new
Wayne Davison
1
-16
/
+17
2003-09-09
Changed "remote_version" to "protocol_version".
Wayne Davison
1
-4
/
+4
2003-08-22
Fixed the multiplying of blength*blength so that it can't overflow
Wayne Davison
1
-1
/
+1
2003-08-21
Got rid of signed/unsigned-comparison warning if st_rdev is signed.
Wayne Davison
1
-1
/
+1
2003-07-04
Made rprintf() of size_t value portable.
Wayne Davison
1
-2
/
+2
2003-04-10
- Per-file dynamic block size is now sqrt(file length).
J.W. Schultz
1
-34
/
+85
2003-04-10
Now support dynamic per-file checksum2 size.
J.W. Schultz
1
-15
/
+22
2003-03-31
Removing vestigial support for protocol versions prior to 15.
J.W. Schultz
1
-13
/
+10
2003-03-31
Logic error in preserve_perms + link_dest
J.W. Schultz
1
-2
/
+2
2003-03-26
Make link-dest aware of --perms, --owner and --group.
J.W. Schultz
1
-4
/
+11
2003-03-21
- Simplified the whole-file option handling.
Wayne Davison
1
-50
/
+41
2003-03-21
Typo corrections.
J.W. Schultz
1
-1
/
+1
2002-08-29
Add --link-dest option from J.W. Schultz.
David Dykstra
1
-0
/
+22
2002-07-31
Stefan Nehlsen's fix of a timeout problem on large files.
Wayne Davison
1
-82
/
+43
2002-04-09
long int fix from Nelson Beebe
Martin Pool
1
-3
/
+5
2002-04-08
Doc and indent only.
Martin Pool
1
-23
/
+30
2002-04-08
With -vv, show state of --whole-file once at the start of the transfer.
Martin Pool
1
-0
/
+7
2002-04-08
Doc.
Martin Pool
1
-6
/
+6
2002-04-08
Split code out into separate files and remove some global variables to
Martin Pool
1
-1
/
+2
2002-03-25
Disambiguate hard link messages.
Martin Pool
1
-1
/
+1
2002-03-19
Now that whole_file and no_whole_file are separate variables, have the
David Dykstra
1
-3
/
+1
2002-03-19
Previous solution for --no-whole-file would probably break when
Martin Pool
1
-4
/
+34
2002-03-19
Typo.
Martin Pool
1
-1
/
+1
2002-03-19
Fix --whole-file problem that caused it to be the default even for
Martin Pool
1
-0
/
+2
2002-02-07
Remove the "rsync:" prefixes on FINFO messages. Return the "building file
David Dykstra
1
-9
/
+5
2002-01-25
New --ignore-existing option, patch previously distributed with
Martin Pool
1
-0
/
+7
2002-01-23
Refactor code in send_sums to remove repeated ternaries.
Martin Pool
1
-14
/
+22
2002-01-23
Indent.
Martin Pool
1
-10
/
+10
2001-12-14
Typo.
Martin Pool
1
-2
/
+3
[next]