summaryrefslogtreecommitdiff
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* - Renamed read_line() to be read_line_old().Wayne Davison2007-09-091-25/+64
* Disabled the debug messages relating to the e_fds vars.Wayne Davison2007-09-031-8/+4
* Improved the handling of the file-status events received byWayne Davison2007-09-031-53/+43
* Needed to use ndx_end in decrement_flist_in_progress().Wayne Davison2007-07-121-2/+2
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-3/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Handle EINTR in a couple places where we handle the --file-from I/O.Wayne Davison2007-05-261-6/+8
* Output a -vvv(erbose) message when receiving an incremental file list.Wayne Davison2007-05-231-0/+4
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-28/+87
* Changed the prerelease-protocol support to use an idiom that will notWayne Davison2007-04-231-5/+0
* Batch files need to be written with the new subprotocol valueWayne Davison2007-04-211-0/+5
* Added a message queue for the receiver->generator messages to handle the caseWayne Davison2007-04-201-23/+38
* - Changed the {read,write}_longint() functions into separateWayne Davison2007-04-201-208/+153
* Changed the *_abbbrevint() functions to *_varint().Wayne Davison2007-04-201-2/+2
* Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison2007-03-181-1/+1
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-5/+67
* Improved the incremental sending of file lists in two ways: (1)Wayne Davison2007-02-161-2/+3
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* The ndx arg passed to increment_active_files() is now the unique,Wayne Davison2007-02-031-1/+1
* Mention the year 2007 in the copyright declarations.Wayne Davison2007-01-311-1/+1
* - Renamed done_cnt -> msgdone_cnt.Wayne Davison2007-01-301-8/+7
* - Fixed a potential hang bug in wait_for_receiver() that could occurWayne Davison2007-01-271-3/+10
* Changed the variable "incremental" to "inc_recurse".Wayne Davison2007-01-271-7/+7
* The last MSG_DONE from the receiver to the generator is now followedWayne Davison2007-01-271-1/+5
* - Make sure that we can't write via io_flush() when msg_fd_in isWayne Davison2007-01-201-86/+49
* We need to call msg2sndr_flush() in read_msg_fd() now.Wayne Davison2007-01-201-0/+2
* Make sure defer_forwarding_messages is set when msg_fd_in getsWayne Davison2007-01-201-0/+2
* - My use of readfd_unbuffered() in read_msg_fd() really needed to beWayne Davison2006-12-291-19/+18
* Added write_ndx() and read_ndx(), functions that allow us to transmitWayne Davison2006-12-281-0/+80
* - Handle the new incremental-recursion mode.Wayne Davison2006-12-281-115/+210
* Made the int_byte_cnt[] array 75% smaller.Wayne Davison2006-12-271-18/+6
* Moved the write_stream_flags() call from io.c into main.c so thatWayne Davison2006-12-181-2/+0
* 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