aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-1/+1
* Improved the fix that ensures that the generator gets notified about anWayne Davison2008-08-311-8/+0
* Some minor improvements to the flushing code to try to make itWayne Davison2008-08-241-40/+48
* Changed flist_for_ndx() to optionally die with an errorWayne Davison2008-08-141-3/+1
* When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison2008-08-021-0/+1
* Added logic to the receiving side to ensure that the --delete-duringWayne Davison2008-08-021-0/+8
* Explicitly cast a -1 that is being assigned to a size_t.Wayne Davison2008-07-211-2/+2
* Got rid of a variable that was set but not used.Wayne Davison2008-07-211-2/+0
* Improved var-checker and tweaked all the issues it found.Wayne Davison2008-07-211-3/+2
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-2/+2
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-1/+1
* Fixed the sending of large files with older rsync versions byWayne Davison2008-06-231-1/+2
* 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