summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for release of 2.6.6v2.6.6cvs/branch-2.6.6Wayne Davison2005-07-285-11/+10
|
* Mentioned the final changes.Wayne Davison2005-07-281-17/+3
|
* Incorporate the improvements made to the daemon/remote-shell sections.Wayne Davison2005-07-282-38/+0
|
* A fix for the itemized output to prevent superfluous 'p' flags.Wayne Davison2005-07-281-26/+11
|
* Removed a duplicated item.Wayne Davison2005-07-281-5/+0
|
* Mention the recent changes.Wayne Davison2005-07-281-6/+28
|
* If the user has specified "pre-xfer exec" or "post-xfer exec", runWayne Davison2005-07-281-0/+55
| | | | the indicated command(s), each at the appropriate time.
* Added 2 new config options: "pre-xfer exec" and "post-xfer exec".Wayne Davison2005-07-281-0/+10
|
* Document the new pre-/post-xfer exec config options.Wayne Davison2005-07-281-0/+29
|
* Regenerated.Wayne Davison2005-07-281-1/+1
|
* Removed one more client-oriented command-line syntax sentence.Wayne Davison2005-07-281-3/+0
|
* Removed erroneous section on using daemon features over aWayne Davison2005-07-281-26/+0
| | | | | | remote-shell connection -- client-use is better described in the rsync manpage, and the advanced restricted-ssh section needs a better treatment (perhaps as a support script).
* Improved the sections dicussing the various types of transferWayne Davison2005-07-281-50/+59
| | | | | connections and how a normal transfer differs from a daemon transfer.
* Document new --append option.Wayne Davison2005-07-281-0/+9
|
* Support new --append option.Wayne Davison2005-07-284-9/+71
|
* Added the --append option.Wayne Davison2005-07-281-3/+26
|
* - Call set_modtime() with its new mode arg.Wayne Davison2005-07-271-12/+14
| | | | | | - Don't mask the mode bits being sent to do_chmod(). - Don't skip calling set_modtime() or do_chmod() when the item is a symlink.
* - Fixed the mode comparison in itemize() to mask off the bitsWayne Davison2005-07-271-4/+7
| | | | | | outside of the CHMOD_BITS mask. - Don't call do_chmod() unless HAVE_CHMOD is defined. - Don't mask the mode bits being sent to do_chmod().
* - Don't call do_chmod() unless HAVE_CHMOD is defined.Wayne Davison2005-07-271-1/+12
| | | | | - Made do_chmod() handle symlinks or return 1 if not possible. - We now mask off the mode bits in do_chmod() sing CHMOD_BITS.
* - Changed set_modtime() to take the file's mode as an arg.Wayne Davison2005-07-271-8/+19
| | | | - Made set_modtime() handle symlinks or return 1 if not possible.
* Check for the lchmod() and lutimes() functions.Wayne Davison2005-07-271-3/+4
|
* Tweaked a comment and some null-char assignments.Wayne Davison2005-07-221-6/+6
|
* Changed implied_dirs to only be non-0 if relative_paths is non-0.Wayne Davison2005-07-221-1/+3
|
* Got rid of some unused externs.Wayne Davison2005-07-221-5/+0
|
* Updated to zlib 1.2.3.Wayne Davison2005-07-2217-171/+944
|
* Avoid newest test when no destination was specified.Wayne Davison2005-07-151-1/+1
|
* Output a syntax error if both the source and destination are remote.Wayne Davison2005-07-152-0/+11
|
* Preparing for release of 2.6.6pre1v2.6.6pre1Wayne Davison2005-07-074-6/+6
|
* Mentioned the zlib changes and tweaked a couple sentences.Wayne Davison2005-07-071-1/+10
|
* - Attempt to make the discussion of host-specifying args less confusing.Wayne Davison2005-07-071-17/+6
| | | | - Fixed the names of the uid and gid daemon options in a sentence.
* Changes for new zlib.Wayne Davison2005-07-071-3/+2
|
* Fixed a typo.Wayne Davison2005-07-071-1/+1
|
* Fix latest zlib security exploit (CAN-2005-2096).Wayne Davison2005-07-071-1/+1
|
* Upgraded to version 1.2.2.Wayne Davison2005-07-0727-2871/+4375
|
* One more "#undef BAD" for AIX.Wayne Davison2005-07-071-0/+4
|
* Use a define to handle conflicting function read_buf instead ofWayne Davison2005-07-071-4/+6
| | | | renaming it in the code.
* Changed "Overflow" back to "overflow".Wayne Davison2005-07-071-5/+5
|
* Changed overflow() to overflow_exit().Wayne Davison2005-07-073-6/+6
|
* Changed zBAD back to BAD (with a simpler kluge for AIX).Wayne Davison2005-07-073-19/+23
|
* Fixed some whitespace to match the original source.Wayne Davison2005-07-071-9/+9
|
* Got rid of bogus RCS keyword expansions (that create differencesWayne Davison2005-07-070-0/+0
| | | | between these files and the original zlib source).
* Mention the EEXIST fix.Wayne Davison2005-06-301-0/+6
|
* Ignore EEXIST on second mkdir() call.Wayne Davison2005-06-301-1/+1
|
* Mention the latest time-comparing fixes.Wayne Davison2005-06-281-1/+4
|
* Use cmp_modtime() in a couple more spots where a local modtime isWayne Davison2005-06-281-2/+2
| | | | compared with a remote modtime.
* Fixed test to work when objdir != srcdir (thanks to Art Haas).Wayne Davison2005-06-241-3/+3
|
* Changed the arg-splitting code so that it can handle a literalWayne Davison2005-06-231-2/+3
| | | | | | backslash prior to whitespace without treating it as escaped whitespace (e.g. if we receive "foo\\ bar", it is two args, while "foo\ bar" and "foo\\\ bar" are each just one).
* Tweaked a comment in the perl code we output.Wayne Davison2005-06-231-1/+1
|
* Improved a couple sentences.Wayne Davison2005-06-201-5/+5
|
* Changed the code to use the single long-option hash from cull_options.Wayne Davison2005-06-171-65/+57
|