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
/
receiver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-01-27
Implement the new --delay-updates option.
Wayne Davison
1
-1
/
+39
2005-01-25
Renamed several exclude-related functions/variables using new
Wayne Davison
1
-3
/
+3
2005-01-24
Moved some of the delete code into flist.c since the generator now
Wayne Davison
1
-57
/
+5
2005-01-23
Go back to requiring -r for deletes to happen.
Wayne Davison
1
-2
/
+2
2005-01-22
Check the "keep_dirs" var instead of "recurse" to decide if
Wayne Davison
1
-2
/
+2
2005-01-21
- Changed XMIT_TOP_DIR to XMIT_DEL_START.
Wayne Davison
1
-1
/
+1
2005-01-20
Decided that delete_in_dir()'s call to delete_file() would be
Wayne Davison
1
-1
/
+1
2005-01-19
Got rid of delete_one() since we can (and do) use the updated
Wayne Davison
1
-25
/
+4
2005-01-17
Tweaked the read_size var (formerly map_size) that gets passed to
Wayne Davison
1
-2
/
+2
2005-01-15
Make sure that the generator sent us a valid index into basis_dir[].
Wayne Davison
1
-1
/
+7
2005-01-10
- Call finish_transfer() with its new arg. This ensures that we only
Wayne Davison
1
-12
/
+12
2005-01-01
- Use an int32 for the each block-size variable.
Wayne Davison
1
-9
/
+11
2004-12-02
Check the return value of flush_write_file() and report an error
Wayne Davison
1
-1
/
+2
2004-11-27
Added support for multiple --*-dest options.
Wayne Davison
1
-4
/
+5
2004-11-03
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
1
-26
/
+33
2004-10-27
Don't ever call make_backup() if we're removing a destination directory
Wayne Davison
1
-4
/
+4
2004-10-18
Fixed an off-by-one error in the handling of --max-delete=N.
Wayne Davison
1
-1
/
+1
2004-09-21
The delete_one() function no longer needs to handle the case where
Wayne Davison
1
-4
/
+0
2004-09-07
If we're making backups with --inplace, use the backup file as the
Wayne Davison
1
-2
/
+7
2004-08-03
Call map_file() with its new args, including a suggested window
Wayne Davison
1
-1
/
+2
2004-08-02
Got rid of unused externs.
Wayne Davison
1
-1
/
+0
2004-07-30
If we reject a name due to a server-exclude, someone is trying to hack
Wayne Davison
1
-7
/
+2
2004-07-29
Added the new --partial-dir option.
Wayne Davison
1
-10
/
+37
2004-07-29
Check the error return of flush_write_file().
Wayne Davison
1
-11
/
+7
2004-07-29
One more inplace code tweak.
Wayne Davison
1
-8
/
+5
2004-07-29
Some minor fixes and improvements for the inplace code.
Wayne Davison
1
-15
/
+20
2004-07-26
Use the new safe_fname() function.
Wayne Davison
1
-15
/
+20
2004-07-22
Should always call finish_transfer() for inplace handling, just like
Wayne Davison
1
-1
/
+1
2004-07-22
Need to output the "failed verification" error before sending the
Wayne Davison
1
-15
/
+17
2004-07-22
Added a warning message when a file fails to verify, letting the user
Wayne Davison
1
-6
/
+16
2004-07-22
No need to check both delete_after and delete_mode since the former
Wayne Davison
1
-2
/
+1
2004-07-21
In read_batch mode, we read ints from the new batch_gen_fd pipe and
Wayne Davison
1
-0
/
+23
2004-07-20
Call map_file() with the new block_size arg (had to delay the
Wayne Davison
1
-28
/
+25
2004-07-19
Added new function discard_receive_data().
Wayne Davison
1
-6
/
+12
2004-07-19
- Don't allow some crafty user to try to force us to update a
Wayne Davison
1
-0
/
+17
2004-07-16
My version of Mark Curtis's --inplace option.
Wayne Davison
1
-39
/
+69
2004-07-14
Committed a space-tweak from Chris Shoemaker.
Wayne Davison
1
-1
/
+1
2004-07-02
Some formatting tweaks.
Wayne Davison
1
-24
/
+21
2004-07-02
Moved the verbose message about renaming the finished file down into
Wayne Davison
1
-3
/
+0
2004-06-30
Some simple whitespace tweaks.
Wayne Davison
1
-1
/
+1
2004-06-29
Tweaked an overly-long line.
Wayne Davison
1
-2
/
+4
2004-06-14
If --partial was specified, make sure that make_backup is turned
Wayne Davison
1
-12
/
+13
2004-06-12
Changed the new code in delete_one() so that some compilers
Wayne Davison
1
-2
/
+4
2004-06-11
Made delete_one() handle a failed rmdir on a symlink when
Wayne Davison
1
-0
/
+3
2004-05-21
Changed sum_init() to take a seed value as an arg instead of always
Wayne Davison
1
-1
/
+2
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-16
/
+17
2004-05-13
If the file did not transfer correctly, only save it if --partial was
Wayne Davison
1
-1
/
+5
2004-04-27
Check the return code from close() and output an error if it
Wayne Davison
1
-1
/
+5
2004-03-23
Moved a few externs and made a couple formatting tweaks.
Wayne Davison
1
-11
/
+12
2004-03-23
Got rid of an ancient (and no longer relevant) comment.
Wayne Davison
1
-4
/
+3
[prev]
[next]