summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A fix for zlib 1.1.4 that was supplied by Tim Yamin.cvs/bugfix-2.6.5Wayne Davison2005-07-281-297/+422
* 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
* 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
* Improved the sections dicussing the various types of transferWayne Davison2005-07-281-50/+59
* 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
* - Fixed the mode comparison in itemize() to mask off the bitsWayne Davison2005-07-271-4/+7
* - Don't call do_chmod() unless HAVE_CHMOD is defined.Wayne Davison2005-07-271-1/+12
* - Changed set_modtime() to take the file's mode as an arg.Wayne Davison2005-07-271-8/+19
* 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
* 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
* 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
* 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
* 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
* 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
* - Fixed a bug where the --*-dest options weren't being culled.Wayne Davison2005-06-171-25/+17
* - Improved some comments (some taken from the new cull-options output).Wayne Davison2005-06-171-14/+23
* Another readability improvement in the perl code we output.Wayne Davison2005-06-171-2/+5
* Improved some of the comments that are output into the perl code.Wayne Davison2005-06-171-9/+15