aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Added MSG_CLIENT to the acceptable messages the generator canWayne Davison2006-12-101-1/+3
* #ifdef calls to hard-link functions.Wayne Davison2006-12-061-0/+4
* Use the latest F_*() accessors.Wayne Davison2006-12-051-2/+2
* Added send_msg_int() function.Wayne Davison2006-12-041-0/+7
* - Added checking of SIZEOF_INT64 to the new code in read_longint().Wayne Davison2006-11-241-3/+20
* - Changed {read,write}_shortint() to use unsigned short.Wayne Davison2006-11-241-48/+48
* - Fixed a bug when sending a negative 64-bit number (which may notWayne Davison2006-11-241-28/+152
* Explicitly cast the tag value in read_msg_fd() to an enum.Wayne Davison2006-11-211-1/+1
* Added "const" to appropriate char pointers.Wayne Davison2006-11-191-11/+11
* Added exception-checking to a couple select() calls, as suggestedWayne Davison2006-09-301-8/+21
* Decided that I like remove-source-files better than remove-sender-files.Wayne Davison2006-06-301-4/+4
* The remove_sent_files var was renamed to remove_sender_files.Wayne Davison2006-06-301-4/+4
* Changed read_msg_fd() to always use send_msg()/rwrite() instead ofWayne Davison2006-05-031-28/+13
* A small optimization to the new code in msg2sndr_flush().Wayne Davison2006-05-031-1/+1
* Fixed a bug where deferred MSG_INFO/MSG_ERROR/MSG_LOG messages wereWayne Davison2006-05-031-3/+14
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-18/+12
* - Got rid of the (mostly useless) io_read_phase and io_write_phaseWayne Davison2006-04-211-25/+2
* Output the who_am_i() info in the "unknown message" error.Wayne Davison2006-03-281-1/+2
* An extra safeguard for msg2sndr_flush().Wayne Davison2006-03-161-1/+1
* Made the new msg2sndr handling even better.Wayne Davison2006-03-161-14/+25
* Optimized the reacquisition of the code value from the msg2sndr list.Wayne Davison2006-03-161-1/+1
* Fixed the reacquisition of the code value from the msg2sndr list.Wayne Davison2006-03-161-1/+2
* - Optimized the msg_list_item structure to make the buffer anWayne Davison2006-03-161-46/+56
* In read_sum_head(): if we read a negative checksum count, dieWayne Davison2006-02-271-0/+5
* Got rid of unused externs.Wayne Davison2006-02-241-1/+0
* Don't try to obey bwlimit restriction until bwlimit_writemax is set.Wayne Davison2006-02-201-2/+2
* Improved the while's logic in increment_active_files().Wayne Davison2006-02-151-2/+1
* Added increment_active_files() and decrement_active_files() whichWayne Davison2006-02-151-1/+30
* Don't do so much memory copying in mplex_write().Wayne Davison2006-02-041-5/+7
* When complaining about a socket-read problem, use an FSOCKERRWayne Davison2006-02-011-2/+11
* Changed a few "ret" variables to have better names.Wayne Davison2006-02-011-51/+27
* 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