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
2006-11-22
Made get_tmpname() non-static.
Wayne Davison
1
-1
/
+1
2006-11-21
- Use an explicit cast when a value gets stored in a smaller var.
Wayne Davison
1
-2
/
+2
2006-10-13
Silence some IBM checker warnings and made a slight optimization
Wayne Davison
1
-7
/
+11
2006-09-17
The --inplace option now notices when the basis data is not coming
Wayne Davison
1
-2
/
+8
2006-06-30
Decided that I like remove-source-files better than remove-sender-files.
Wayne Davison
1
-3
/
+3
2006-06-30
The remove_sent_files var was renamed to remove_sender_files.
Wayne Davison
1
-3
/
+3
2006-06-01
Got rid of the FNAME logcode enum.
Wayne Davison
1
-2
/
+2
2006-05-29
- Use the renamed stdout_format_has_i variable.
Wayne Davison
1
-9
/
+8
2006-05-18
The cleanup_set() call was not getting called w/o --partial.
Wayne Davison
1
-2
/
+1
2006-05-18
Improved two lseek() error messages.
Wayne Davison
1
-6
/
+8
2006-05-09
Some demon_log_* variables changed into logfile_* variables that are
Wayne Davison
1
-4
/
+2
2006-05-09
If the --partial-dir value is an absolute path and we use a file in
Wayne Davison
1
-3
/
+8
2006-04-25
Updated the FSF's address to an even newer one.
Wayne Davison
1
-3
/
+3
2006-04-25
- Updated the address for the FSF in the opening comment.
Wayne Davison
1
-19
/
+21
2006-02-24
Got rid of unused externs.
Wayne Davison
1
-4
/
+0
2006-02-24
The create_directory_path() function no longer takes a base_umask
Wayne Davison
1
-2
/
+1
2006-02-07
Moved the delay-bit functions into util.c, making them more generic.
Wayne Davison
1
-65
/
+4
2006-01-31
When permissions aren't being preserved, set them via the new
Wayne Davison
1
-5
/
+5
2006-01-30
Call finish_transfer() with a valid partialptr string, when
Wayne Davison
1
-4
/
+7
2006-01-14
Call f_name() with revised args (which also replaces f_name_to()).
Wayne Davison
1
-3
/
+3
2006-01-13
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
1
-16
/
+12
2005-11-10
Only call cleanup_set() if keep_partial is set.
Wayne Davison
1
-1
/
+1
2005-09-15
Added a comment.
Wayne Davison
1
-0
/
+2
2005-08-30
When --append is entering the redo phase, make sure that
Wayne Davison
1
-1
/
+5
2005-07-30
- The combination of --update and --progress now outputs progress
Wayne Davison
1
-1
/
+5
2005-07-28
Support new --append option.
Wayne Davison
1
-0
/
+24
2005-04-14
Support the reception of a file-transfer header without xfer data
Wayne Davison
1
-1
/
+2
2005-04-09
- Use the new do_xfers variable in place of some dry_run checks
Wayne Davison
1
-2
/
+8
2005-03-29
- Fixed a potential crash if the receiver couldn't open the basis file
Wayne Davison
1
-3
/
+5
2005-03-29
- Warn about missing batched updates the generator wants but the
Wayne Davison
1
-9
/
+20
2005-03-24
If --dry-run is enabled with --read-batch, we must discard the
Wayne Davison
1
-0
/
+2
2005-03-15
Added an extra phase to the end of the transfer to handle
Wayne Davison
1
-6
/
+12
2005-03-15
Handle --delay-updates at the end of the first phase.
Wayne Davison
1
-33
/
+39
2005-03-10
- Fixed the reading of the fuzzy xname from the socket.
Wayne Davison
1
-28
/
+13
2005-03-09
Got rid of the name-pipe, so we now read the fnamecmp_type data over
Wayne Davison
1
-26
/
+50
2005-03-05
Don't try to determine the phase we're in by looking at the value
Wayne Davison
1
-3
/
+2
2005-03-05
- Updated to handle the new ITEM_* flags.
Wayne Davison
1
-11
/
+8
2005-03-04
Got rid of some code in the main recv_files() loop by calling the
Wayne Davison
1
-24
/
+7
2005-03-04
Call log_item() instead of log_recv().
Wayne Davison
1
-5
/
+5
2005-03-04
Added read_vstring() and write_vstring() to io.c instead of
Wayne Davison
1
-17
/
+1
2005-02-26
Moved the delete-after support into generator.c.
Wayne Davison
1
-26
/
+0
2005-02-25
Accept the new keep-alive (no-op) packet.
Wayne Davison
1
-0
/
+4
2005-02-20
Changed the memory implementation of --delay-updates so that it
Wayne Davison
1
-16
/
+71
2005-02-20
If --delay-updates is specified with --remove-sent-files, delay
Wayne Davison
1
-1
/
+7
2005-02-20
If --remove-sent-files was specified and we successfully updated a
Wayne Davison
1
-5
/
+10
2005-02-20
Tweaked some externs.
Wayne Davison
1
-7
/
+7
2005-02-19
- Improved the logging of itemized changes for the daemon.
Wayne Davison
1
-12
/
+16
2005-02-19
Log items that are unchanged if verbose > 1.
Wayne Davison
1
-2
/
+2
2005-02-18
- Use read_short() and write_short().
Wayne Davison
1
-3
/
+8
2005-02-16
- The itemized flags are now 2 bytes instead of 1.
Wayne Davison
1
-6
/
+4
[prev]
[next]