index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
A few more --files-from fixes, and an enhanced testsuite for it.
Wayne Davison
2009-10-24
1
-17
/
+24
*
Fixed some backward-compatibility issues with --files-from.
Wayne Davison
2009-10-24
1
-35
/
+34
*
Fixed a couple iconv loops to properly handle incomplete chars
Wayne Davison
2009-10-24
1
-34
/
+77
*
Move free_xbuf() into ifuncs.h.
Wayne Davison
2009-10-23
1
-7
/
+0
*
Give iconvbufs() an ICB_INIT flag.
Wayne Davison
2009-10-23
1
-5
/
+6
*
Silence some rprintf() size_t warnings.
Wayne Davison
2009-10-19
1
-4
/
+4
*
Fix check for an empty output buffer and limit to flist_eof.
Wayne Davison
2009-10-17
1
-1
/
+2
*
A major overhaul of I/O routines, creating perform_io().
Wayne Davison
2009-10-17
1
-873
/
+1072
*
Avoid calling send_extra_file_list() when we shouldn't.
Wayne Davison
2009-10-13
1
-7
/
+14
*
Avoid stopping multiplexed out over the message fd.
Wayne Davison
2009-10-12
1
-5
/
+5
*
Change the msg pipe to use a real multiplexed IO mode
Wayne Davison
2009-10-02
1
-274
/
+219
[next]