aboutsummaryrefslogtreecommitdiffstats
path: root/pipe.c
Commit message (Collapse)AuthorAgeFilesLines
* Added "const" to appropriate char pointers.Wayne Davison2006-11-191-2/+1
|
* Turn off the --log-file option on the server side for a local transfer.Wayne Davison2006-05-291-0/+7
|
* 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-5/+7
| | | | | | | - Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files).
* The orig_umask value is now a mode_t.Wayne Davison2006-02-241-1/+1
|
* For a local rsync, turn off the --chmod option on the receivingWayne Davison2006-01-211-7/+7
| | | | side so that only the sending side does the work.
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-2/+1
|
* Fixed a typo in a comment.Wayne Davison2005-10-201-1/+1
|
* We no longer force write_batch to 0 for the server.Wayne Davison2005-04-091-5/+0
|
* Adding more calls to safe_fname().Wayne Davison2005-02-071-1/+2
|
* Got rid of a comment that became inapplicable.Wayne Davison2004-08-121-6/+2
|
* Got rid of read_batch special case.Wayne Davison2004-07-211-2/+1
|
* My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison2004-07-151-3/+22
|
* Tweaked some single-line ifs.Wayne Davison2004-07-141-2/+4
|
* Got rid of some trailing whitespace.Wayne Davison2004-06-181-13/+11
|
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-11/+9
|
* Relocated the externs.Wayne Davison2004-01-271-6/+7
|
* Make sure we only use blocking-I/O if blocking_io is > 0.Wayne Davison2003-12-151-2/+1
|
* Support the new --files-from option.Wayne Davison2003-03-301-6/+10
|
* Fix prototype.Martin Pool2002-04-081-1/+1
|
* Fix copyright.Martin Pool2002-04-081-0/+21
|
* Split code out into separate files and remove some global variables toMartin Pool2002-04-081-0/+127
reduce symbol dependencies between files and therefore make it easier to write unit tests. The diff is large, but the actual code changes are pretty small.