summaryrefslogtreecommitdiff
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* Obey the max_size setting.Wayne Davison2004-11-111-0/+5
* Checking in the g2r-basis-filename patch that ensures that the receiverWayne Davison2004-11-031-42/+52
* The device-handling code is no longer omitted based on HAVE_MKNODWayne Davison2004-10-011-2/+0
* Output a backup message when verbose > 1 and we did a copy priorWayne Davison2004-09-201-0/+2
* When --backup is used with --inplace, we make a copy of the destinationWayne Davison2004-09-071-4/+47
* A minor optimization to the partial-dir code.Wayne Davison2004-09-071-10/+8
* Fix the case where a partial-dir file exists but the destinationWayne Davison2004-09-071-10/+16
* If dry_run is > 1 then the destination directory was missing, so weWayne Davison2004-08-051-2/+8
* Decided that we don't need to limit the block size after all nowWayne Davison2004-08-031-1/+0
* Call map_file() with its new args, including a suggested windowWayne Davison2004-08-031-2/+2
* Got rid of bogus compare_dest scan in skip_file() -- it must checksumWayne Davison2004-07-291-10/+1
* Added the new --partial-dir option.Wayne Davison2004-07-291-1/+12
* - Explicitly save the stat()'s errno so that we can be sure we'reWayne Davison2004-07-281-34/+27
* Use the new safe_fname() function.Wayne Davison2004-07-261-16/+23
* Tweaked a compound line.Wayne Davison2004-07-231-3/+2
* In read_batch mode, we now let the code write out the index valueWayne Davison2004-07-211-6/+3
* - Call map_file() with the new block_size arg (had to delay theWayne Davison2004-07-201-13/+12
* Moved the read_batch abort check below the code that handles theWayne Davison2004-07-171-3/+3
* Changed a MIN() to a MAX() when setting max_map_size.Wayne Davison2004-07-171-1/+1
* - Limit the maximum block size we compute for a file.Wayne Davison2004-07-161-0/+3
* My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison2004-07-151-0/+4
* The "len" to generate_and_send_sums() is supposed to be an OFF_T.Wayne Davison2004-07-141-1/+1
* Got rid of the disable_deltas_p() function (the whole_file valueWayne Davison2004-07-131-22/+2
* In generate_files(), changed arg "f" to "f_out", as Chris ShoemakerWayne Davison2004-07-121-5/+5
* Some simple whitespace tweaks.Wayne Davison2004-06-301-2/+2
* Made recv_generator static.Wayne Davison2004-06-291-3/+4
* Optimized away a call to cmp_modtime() for a compare-dest file.Wayne Davison2004-06-291-1/+2
* Restoring correct skip_file() return semantics.Wayne Davison2004-06-231-9/+9
* Thought skip_file() wasn't returning 1 for "skip" and 0 or "keep"Wayne Davison2004-06-231-15/+12
* Fixed some typos in a comment, moved an extern, and made a fewWayne Davison2004-06-181-9/+14
* - Moved --keep-dirlinks code over to flist.c.Wayne Davison2004-06-111-11/+2
* New --keep-dirlinks option.Wayne Davison2004-06-051-3/+14
* Output a message when we skip a server-excluded file.Wayne Davison2004-05-181-2/+8
* If the server has excluded a file, we now exclude it from beingWayne Davison2004-05-181-0/+7
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-21/+22
* Use the new PERMS_REPORT flag when calling set_perms().Wayne Davison2004-05-131-3/+4
* Added missing extern for read_batch.Wayne Davison2004-05-051-0/+1
* Don't force the whole-file option when using read-batch.Wayne Davison2004-05-051-1/+1
* Moved some externs.Wayne Davison2004-04-151-9/+7
* No need to cast st.st_rdev to DEV64_T anymore.Wayne Davison2004-04-121-1/+1
* Use CHMOD_BITS instead of ~_S_IFMT.Wayne Davison2004-03-071-2/+3
* Got rid of some superfluous parens.Wayne Davison2004-02-271-2/+2
* Got rid of useless extern.Wayne Davison2004-02-101-1/+0
* Cast getpid() to a long for output.Wayne Davison2004-01-271-3/+4
* Use the new hard_link_check() function to figure out which one of theWayne Davison2004-01-251-6/+23
* Use the new f_name_to() calling syntax.Wayne Davison2004-01-221-4/+4
* Use new pathjoin() function.Wayne Davison2004-01-201-3/+3
* We now call get_redo_num() instead of reading f_recv (which was removed).Wayne Davison2004-01-151-2/+2
* Changed the hard-link check.Wayne Davison2004-01-121-1/+1
* Use the new union-ified flist_struct values.Wayne Davison2004-01-111-10/+10