summaryrefslogtreecommitdiff
path: root/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Some indentation fixes.Wayne Davison2020-06-131-13/+11
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Don't set the umask to 0 any more: it's ugly and pointless.Matt McCutchen2010-04-241-2/+0
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Added a client --munge-links option that works like the daemonWayne Davison2008-07-281-0/+2
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-1/+1
* Added the --remote-option=OPT (-M OPT) option.Wayne Davison2008-07-051-0/+11
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Fixed local_child() so that the client side really does handleWayne Davison2008-02-041-6/+6
* Conditionalize the call to setup_iconv().Wayne Davison2007-10-101-0/+2
* Reposition the call to setup_iconv() so that it gets called only onceWayne Davison2007-10-071-0/+1
* Changed print_child_argv() to take its prefix message as an arg.Wayne Davison2007-09-161-1/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* 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
* 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
* 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