summaryrefslogtreecommitdiff
path: root/batch.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-26Handle new def_compress_level setting.Wayne Davison1-1/+18
2005-04-09Also change --only-write-batch to --read-batch (in addition toWayne Davison1-4/+5
2005-03-27- Fixed a bug in the saving of the --dirs option's state.Wayne Davison1-10/+20
2005-03-14Got rid of "fudged_recurse".Wayne Davison1-6/+1
2005-03-01Changes needed to use check_for_hostspec() in place of find_colon().Wayne Davison1-4/+1
2005-02-16No need to handle itemize_changes anymore.Wayne Davison1-3/+0
2005-02-16Ensure that -i is set consistent with the batch's data.Wayne Davison1-1/+3
2005-02-07Adding more calls to safe_fname().Wayne Davison1-14/+16
2005-02-04Call get_rule_prefix() with its new arg.Wayne Davison1-1/+1
2005-02-02- Fixed a problem with the setting of the --recurse option from theWayne Davison1-1/+13
2005-02-01Refer to the old basedir variable as dir.root.Wayne Davison1-4/+5
2005-01-25- Use the "--filter=._-" option instead of --exclude-from=- if theWayne Davison1-11/+18
2005-01-25Renamed several exclude-related functions/variables using newWayne Davison1-7/+7
2004-08-02Got rid of unused externs.Wayne Davison1-2/+0
2004-07-24Made the new option-twiddling message only output when verbose.Wayne Davison1-3/+5
2004-07-24Added write_stream_flags() to write the state of certain flags intoWayne Davison1-0/+57
2004-07-20We now append the exclude list as a "here" document to the end ofWayne Davison1-4/+33
2004-07-19Do a better job of writing out the BATCH.sh file (i.e. quote specialWayne Davison1-25/+57
2004-07-19Fixed the argv munging to work properly regardless of whether theWayne Davison1-5/+8
2004-07-15We no longer refer to a batch "prefix".Wayne Davison1-3/+3
2004-07-15My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison1-259/+4
2004-07-14Improved the write_batch_argvs_file() routine so that it doesn'tWayne Davison1-41/+24
2004-05-15Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison1-23/+16
2004-03-06Other files use S_IWUSR instead of S_IWRITE, so use S_IWUSR and S_IRUSR.Wayne Davison1-4/+4
2004-02-10Make idev, hlink and file_struct + strings use allocationJ.W. Schultz1-5/+3
2004-02-06Start flist with a more reasonable size, grow it linearlyJ.W. Schultz1-5/+2
2004-02-06Correct sizeof usage and other whitespace.J.W. Schultz1-47/+44
2004-01-27Use the new names for the transmit-flag defines.Wayne Davison1-3/+5
2004-01-20Use new stringjoin() function.Wayne Davison1-14/+14
2004-01-19Actually, let's avoid snprintf() where possible.Wayne Davison1-14/+14
2004-01-18Use snprintf() instead of strlcpy()+strlcat().Wayne Davison1-9/+6
2004-01-11More cleanup, fixing an error in the fatal-message strings that triedWayne Davison1-38/+34
2004-01-10A slightly better reset mechanism for send_file_entry() andWayne Davison1-2/+1
2004-01-10Use the new LIVE_FLAGS define to fix a potential flag problem.Wayne Davison1-1/+1
2004-01-10Massive rewrite to replace the file-list read/write code with calls toWayne Davison1-317/+95
2004-01-10Support the recent changes in the flist_struct.Wayne Davison1-9/+9
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-13/+8
2002-12-24Add "void" to some function definitions so that all declarations in proto.hJos Backus1-1/+1
2002-04-03Fix completely braindead previous patch. Thanks Jos.Martin Pool1-3/+3
2002-04-03Change code that writes s_count to a batch file to squish it into anMartin Pool1-5/+12
2002-03-25Fix from Jos for batch mode on Solaris.Martin Pool1-1/+1
2002-02-06Make batch mode actually work and add man page documentation. From Jos Backus.David Dykstra1-117/+115
2002-01-24size_t fix.Martin Pool1-1/+1
2002-01-24write_batch_csums_file: Opaque IO buffers should be void*.Martin Pool1-6/+5
2002-01-24Fix cast that was breaking HP/UX.Martin Pool1-2/+6
2002-01-23Another signedness fix to quieten Sun cc warning.Martin Pool1-1/+1
2002-01-23Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batchMartin Pool1-15/+24
2002-01-11Always use 64-bit ino_t and dev_t internally, so that we can detectMartin Pool1-4/+4
2001-12-02Note about crash from Ayamura KIKUCHIMartin Pool1-0/+4
2001-12-02batch reindentMartin Pool1-467/+483