index
:
android_external_rsync
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
gb-release-7.2
gingerbread
gingerbread-release
ics
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
master
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed comment.
Wayne Davison
2005-02-26
1
-2
/
+2
*
If kluge_around_eof is < 0, we go into an msleep() loop instead
Wayne Davison
2005-02-26
1
-8
/
+12
*
Improved the comment for kludge_around_eof.
Wayne Davison
2005-02-26
1
-2
/
+4
*
Calling maybe_send_keepalive() for protocol_version < 29 is
Wayne Davison
2005-02-26
1
-0
/
+2
*
- Added variable "ignore_timeout" that lets the generator tell
Wayne Davison
2005-02-25
1
-1
/
+16
*
Handle the new MSG_SUCCESS message for both the generator and the
Wayne Davison
2005-02-20
1
-0
/
+18
*
- Allow send_msg() to be called by the delete code in flist.c and
Wayne Davison
2005-02-19
1
-3
/
+30
*
Added read_short() and write_short().
Wayne Davison
2005-02-18
1
-4
/
+22
*
In read_sum_head: output the who_am_i() info in our error messages.
Wayne Davison
2005-02-01
1
-5
/
+6
*
Tweaked one or more warning messages.
Wayne Davison
2005-01-31
1
-1
/
+1
*
Use the new SIZEOF_INT64 define instead of INT64_IS_OFF_T.
Wayne Davison
2005-01-28
1
-13
/
+10
*
Moved write_sum_head() here from generator.c.
Wayne Davison
2005-01-19
1
-0
/
+17
*
Moved read_sum_head() here from sender.c (because the generator uses it
Wayne Davison
2005-01-17
1
-0
/
+25
*
For the "unexpected tag" or "multiplexing overflow" messages, we
Wayne Davison
2005-01-14
1
-3
/
+5
*
The code that tries to read an error from the socket in an abnormal-
Wayne Davison
2004-12-31
1
-1
/
+1
*
Some minor improvements to read_msg_fd() made it safe to use both
Wayne Davison
2004-11-20
1
-10
/
+13
*
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
2004-11-03
1
-1
/
+12
*
- Changed "read so far" to "received so far".
Wayne Davison
2004-08-02
1
-4
/
+4
*
Added close_multiplexing_in() and renamed io_multiplexing_close()
Wayne Davison
2004-07-29
1
-4
/
+9
*
If we fail writing to the socket and we're receiving error messages
Wayne Davison
2004-07-29
1
-0
/
+7
*
Call write_stream_flags() from start_write_batch().
Wayne Davison
2004-07-24
1
-0
/
+2
*
Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually be
Wayne Davison
2004-07-22
1
-10
/
+13
*
Added batch_gen_fd.
Wayne Davison
2004-07-21
1
-0
/
+1
*
Made write_sbuf() non-static.
Wayne Davison
2004-07-20
1
-2
/
+1
*
A very minor optimization was made to read_sbuf(), read_byte(),
Wayne Davison
2004-07-17
1
-4
/
+4
*
Revamped some of the io variables and calls to make the various I/O
Wayne Davison
2004-07-17
1
-110
/
+109
*
My modified version of Chris Shoemaker's improved batch-file handling.
Wayne Davison
2004-07-15
1
-0
/
+38
*
Fixed a newly-introduced problem in read_timeout() where FD_ZERO(&w_fds)
Wayne Davison
2004-06-23
1
-4
/
+2
*
Must not call check_timeout() before checking the errno value.
Wayne Davison
2004-06-19
1
-2
/
+2
*
Renamed read_unbuffered() to readfd_unbuffered() so that it matches
Wayne Davison
2004-06-09
1
-6
/
+5
*
- Made the maximum-fd computation prior to a select() use the same idiom
Wayne Davison
2004-06-08
1
-40
/
+38
*
Improved a comment in read_msg_fd() and made the byte-reading code
Wayne Davison
2004-06-08
1
-20
/
+17
*
Increase the size of the message-receving buffer for error
Wayne Davison
2004-06-07
1
-2
/
+2
*
- Got rid of some useless calls to msg_list_push().
Wayne Davison
2004-06-06
1
-12
/
+16
*
Make sure our select calls don't sleep for over one minute at a time,
Wayne Davison
2004-06-06
1
-9
/
+7
*
Don't use single-line "if (condition) statement;" idiom.
Wayne Davison
2004-06-06
1
-16
/
+21
*
Improvements to make --bwlimit work better.
Wayne Davison
2004-05-27
1
-6
/
+38
*
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
2004-05-15
1
-25
/
+22
*
Improved the function comments for read_line() and slightly tweaked
Wayne Davison
2004-05-08
1
-18
/
+13
*
Output an error before we die if we get a wacko message from the receiver.
Wayne Davison
2004-01-16
1
-2
/
+7
*
- Moved the err_list* stuff here from log.c and renamed them msg_list*.
Wayne Davison
2004-01-15
1
-86
/
+230
*
Some minor changes to some if statements.
Wayne Davison
2004-01-02
1
-18
/
+17
*
Applying my updated version of Craig Barratt's buffered I/O patch.
Wayne Davison
2004-01-02
1
-10
/
+38
*
Undid previous change.
Wayne Davison
2003-12-26
1
-2
/
+2
*
A change that wasn't needed.
Wayne Davison
2003-12-26
1
-2
/
+2
*
Getting rid of an extra newline that accidentally crept into the code.
Wayne Davison
2003-12-24
1
-1
/
+0
*
Simplified the setting of the reading_remotely variable in function
Wayne Davison
2003-12-15
1
-2
/
+1
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-1
/
+1
*
Some superficial tweaks I made while reading through the io.c code.
Wayne Davison
2003-07-26
1
-31
/
+30
*
Made rprintf() of size_t value portable.
Wayne Davison
2003-07-04
1
-2
/
+2
[prev]
[next]