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
*
- Added maybe_flush_socket() for use by the generator.
Wayne Davison
2005-04-05
1
-2
/
+9
*
Make sure that the line buffer in readfd_unbuffered() is large
Wayne Davison
2005-04-04
1
-1
/
+5
*
In writefd_unbuffered(), make sure that we don't look at the r_fds
Wayne Davison
2005-04-04
1
-4
/
+6
*
- Made an overflow in read_vstring() return an error instead of dying.
Wayne Davison
2005-03-09
1
-8
/
+2
*
- Made the sock_{in,out} variables non-static.
Wayne Davison
2005-03-05
1
-20
/
+36
*
Transformed the push/pop functions for the redo-list into more
Wayne Davison
2005-03-04
1
-32
/
+44
*
Added read_vstring() and write_vstring() to io.c instead of
Wayne Davison
2005-03-04
1
-0
/
+39
*
- Got rid of the checking of msg_fd_in in read_timeout() -- it was
Wayne Davison
2005-03-04
1
-15
/
+18
*
Changed remote_filesfrom_file to filesfrom_host.
Wayne Davison
2005-03-01
1
-2
/
+2
*
Don't loop forever when the receiver is waiting around to be killed
Wayne Davison
2005-02-27
1
-1
/
+3
*
One more comment fix.
Wayne Davison
2005-02-26
1
-13
/
+12
*
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
[next]