- Define MAX_BASIS_DIRS.
[rsync/rsync.git] / generator.c
2004-11-11 Wayne DavisonObey the max_size setting.
2004-11-03 Wayne DavisonChecking in the g2r-basis-filename patch that ensures...
2004-10-01 Wayne DavisonThe device-handling code is no longer omitted based...
2004-09-20 Wayne DavisonOutput a backup message when verbose > 1 and we did...
2004-09-07 Wayne DavisonWhen --backup is used with --inplace, we make a copy...
2004-09-07 Wayne DavisonA minor optimization to the partial-dir code.
2004-09-07 Wayne DavisonFix the case where a partial-dir file exists but the...
2004-08-05 Wayne DavisonIf dry_run is > 1 then the destination directory was...
2004-08-03 Wayne DavisonDecided that we don't need to limit the block size...
2004-08-03 Wayne DavisonCall map_file() with its new args, including a suggeste...
2004-07-29 Wayne DavisonGot rid of bogus compare_dest scan in skip_file() ...
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-28 Wayne Davison- Explicitly save the stat()'s errno so that we can...
2004-07-26 Wayne DavisonUse the new safe_fname() function.
2004-07-23 Wayne DavisonTweaked a compound line.
2004-07-21 Wayne DavisonIn read_batch mode, we now let the code write out the...
2004-07-20 Wayne Davison- Call map_file() with the new block_size arg (had...
2004-07-17 Wayne DavisonMoved the read_batch abort check below the code that...
2004-07-17 Wayne DavisonChanged a MIN() to a MAX() when setting max_map_size.
2004-07-16 Wayne Davison- Limit the maximum block size we compute for a file.
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-07-14 Wayne DavisonThe "len" to generate_and_send_sums() is supposed to...
2004-07-13 Wayne DavisonGot rid of the disable_deltas_p() function (the whole_f...
2004-07-12 Wayne DavisonIn generate_files(), changed arg "f" to "f_out", as...
2004-06-30 Wayne DavisonSome simple whitespace tweaks.
2004-06-29 Wayne DavisonMade recv_generator static.
2004-06-29 Wayne DavisonOptimized away a call to cmp_modtime() for a compare...
2004-06-23 Wayne DavisonRestoring correct skip_file() return semantics.
2004-06-23 Wayne DavisonThought skip_file() wasn't returning 1 for "skip" and...
2004-06-18 Wayne DavisonFixed some typos in a comment, moved an extern, and...
2004-06-11 Wayne Davison- Moved --keep-dirlinks code over to flist.c.
2004-06-05 Wayne DavisonNew --keep-dirlinks option.
2004-05-18 Wayne DavisonOutput a message when we skip a server-excluded file.
2004-05-18 Wayne DavisonIf the server has excluded a file, we now exclude it...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-13 Wayne DavisonUse the new PERMS_REPORT flag when calling set_perms().
2004-05-05 Wayne DavisonAdded missing extern for read_batch.
2004-05-05 Wayne DavisonDon't force the whole-file option when using read-batch.
2004-04-15 Wayne DavisonMoved some externs.
2004-04-12 Wayne DavisonNo need to cast st.st_rdev to DEV64_T anymore.
2004-03-07 Wayne DavisonUse CHMOD_BITS instead of ~_S_IFMT.
2004-02-27 Wayne DavisonGot rid of some superfluous parens.
2004-02-10 Wayne DavisonGot rid of useless extern.
2004-01-27 Wayne DavisonCast getpid() to a long for output.
2004-01-25 Wayne DavisonUse the new hard_link_check() function to figure out...
2004-01-22 Wayne DavisonUse the new f_name_to() calling syntax.
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-15 Wayne DavisonWe now call get_redo_num() instead of reading f_recv...
2004-01-12 Wayne DavisonChanged the hard-link check.
2004-01-11 Wayne DavisonUse the new union-ified flist_struct values.
2004-01-09 Wayne DavisonA couple minor code improvements.
2004-01-04 Wayne DavisonChanged recv_generator() to take a "struct file_struct...
2004-01-03 Wayne DavisonMore variable-size cleanup.
2004-01-03 Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2004-01-03 J.W. SchultzCreate GID_NONE for use gid test readability.
2004-01-03 Wayne DavisonSilence a compiler warning.
2004-01-02 Wayne DavisonFixed --link-dest's check for identicalness to ignore...
2004-01-02 Wayne DavisonSome name tweaks.
2004-01-02 Wayne DavisonUse f_name_to() when producing a name for the recv_gene...
2003-12-24 Wayne DavisonSimplified an internal function's name to remove a...
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-08-22 Wayne DavisonFixed the multiplying of blength*blength so that it...
2003-08-21 Wayne DavisonGot rid of signed/unsigned-comparison warning if st_rde...
2003-07-04 Wayne DavisonMade rprintf() of size_t value portable.
2003-04-10 J.W. Schultz - Per-file dynamic block size is now sqrt(file...
2003-04-10 J.W. SchultzNow support dynamic per-file checksum2 size.
2003-03-31 J.W. SchultzRemoving vestigial support for protocol versions prior...
2003-03-31 J.W. SchultzLogic error in preserve_perms + link_dest
2003-03-26 J.W. SchultzMake link-dest aware of --perms, --owner and --group.
2003-03-21 Wayne Davison- Simplified the whole-file option handling.
2003-03-21 J.W. SchultzTypo corrections.
2002-08-29 David DykstraAdd --link-dest option from J.W. Schultz.
2002-07-31 Wayne DavisonStefan Nehlsen's fix of a timeout problem on large...
2002-04-09 Martin Poollong int fix from Nelson Beebe
2002-04-08 Martin PoolDoc and indent only.
2002-04-08 Martin PoolWith -vv, show state of --whole-file once at the start...
2002-04-08 Martin PoolDoc.
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-03-25 Martin PoolDisambiguate hard link messages.
2002-03-19 David DykstraNow that whole_file and no_whole_file are separate...
2002-03-19 Martin PoolPrevious solution for --no-whole-file would probably...
2002-03-19 Martin PoolTypo.
2002-03-19 Martin PoolFix --whole-file problem that caused it to be the defau...
2002-02-07 David DykstraRemove the "rsync:" prefixes on FINFO messages. Return...
2002-01-25 Martin PoolNew --ignore-existing option, patch previously distribu...
2002-01-23 Martin PoolRefactor code in send_sums to remove repeated ternaries.
2002-01-23 Martin PoolIndent.
2001-12-14 Martin PoolTypo.
2001-12-14 Martin PoolClearer error messages.
2001-12-14 Martin PoolClearer error messages.
2001-12-03 David DykstraDon't print out the directory name twice in verbose...
2001-09-09 Andrew Tridgellfixed check for timeout in generator
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2000-11-15 Martin PoolAdd comments.
2000-11-10 Martin PoolDoc.
2000-11-09 Martin PoolBetter error messages
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-09-06 Andrew Tridgelladded --modify-window option from David Bolen <db3l...
2000-08-04 David DykstraEnable --compare-dest to work in combination with ...
next