aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Made msg_list_push() static and renamed it to msg_list_flush().Wayne Davison2005-12-081-13/+13
* Tweaked the msg_list code so that the head and tail pointersWayne Davison2005-12-081-17/+20
* Fixed a typo in a comment.Wayne Davison2005-12-081-1/+1
* - Use BIGPATHBUFLEN for the length of several buffers.Wayne Davison2005-07-291-7/+8
* - Added set_io_timeout(), which sets all the timeout-dependentWayne Davison2005-05-191-12/+26
* Improved the use of the "remaining" var in readfd_unbuffered() toWayne Davison2005-05-121-23/+20
* Got rid of some code from writefd_unbuffered() that was only neededWayne Davison2005-05-121-5/+0
* - Added maybe_flush_socket() for use by the generator.Wayne Davison2005-04-051-2/+9
* Make sure that the line buffer in readfd_unbuffered() is largeWayne Davison2005-04-041-1/+5
* In writefd_unbuffered(), make sure that we don't look at the r_fdsWayne Davison2005-04-041-4/+6
* - Made an overflow in read_vstring() return an error instead of dying.Wayne Davison2005-03-091-8/+2
* - Made the sock_{in,out} variables non-static.Wayne Davison2005-03-051-20/+36
* Transformed the push/pop functions for the redo-list into moreWayne Davison2005-03-041-32/+44
* Added read_vstring() and write_vstring() to io.c instead ofWayne Davison2005-03-041-0/+39
* - Got rid of the checking of msg_fd_in in read_timeout() -- it wasWayne Davison2005-03-041-15/+18
* Changed remote_filesfrom_file to filesfrom_host.Wayne Davison2005-03-011-2/+2
* Don't loop forever when the receiver is waiting around to be killedWayne Davison2005-02-271-1/+3
* One more comment fix.Wayne Davison2005-02-261-13/+12
* Fixed comment.Wayne Davison2005-02-261-2/+2
* If kluge_around_eof is < 0, we go into an msleep() loop insteadWayne Davison2005-02-261-8/+12
* Improved the comment for kludge_around_eof.Wayne Davison2005-02-261-2/+4
* Calling maybe_send_keepalive() for protocol_version < 29 isWayne Davison2005-02-261-0/+2
* - Added variable "ignore_timeout" that lets the generator tellWayne Davison2005-02-251-1/+16
* Handle the new MSG_SUCCESS message for both the generator and theWayne Davison2005-02-201-0/+18
* - Allow send_msg() to be called by the delete code in flist.c andWayne Davison2005-02-191-3/+30
* Added read_short() and write_short().Wayne Davison2005-02-181-4/+22
* In read_sum_head: output the who_am_i() info in our error messages.Wayne Davison2005-02-011-5/+6
* Tweaked one or more warning messages.Wayne Davison2005-01-311-1/+1
* Use the new SIZEOF_INT64 define instead of INT64_IS_OFF_T.Wayne Davison2005-01-281-13/+10
* Moved write_sum_head() here from generator.c.Wayne Davison2005-01-191-0/+17
* Moved read_sum_head() here from sender.c (because the generator uses itWayne Davison2005-01-171-0/+25
* For the "unexpected tag" or "multiplexing overflow" messages, weWayne Davison2005-01-141-3/+5
* The code that tries to read an error from the socket in an abnormal-Wayne Davison2004-12-311-1/+1
* Some minor improvements to read_msg_fd() made it safe to use bothWayne Davison2004-11-201-10/+13
* Checking in the g2r-basis-filename patch that ensures that the receiverWayne Davison2004-11-031-1/+12
* - Changed "read so far" to "received so far".Wayne Davison2004-08-021-4/+4
* Added close_multiplexing_in() and renamed io_multiplexing_close()Wayne Davison2004-07-291-4/+9
* If we fail writing to the socket and we're receiving error messagesWayne Davison2004-07-291-0/+7
* Call write_stream_flags() from start_write_batch().Wayne Davison2004-07-241-0/+2
* Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually beWayne Davison2004-07-221-10/+13
* Added batch_gen_fd.Wayne Davison2004-07-211-0/+1
* Made write_sbuf() non-static.Wayne Davison2004-07-201-2/+1
* A very minor optimization was made to read_sbuf(), read_byte(),Wayne Davison2004-07-171-4/+4
* Revamped some of the io variables and calls to make the various I/OWayne Davison2004-07-171-110/+109
* My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison2004-07-151-0/+38
* Fixed a newly-introduced problem in read_timeout() where FD_ZERO(&w_fds)Wayne Davison2004-06-231-4/+2
* Must not call check_timeout() before checking the errno value.Wayne Davison2004-06-191-2/+2
* Renamed read_unbuffered() to readfd_unbuffered() so that it matchesWayne Davison2004-06-091-6/+5
* - Made the maximum-fd computation prior to a select() use the same idiomWayne Davison2004-06-081-40/+38
* Improved a comment in read_msg_fd() and made the byte-reading codeWayne Davison2004-06-081-20/+17