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
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Changed "count" to "used" in struct file_list since there can
Wayne Davison
1
-3
/
+3
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-05-26
Handle EINTR in a couple places where we handle the --file-from I/O.
Wayne Davison
1
-6
/
+8
2007-05-23
Output a -vvv(erbose) message when receiving an incremental file list.
Wayne Davison
1
-0
/
+4
2007-04-26
The --iconv option has now made it to the trunk.
Wayne Davison
1
-28
/
+87
2007-04-23
Changed the prerelease-protocol support to use an idiom that will not
Wayne Davison
1
-5
/
+0
2007-04-21
Batch files need to be written with the new subprotocol value
Wayne Davison
1
-0
/
+5
2007-04-20
Added a message queue for the receiver->generator messages to handle the case
Wayne Davison
1
-23
/
+38
2007-04-20
- Changed the {read,write}_longint() functions into separate
Wayne Davison
1
-208
/
+153
2007-04-20
Changed the *_abbbrevint() functions to *_varint().
Wayne Davison
1
-2
/
+2
2007-03-18
Protocol 30 now uses MD5 checksums instead of MD4.
Wayne Davison
1
-1
/
+1
2007-03-11
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
1
-5
/
+67
2007-02-16
Improved the incremental sending of file lists in two ways: (1)
Wayne Davison
1
-2
/
+3
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2007-02-03
The ndx arg passed to increment_active_files() is now the unique,
Wayne Davison
1
-1
/
+1
2007-01-31
Mention the year 2007 in the copyright declarations.
Wayne Davison
1
-1
/
+1
2007-01-30
- Renamed done_cnt -> msgdone_cnt.
Wayne Davison
1
-8
/
+7
2007-01-27
- Fixed a potential hang bug in wait_for_receiver() that could occur
Wayne Davison
1
-3
/
+10
2007-01-27
Changed the variable "incremental" to "inc_recurse".
Wayne Davison
1
-7
/
+7
2007-01-27
The last MSG_DONE from the receiver to the generator is now followed
Wayne Davison
1
-1
/
+5
2007-01-20
- Make sure that we can't write via io_flush() when msg_fd_in is
Wayne Davison
1
-86
/
+49
2007-01-20
We need to call msg2sndr_flush() in read_msg_fd() now.
Wayne Davison
1
-0
/
+2
2007-01-20
Make sure defer_forwarding_messages is set when msg_fd_in gets
Wayne Davison
1
-0
/
+2
2006-12-29
- My use of readfd_unbuffered() in read_msg_fd() really needed to be
Wayne Davison
1
-19
/
+18
2006-12-28
Added write_ndx() and read_ndx(), functions that allow us to transmit
Wayne Davison
1
-0
/
+80
2006-12-28
- Handle the new incremental-recursion mode.
Wayne Davison
1
-115
/
+210
2006-12-27
Made the int_byte_cnt[] array 75% smaller.
Wayne Davison
1
-18
/
+6
2006-12-18
Moved the write_stream_flags() call from io.c into main.c so that
Wayne Davison
1
-2
/
+0
2006-12-10
Added MSG_CLIENT to the acceptable messages the generator can
Wayne Davison
1
-1
/
+3
2006-12-06
#ifdef calls to hard-link functions.
Wayne Davison
1
-0
/
+4
2006-12-05
Use the latest F_*() accessors.
Wayne Davison
1
-2
/
+2
2006-12-04
Added send_msg_int() function.
Wayne Davison
1
-0
/
+7
2006-11-24
- Added checking of SIZEOF_INT64 to the new code in read_longint().
Wayne Davison
1
-3
/
+20
2006-11-24
- Changed {read,write}_shortint() to use unsigned short.
Wayne Davison
1
-48
/
+48
2006-11-24
- Fixed a bug when sending a negative 64-bit number (which may not
Wayne Davison
1
-28
/
+152
2006-11-21
Explicitly cast the tag value in read_msg_fd() to an enum.
Wayne Davison
1
-1
/
+1
2006-11-19
Added "const" to appropriate char pointers.
Wayne Davison
1
-11
/
+11
2006-09-30
Added exception-checking to a couple select() calls, as suggested
Wayne Davison
1
-8
/
+21
2006-06-30
Decided that I like remove-source-files better than remove-sender-files.
Wayne Davison
1
-4
/
+4
2006-06-30
The remove_sent_files var was renamed to remove_sender_files.
Wayne Davison
1
-4
/
+4
2006-05-03
Changed read_msg_fd() to always use send_msg()/rwrite() instead of
Wayne Davison
1
-28
/
+13
2006-05-03
A small optimization to the new code in msg2sndr_flush().
Wayne Davison
1
-1
/
+1
2006-05-03
Fixed a bug where deferred MSG_INFO/MSG_ERROR/MSG_LOG messages were
Wayne Davison
1
-3
/
+14
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
-18
/
+12
2006-04-21
- Got rid of the (mostly useless) io_read_phase and io_write_phase
Wayne Davison
1
-25
/
+2
2006-03-28
Output the who_am_i() info in the "unknown message" error.
Wayne Davison
1
-1
/
+2
2006-03-16
An extra safeguard for msg2sndr_flush().
Wayne Davison
1
-1
/
+1
2006-03-16
Made the new msg2sndr handling even better.
Wayne Davison
1
-14
/
+25
[next]