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
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-26
Bump the year to 2014.
Wayne Davison
1
-1
/
+1
2014-01-19
Adding IVAL64() and SIVAL64().
Wayne Davison
1
-3
/
+3
2013-11-25
Create and use write_bigbuf() function for extra-large buffer sizes.
Wayne Davison
1
-0
/
+13
2013-11-10
Avoid useless keepalive msgs that would kill an older rsync.
Wayne Davison
1
-0
/
+8
2013-11-09
Fix timeout checking in safe_read().
Wayne Davison
1
-5
/
+4
2013-11-09
Change safe_read() to select() before reading.
Wayne Davison
1
-21
/
+5
2013-05-28
Look for got_kill_signal in a couple more spots.
Wayne Davison
1
-6
/
+16
2013-05-26
Forward a MSG_ERROR_EXIT value to generator too.
Wayne Davison
1
-1
/
+1
2013-05-26
Avoid I/O via signal-handler thread.
Wayne Davison
1
-0
/
+12
2013-01-19
Update copyright year.
Wayne Davison
1
-1
/
+1
2012-10-03
Fix indentation that used expanded tabs.
Wayne Davison
1
-9
/
+9
2012-09-23
Make read_args() return the full request.
Wayne Davison
1
-5
/
+12
2012-01-28
flist->in_progress is only needed w/inc_recurese.
Wayne Davison
1
-1
/
+2
2011-12-21
Improve the handling of verbose/debug messages
Wayne Davison
1
-9
/
+14
2011-09-12
Make sure other early exit calls can't hang in noop_io_until_death().
Wayne Davison
1
-1
/
+1
2011-09-11
Fix a potential hang on an empty file list.
Wayne Davison
1
-0
/
+3
2011-08-27
Fix bwlimit multiplication overflow. Fixes bug 8375.
Wayne Davison
1
-1
/
+1
2011-07-04
Handle FES_NO_SEND properly on a hard-linked file.
Wayne Davison
1
-2
/
+6
2010-10-12
Add @group auth and overrides to "auth user" daemon config.
Wayne Davison
1
-3
/
+6
2010-02-17
Write out the right compat_flags value into the batch file.
Wayne Davison
1
-1
/
+2
2010-01-02
More --timeout improvements, especially for the receiving side:
Wayne Davison
1
-19
/
+41
2009-12-23
Improve handling of MSG_IO_ERROR message.
Wayne Davison
1
-2
/
+2
2009-12-19
Don't set last_io_out in check_timeout.
Wayne Davison
1
-2
/
+0
2009-12-19
Improve --timeout method to take into account all I/O that is going on.
Wayne Davison
1
-26
/
+43
2009-12-17
Improved some I/O comments.
Wayne Davison
1
-17
/
+19
2009-12-16
Fix the val reading for MSG_ERROR_EXIT. Use 0-length MSG_DATA when
Wayne Davison
1
-27
/
+24
2009-12-15
Improve the timeout messages.
Wayne Davison
1
-5
/
+4
2009-12-13
Fix a compiler warning about a %d mismatch.
Wayne Davison
1
-1
/
+1
2009-12-13
Avoid another checker warning.
Wayne Davison
1
-1
/
+1
2009-12-12
Prevent the reading of another message before the end of the current one.
Wayne Davison
1
-11
/
+38
2009-12-12
Change a variable name in read_a_msg().
Wayne Davison
1
-16
/
+16
2009-12-12
Turn iobuf.in into a circular input buffer.
Wayne Davison
1
-70
/
+67
2009-12-12
Fix a hang that can happen when the sender is sending an extra file-list
Wayne Davison
1
-13
/
+31
2009-12-12
Don't send MSG_ERROR_EXIT messages at the end of the transfer.
Wayne Davison
1
-2
/
+17
2009-11-23
Change the handling of circular buffers to not waste 4 bytes
Wayne Davison
1
-44
/
+78
2009-11-16
Make some RERR_* choices better, and another noop_io_until_death() tweak.
Wayne Davison
1
-10
/
+8
2009-11-15
Don't complain about a socket EOF unless it affects a read.
Wayne Davison
1
-6
/
+35
2009-11-14
Tweak the noop_io_until_death() timeout and comment it.
Wayne Davison
1
-1
/
+6
2009-11-14
Improved a couple comments and added some "else" optimizations.
Wayne Davison
1
-6
/
+7
2009-11-14
No need to check MIN_FILECNT_LOOKAHEAD w/extra_flist_sending_enabled.
Wayne Davison
1
-2
/
+1
2009-11-14
Make the two "wrap-bytes" sections simpler and more similar.
Wayne Davison
1
-8
/
+7
2009-11-14
Prefer send_msg_int() over send_msg() for better debug output.
Wayne Davison
1
-6
/
+9
2009-11-14
Tweaked sizing checks in perform_io().
Wayne Davison
1
-6
/
+8
2009-11-14
Fixed the buffer-has-space check in write_buf().
Wayne Davison
1
-1
/
+2
2009-11-08
More improvements for abnormal exits.
Wayne Davison
1
-9
/
+20
2009-11-07
Give noop_io_until_death() a time limit.
Wayne Davison
1
-1
/
+2
2009-11-07
Added notifications about error-exit values:
Wayne Davison
1
-1
/
+21
2009-11-01
Fix MSG_IO_TIMEOUT when the daemon is the receiver.
Wayne Davison
1
-1
/
+1
2009-10-27
Change the daemon-timeout conveyance into a protocol-31 message.
Wayne Davison
1
-1
/
+12
2009-10-25
Fix %b and %c so that they count per-transfer bytes again.
Wayne Davison
1
-0
/
+6
[next]