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
2005-12-08
Made msg_list_push() static and renamed it to msg_list_flush().
Wayne Davison
1
-13
/
+13
2005-12-08
Tweaked the msg_list code so that the head and tail pointers
Wayne Davison
1
-17
/
+20
2005-12-08
Fixed a typo in a comment.
Wayne Davison
1
-1
/
+1
2005-07-29
- Use BIGPATHBUFLEN for the length of several buffers.
Wayne Davison
1
-7
/
+8
2005-05-19
- Added set_io_timeout(), which sets all the timeout-dependent
Wayne Davison
1
-12
/
+26
2005-05-12
Improved the use of the "remaining" var in readfd_unbuffered() to
Wayne Davison
1
-23
/
+20
2005-05-12
Got rid of some code from writefd_unbuffered() that was only needed
Wayne Davison
1
-5
/
+0
2005-04-05
- Added maybe_flush_socket() for use by the generator.
Wayne Davison
1
-2
/
+9
2005-04-04
Make sure that the line buffer in readfd_unbuffered() is large
Wayne Davison
1
-1
/
+5
2005-04-04
In writefd_unbuffered(), make sure that we don't look at the r_fds
Wayne Davison
1
-4
/
+6
2005-03-09
- Made an overflow in read_vstring() return an error instead of dying.
Wayne Davison
1
-8
/
+2
2005-03-05
- Made the sock_{in,out} variables non-static.
Wayne Davison
1
-20
/
+36
2005-03-04
Transformed the push/pop functions for the redo-list into more
Wayne Davison
1
-32
/
+44
2005-03-04
Added read_vstring() and write_vstring() to io.c instead of
Wayne Davison
1
-0
/
+39
2005-03-04
- Got rid of the checking of msg_fd_in in read_timeout() -- it was
Wayne Davison
1
-15
/
+18
2005-03-01
Changed remote_filesfrom_file to filesfrom_host.
Wayne Davison
1
-2
/
+2
2005-02-27
Don't loop forever when the receiver is waiting around to be killed
Wayne Davison
1
-1
/
+3
2005-02-26
One more comment fix.
Wayne Davison
1
-13
/
+12
2005-02-26
Fixed comment.
Wayne Davison
1
-2
/
+2
2005-02-26
If kluge_around_eof is < 0, we go into an msleep() loop instead
Wayne Davison
1
-8
/
+12
2005-02-26
Improved the comment for kludge_around_eof.
Wayne Davison
1
-2
/
+4
2005-02-26
Calling maybe_send_keepalive() for protocol_version < 29 is
Wayne Davison
1
-0
/
+2
2005-02-25
- Added variable "ignore_timeout" that lets the generator tell
Wayne Davison
1
-1
/
+16
2005-02-20
Handle the new MSG_SUCCESS message for both the generator and the
Wayne Davison
1
-0
/
+18
2005-02-19
- Allow send_msg() to be called by the delete code in flist.c and
Wayne Davison
1
-3
/
+30
2005-02-18
Added read_short() and write_short().
Wayne Davison
1
-4
/
+22
2005-02-01
In read_sum_head: output the who_am_i() info in our error messages.
Wayne Davison
1
-5
/
+6
2005-01-31
Tweaked one or more warning messages.
Wayne Davison
1
-1
/
+1
2005-01-28
Use the new SIZEOF_INT64 define instead of INT64_IS_OFF_T.
Wayne Davison
1
-13
/
+10
2005-01-19
Moved write_sum_head() here from generator.c.
Wayne Davison
1
-0
/
+17
2005-01-17
Moved read_sum_head() here from sender.c (because the generator uses it
Wayne Davison
1
-0
/
+25
2005-01-14
For the "unexpected tag" or "multiplexing overflow" messages, we
Wayne Davison
1
-3
/
+5
2004-12-31
The code that tries to read an error from the socket in an abnormal-
Wayne Davison
1
-1
/
+1
2004-11-20
Some minor improvements to read_msg_fd() made it safe to use both
Wayne Davison
1
-10
/
+13
2004-11-03
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
1
-1
/
+12
2004-08-02
- Changed "read so far" to "received so far".
Wayne Davison
1
-4
/
+4
2004-07-29
Added close_multiplexing_in() and renamed io_multiplexing_close()
Wayne Davison
1
-4
/
+9
2004-07-29
If we fail writing to the socket and we're receiving error messages
Wayne Davison
1
-0
/
+7
2004-07-24
Call write_stream_flags() from start_write_batch().
Wayne Davison
1
-0
/
+2
2004-07-22
Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually be
Wayne Davison
1
-10
/
+13
2004-07-21
Added batch_gen_fd.
Wayne Davison
1
-0
/
+1
2004-07-20
Made write_sbuf() non-static.
Wayne Davison
1
-2
/
+1
2004-07-17
A very minor optimization was made to read_sbuf(), read_byte(),
Wayne Davison
1
-4
/
+4
2004-07-17
Revamped some of the io variables and calls to make the various I/O
Wayne Davison
1
-110
/
+109
2004-07-15
My modified version of Chris Shoemaker's improved batch-file handling.
Wayne Davison
1
-0
/
+38
2004-06-23
Fixed a newly-introduced problem in read_timeout() where FD_ZERO(&w_fds)
Wayne Davison
1
-4
/
+2
2004-06-19
Must not call check_timeout() before checking the errno value.
Wayne Davison
1
-2
/
+2
2004-06-09
Renamed read_unbuffered() to readfd_unbuffered() so that it matches
Wayne Davison
1
-6
/
+5
2004-06-08
- Made the maximum-fd computation prior to a select() use the same idiom
Wayne Davison
1
-40
/
+38
2004-06-08
Improved a comment in read_msg_fd() and made the byte-reading code
Wayne Davison
1
-20
/
+17
[next]