aboutsummaryrefslogtreecommitdiffstats
path: root/batch.c
Commit message (Expand)AuthorAgeFilesLines
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-6/+21
* Got rid of some debug code.Wayne Davison2006-01-241-36/+0
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-6/+6
* Handle new def_compress_level setting.Wayne Davison2005-10-261-1/+18
* Also change --only-write-batch to --read-batch (in addition toWayne Davison2005-04-091-4/+5
* - Fixed a bug in the saving of the --dirs option's state.Wayne Davison2005-03-271-10/+20
* Got rid of "fudged_recurse".Wayne Davison2005-03-141-6/+1
* Changes needed to use check_for_hostspec() in place of find_colon().Wayne Davison2005-03-011-4/+1
* No need to handle itemize_changes anymore.Wayne Davison2005-02-161-3/+0
* Ensure that -i is set consistent with the batch's data.Wayne Davison2005-02-161-1/+3
* Adding more calls to safe_fname().Wayne Davison2005-02-071-14/+16
* Call get_rule_prefix() with its new arg.Wayne Davison2005-02-041-1/+1
* - Fixed a problem with the setting of the --recurse option from theWayne Davison2005-02-021-1/+13
* Refer to the old basedir variable as dir.root.Wayne Davison2005-02-011-4/+5
* - Use the "--filter=._-" option instead of --exclude-from=- if theWayne Davison2005-01-251-11/+18
* Renamed several exclude-related functions/variables using newWayne Davison2005-01-251-7/+7
* Got rid of unused externs.Wayne Davison2004-08-021-2/+0
* Made the new option-twiddling message only output when verbose.Wayne Davison2004-07-241-3/+5
* Added write_stream_flags() to write the state of certain flags intoWayne Davison2004-07-241-0/+57
* We now append the exclude list as a "here" document to the end ofWayne Davison2004-07-201-4/+33
* Do a better job of writing out the BATCH.sh file (i.e. quote specialWayne Davison2004-07-191-25/+57
* Fixed the argv munging to work properly regardless of whether theWayne Davison2004-07-191-5/+8
* We no longer refer to a batch "prefix".Wayne Davison2004-07-151-3/+3
* My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison2004-07-151-259/+4
* Improved the write_batch_argvs_file() routine so that it doesn'tWayne Davison2004-07-141-41/+24
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-23/+16
* Other files use S_IWUSR instead of S_IWRITE, so use S_IWUSR and S_IRUSR.Wayne Davison2004-03-061-4/+4
* Make idev, hlink and file_struct + strings use allocationJ.W. Schultz2004-02-101-5/+3
* Start flist with a more reasonable size, grow it linearlyJ.W. Schultz2004-02-061-5/+2
* Correct sizeof usage and other whitespace.J.W. Schultz2004-02-061-47/+44
* Use the new names for the transmit-flag defines.Wayne Davison2004-01-271-3/+5
* Use new stringjoin() function.Wayne Davison2004-01-201-14/+14
* Actually, let's avoid snprintf() where possible.Wayne Davison2004-01-191-14/+14
* Use snprintf() instead of strlcpy()+strlcat().Wayne Davison2004-01-181-9/+6
* More cleanup, fixing an error in the fatal-message strings that triedWayne Davison2004-01-111-38/+34
* A slightly better reset mechanism for send_file_entry() andWayne Davison2004-01-101-2/+1
* Use the new LIVE_FLAGS define to fix a potential flag problem.Wayne Davison2004-01-101-1/+1
* Massive rewrite to replace the file-list read/write code with calls toWayne Davison2004-01-101-317/+95
* Support the recent changes in the flist_struct.Wayne Davison2004-01-101-9/+9
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-13/+8
* Add "void" to some function definitions so that all declarations in proto.hJos Backus2002-12-241-1/+1
* Fix completely braindead previous patch. Thanks Jos.Martin Pool2002-04-031-3/+3
* Change code that writes s_count to a batch file to squish it into anMartin Pool2002-04-031-5/+12
* Fix from Jos for batch mode on Solaris.Martin Pool2002-03-251-1/+1
* Make batch mode actually work and add man page documentation. From Jos Backus.David Dykstra2002-02-061-117/+115
* size_t fix.Martin Pool2002-01-241-1/+1
* write_batch_csums_file: Opaque IO buffers should be void*.Martin Pool2002-01-241-6/+5
* Fix cast that was breaking HP/UX.Martin Pool2002-01-241-2/+6
* Another signedness fix to quieten Sun cc warning.Martin Pool2002-01-231-1/+1