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