summaryrefslogtreecommitdiff
path: root/pipe.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | "munge symlinks" parameter.
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-1/+1
| | | | fine-grained output control (in addition to the coarse -v).
* 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
| | | | the log-file writing.
* 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
| | | | | is a local_server copy, and so that arg-parsing code doesn't interfere with the sending of a remote charset value.
* 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
| | | | | | | - 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.