aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Improved --dirs/--no-dirs/--list-only option handling:Wayne Davison2008-03-241-2/+1
* A couple improvements to the new arg-globbing code:Wayne Davison2008-03-211-0/+2
* Fixed the use of --protect-args (-s) with a daemon.Wayne Davison2008-03-151-6/+5
* Generate a helpful message when we get an option-error from a daemonWayne Davison2008-03-151-0/+43
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-3/+7
* Fix two iconv problems that Lennart Lövstrand pointed out in bug 5075.Wayne Davison2007-11-221-27/+24
* In mplex_write(), make extra sure something unexpected doesn't getWayne Davison2007-11-031-11/+10
* We can't decrement the in_progress value for a hard-linked file untilWayne Davison2007-10-181-2/+3
* Write out the inc_recurse flag into a protocol-30 batch file.Wayne Davison2007-10-161-0/+2
* Forward MSG_IO_ERROR to the generator so that it can disable deletions.Wayne Davison2007-10-131-0/+7
* Got rid of some unneeded externs.Wayne Davison2007-09-231-1/+1
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Added missing "#ifdef ICONV_OPTION" conditionals.Wayne Davison2007-09-181-2/+15
* - Make use of new iconvbufs() function.Wayne Davison2007-09-181-73/+104
* - Parse hard-link info as soon as we get it in inc_recurse mode.Wayne Davison2007-09-151-0/+4
* The server should not wait around for an extra end-of-run message.Wayne Davison2007-09-151-1/+1
* - 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