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-07-28
Support new --append option.
Wayne Davison
1
-0
/
+9
2005-05-19
Periodically call maybe_send_keepalive() when timeouts are in effect
Wayne Davison
1
-0
/
+5
2005-04-14
- Got rid of the iflag kluge for 2.6.4pre3.
Wayne Davison
1
-7
/
+3
2005-04-09
- Use the new do_xfers variable in place of some dry_run checks
Wayne Davison
1
-7
/
+10
2005-03-28
Some temporary code for 2.6.4pre3 compatibility (which can be
Wayne Davison
1
-0
/
+4
2005-03-27
Got rid of temporary code that detected and rejected older 2.6.4
Wayne Davison
1
-12
/
+0
2005-03-16
Changed error message for incompatible 2.6.4 pre-release versions.
Wayne Davison
1
-2
/
+2
2005-03-15
- Made read_item_attrs() detect and reject a pre1/pre2 rsync (used
Wayne Davison
1
-11
/
+20
2005-03-15
Tweaked the end-of-phase code.
Wayne Davison
1
-12
/
+11
2005-03-13
- Improved a couple error messages.
Wayne Davison
1
-15
/
+13
2005-03-10
- Changed read_item_attrs() to return the length of the xname string.
Wayne Davison
1
-17
/
+16
2005-03-09
We now handle the reading and writing of extra basis-file info: the
Wayne Davison
1
-18
/
+37
2005-03-09
Backward compatibility fix in read_iflags() (for protocols < 29).
Wayne Davison
1
-1
/
+2
2005-03-06
Backed out the hack that reversed ITEM_REPORT_XATTRS with
Wayne Davison
1
-11
/
+7
2005-03-05
Moved the end_progress() call from match.c to sender.c so that we
Wayne Davison
1
-0
/
+3
2005-03-05
Added a hack that uses the ITEM_REPORT_XATTRS bit (which is the old
Wayne Davison
1
-7
/
+11
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
[next]