Protect a remote filename that starts with a dash.
[rsync/rsync.git] / pipe.c
2010-04-24 Matt McCutchenDon't set the umask to 0 any more: it's ugly and pointless.
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-07-28 Wayne DavisonAdded a client --munge-links option that works like...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-05 Wayne DavisonAdded the --remote-option=OPT (-M OPT) option.
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-04 Wayne DavisonFixed local_child() so that the client side really...
2007-10-10 Wayne DavisonConditionalize the call to setup_iconv().
2007-10-07 Wayne DavisonReposition the call to setup_iconv() so that it gets...
2007-09-16 Wayne DavisonChanged print_child_argv() to take its prefix message...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-05-29 Wayne DavisonTurn off the --log-file option on the server side for...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-24 Wayne DavisonThe orig_umask value is now a mode_t.
2006-01-21 Wayne DavisonFor a local rsync, turn off the --chmod option on the...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-10-20 Wayne DavisonFixed a typo in a comment.
2005-04-09 Wayne DavisonWe no longer force write_batch to 0 for the server.
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2004-08-12 Wayne DavisonGot rid of a comment that became inapplicable.
2004-07-21 Wayne DavisonGot rid of read_batch special case.
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-07-14 Wayne DavisonTweaked some single-line ifs.
2004-06-18 Wayne DavisonGot rid of some trailing whitespace.
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-01-27 Wayne DavisonRelocated the externs.
2003-12-15 Wayne DavisonMake sure we only use blocking-I/O if blocking_io is...
2003-03-30 Wayne DavisonSupport the new --files-from option.
2002-04-08 Martin PoolFix prototype.
2002-04-08 Martin PoolFix copyright.
2002-04-08 Martin PoolSplit code out into separate files and remove some...