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
/
sender.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-05
- Updated to handle the new ITEM_* flags.
Wayne Davison
1
-11
/
+28
2005-03-04
In read_iflags(), we need to set buf to an empty string.
Wayne Davison
1
-0
/
+2
2005-03-04
Moved some code out of the main loop in send_files() into a new
Wayne Davison
1
-29
/
+35
2005-03-04
Call log_item() instead of log_send().
Wayne Davison
1
-5
/
+5
2005-03-04
Use the new "the_file_list" global instead of our "the_flist" local.
Wayne Davison
1
-7
/
+4
2005-02-25
Accept the new keep-alive (no-op) packet.
Wayne Davison
1
-0
/
+7
2005-02-22
Fixed a problem with the last change.
Wayne Davison
1
-1
/
+1
2005-02-22
We now look for the ITEM_USING_ALT_BASIS flag for an --inplace
Wayne Davison
1
-2
/
+1
2005-02-20
- For every file that we send off to the receiver, mark it with
Wayne Davison
1
-0
/
+31
2005-02-20
Tweaked some externs.
Wayne Davison
1
-4
/
+3
2005-02-19
Changed a couple log_recv() calls back to log_send().
Wayne Davison
1
-2
/
+2
2005-02-19
- Always send the itemized-info bytes on to the receiver. This
Wayne Davison
1
-21
/
+25
2005-02-19
Log items that are unchanged if verbose > 1.
Wayne Davison
1
-5
/
+5
2005-02-18
- Use read_short() and write_short().
Wayne Davison
1
-13
/
+11
2005-02-16
- The itemized flags are now 2 bytes instead of 1.
Wayne Davison
1
-8
/
+11
2005-02-16
- We now accept an itemized-changes flag byte over the socket if we're
Wayne Davison
1
-9
/
+34
2005-02-15
Decided on a better option name --itemize-changes (-i).
Wayne Davison
1
-3
/
+3
2005-02-15
If -w and -v are both on, don't output the "log the transfer"
Wayne Davison
1
-3
/
+5
2005-02-14
Changed one size_t var into an int32.
Wayne Davison
1
-1
/
+1
2005-02-11
Made "i" a size_t in receive_sums().
Wayne Davison
1
-3
/
+3
2005-02-02
If the generator sends us the index of a directory, generate an
Wayne Davison
1
-0
/
+5
2005-02-01
Refer to the old basedir variable as dir.root.
Wayne Davison
1
-2
/
+2
2005-01-24
Moved the code that reads the extra byte for a modern inplace
Wayne Davison
1
-5
/
+6
2005-01-17
For --inplace over protocol-version 29 or greater, read the
Wayne Davison
1
-0
/
+7
2005-01-17
- Moved read_sum_head() to io.c (because the generator uses it too).
Wayne Davison
1
-18
/
+2
2005-01-01
- Use an int32 for the each block-size variable.
Wayne Davison
1
-3
/
+3
2004-09-20
Improved a comment.
Wayne Davison
1
-1
/
+2
2004-09-07
Turn off make_backups during the redo phase, just like the receiver.
Wayne Davison
1
-0
/
+5
2004-08-03
Call map_file() with its new args, including a suggested window
Wayne Davison
1
-1
/
+5
2004-07-26
Use the new safe_fname() function.
Wayne Davison
1
-13
/
+15
2004-07-20
Call map_file() with its new block_size arg.
Wayne Davison
1
-3
/
+2
2004-07-16
My version of Mark Curtis's --inplace option.
Wayne Davison
1
-13
/
+15
2004-07-15
My modified version of Chris Shoemaker's improved batch-file handling.
Wayne Davison
1
-107
/
+42
2004-06-18
Tweaked some comments.
Wayne Davison
1
-5
/
+5
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-6
/
+7
2004-05-11
In send_files(), changed the name of the map_struct variable from
Wayne Davison
1
-11
/
+8
2004-02-17
Don't create a pathname that has two leading slashes (which we used
Wayne Davison
1
-3
/
+4
2004-02-03
Corrected sizeof usage:
J.W. Schultz
1
-1
/
+1
2004-01-22
Use the new f_name_to() calling syntax.
Wayne Davison
1
-9
/
+4
2004-01-20
Use new stringjoin() function.
Wayne Davison
1
-4
/
+3
2004-01-15
If we're a daemon talking with a pre-28 protocol, use FERROR for a
Wayne Davison
1
-3
/
+6
2004-01-13
Set stats.current_file_index.
Wayne Davison
1
-2
/
+1
2004-01-10
Changed the call to write_batch_csum_info() to the latest syntax.
Wayne Davison
1
-1
/
+1
2004-01-03
Made the types used in the sum_buf and sum_struct structures consistent
Wayne Davison
1
-4
/
+4
2004-01-02
Use the new f_name_to() call instead of strlcat() an f_name().
Wayne Davison
1
-3
/
+3
2004-01-02
Got rid of /* dw */ comments.
Wayne Davison
1
-11
/
+11
2003-12-19
Quiet a compiler warning.
Wayne Davison
1
-2
/
+2
2003-12-15
New "io_error" variable handling for RERR_VANISHED support.
Wayne Davison
1
-10
/
+14
2003-12-06
Sanity check s2length on recept.
J.W. Schultz
1
-2
/
+8
2003-12-06
Merged in the security fixes from 2.5.7.
Wayne Davison
1
-2
/
+2
[prev]
[next]