- Made glob_expand_one() public.
[rsync/rsync.git] / batch.c
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-18 Wayne DavisonGot rid of the "tweaked" versions of the uid and gid...
2006-12-05 Wayne DavisonChanged flist_extra_ndx into flist_extra_cnt.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-01-24 Wayne DavisonGot rid of some debug code.
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-10-26 Wayne DavisonHandle new def_compress_level setting.
2005-04-09 Wayne DavisonAlso change --only-write-batch to --read-batch (in...
2005-03-27 Wayne Davison- Fixed a bug in the saving of the --dirs option's...
2005-03-14 Wayne DavisonGot rid of "fudged_recurse".
2005-03-01 Wayne DavisonChanges needed to use check_for_hostspec() in place...
2005-02-16 Wayne DavisonNo need to handle itemize_changes anymore.
2005-02-16 Wayne DavisonEnsure that -i is set consistent with the batch's data.
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-02-04 Wayne DavisonCall get_rule_prefix() with its new arg.
2005-02-02 Wayne Davison- Fixed a problem with the setting of the --recurse...
2005-02-01 Wayne DavisonRefer to the old basedir variable as dir.root.
2005-01-25 Wayne Davison- Use the "--filter=._-" option instead of --exclude...
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2004-08-02 Wayne DavisonGot rid of unused externs.
2004-07-24 Wayne DavisonMade the new option-twiddling message only output when...
2004-07-24 Wayne DavisonAdded write_stream_flags() to write the state of certai...
2004-07-20 Wayne DavisonWe now append the exclude list as a "here" document...
2004-07-19 Wayne DavisonDo a better job of writing out the BATCH.sh file (i...
2004-07-19 Wayne DavisonFixed the argv munging to work properly regardless...
2004-07-15 Wayne DavisonWe no longer refer to a batch "prefix".
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-07-14 Wayne DavisonImproved the write_batch_argvs_file() routine so that...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-03-06 Wayne DavisonOther files use S_IWUSR instead of S_IWRITE, so use...
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-06 J.W. SchultzStart flist with a more reasonable size, grow it linearly
2004-02-06 J.W. SchultzCorrect sizeof usage and other whitespace.
2004-01-27 Wayne DavisonUse the new names for the transmit-flag defines.
2004-01-20 Wayne DavisonUse new stringjoin() function.
2004-01-19 Wayne DavisonActually, let's avoid snprintf() where possible.
2004-01-18 Wayne DavisonUse snprintf() instead of strlcpy()+strlcat().
2004-01-11 Wayne DavisonMore cleanup, fixing an error in the fatal-message...
2004-01-10 Wayne DavisonA slightly better reset mechanism for send_file_entry...
2004-01-10 Wayne DavisonUse the new LIVE_FLAGS define to fix a potential flag...
2004-01-10 Wayne DavisonMassive rewrite to replace the file-list read/write...
2004-01-10 Wayne DavisonSupport the recent changes in the flist_struct.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2002-12-24 Jos BackusAdd "void" to some function definitions so that all...
2002-04-03 Martin PoolFix completely braindead previous patch. Thanks Jos.
2002-04-03 Martin PoolChange code that writes s_count to a batch file to...
2002-03-25 Martin PoolFix from Jos for batch mode on Solaris.
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-01-24 Martin Poolsize_t fix.
2002-01-24 Martin Poolwrite_batch_csums_file: Opaque IO buffers should be...
2002-01-24 Martin PoolFix cast that was breaking HP/UX.
2002-01-23 Martin PoolAnother signedness fix to quieten Sun cc warning.
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2002-01-11 Martin PoolAlways use 64-bit ino_t and dev_t internally, so that...
2001-12-02 Martin PoolNote about crash from Ayamura KIKUCHI
2001-12-02 Martin Poolbatch reindent
2001-08-15 Martin PoolFix another format cast.
2001-08-15 Martin PoolFix casts when some variables are printed out.
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...