summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-09Preparing for release of 3.0.0pre5v3.0.0pre5Wayne Davison4-8/+8
2007-11-09When performing a --dry-run, output a "(DRY RUN)" reminder on theWayne Davison2-2/+6
2007-11-09Mention latest changes.Wayne Davison1-0/+10
2007-11-08Got rid of a compiler warning.Wayne Davison1-1/+1
2007-11-08Some fixes for SCO in new getaddrinfo() code.Wayne Davison1-3/+10
2007-11-08Use uint32, not uint32_t.Wayne Davison1-1/+1
2007-11-08Add back a define of "struct sockaddr_storage" for systems thatWayne Davison2-3/+11
2007-11-08Improve the man page and --help descriptions of --dry-run. InWayne Davison2-4/+16
2007-11-06Tweaked an extern.Wayne Davison1-1/+1
2007-11-06Some changes to allow an unsorted file list even if the iconv optionWayne Davison6-57/+21
2007-11-05Fixed some typos that Matt pointed out.Wayne Davison2-6/+6
2007-11-05Make sure that get_xattr_data() never tries to malloc 0 bytes.Wayne Davison1-4/+7
2007-11-05If the xattr data is bogus in get_rsync_acl(), free the buffer.Wayne Davison1-1/+3
2007-11-05Fixed get_xattr_acl() -- it needed to zero *len_p.Wayne Davison1-0/+1
2007-11-05Got rid of a redundant mtime check.Wayne Davison1-3/+0
2007-11-04Conditional symlink-checking code in unchanged_attrs() should beWayne Davison1-1/+1
2007-11-03Have unchanged_attrs() check the mtime on items where we canWayne Davison1-0/+8
2007-11-03Make sure that the user has write permissions when opening a temp file.Wayne Davison1-0/+1
2007-11-03Stop password errors from getting reported as transfer errors.Wayne Davison1-0/+4
2007-11-03- Renamed updating_basis -> updating_basis_or_equiv.Wayne Davison1-4/+10
2007-11-03A better way to count our queued workload.Wayne Davison2-15/+6
2007-11-03Fixed hang when --hard-links was processing a large directoryWayne Davison1-1/+7
2007-11-03Avoid verbose output during the forwarding of flist data (for now,Wayne Davison1-3/+5
2007-11-03In mplex_write(), make extra sure something unexpected doesn't getWayne Davison1-11/+10
2007-11-02The HAVE_UTIMBUF define changed to HAVE_STRUCT_UTIMBUF.Wayne Davison1-1/+1
2007-11-02A new version of the getaddrinfo code from the samba source.Wayne Davison2-0/+675
2007-11-02Make use of the HAVE_NETDB_H define.Wayne Davison1-0/+2
2007-11-02Changes to handle new getaddrinfo code.Wayne Davison1-23/+10
2007-11-02Added AC_HAVE_TYPE().Wayne Davison1-1/+22
2007-10-31One more SUBPROTOCOL_VERSION increase for iconv change.Wayne Davison1-1/+1
2007-10-31- In --iconv mode, we can't lower the ndx_end value because dirsWayne Davison1-4/+14
2007-10-31Increment the SUBPROTOCOL_VERSION.Wayne Davison1-1/+1
2007-10-31Set ndx_start to 1 only for an inc-recursive transfer.Wayne Davison1-1/+1
2007-10-31- Handle a dot-dir-containing flist using its parent_ndx value.Wayne Davison1-2/+2
2007-10-31- Fixed a problem with merging dot dirs with non-dot-dir argsWayne Davison1-47/+67
2007-10-31Call clean_fname() with new flag arg.Wayne Davison2-10/+10
2007-10-31Changed clean_fname() to take a flag int instead of a BOOL. AddedWayne Davison1-10/+19
2007-10-31- Define the new CFN_* flags for clean_fname().Wayne Davison1-1/+5
2007-10-31Avoid a crash if we read an index value without a valid first_flist.Wayne Davison1-1/+2
2007-10-31Suggest -Z as a good popt alias letter instead of -s.Wayne Davison1-5/+5
2007-10-30Mention that --keep-dirlinks can be dangerous if there areWayne Davison1-0/+8
2007-10-30Fixed --one-file-system handling when dealing with multipleWayne Davison1-13/+25
2007-10-29My version of Matt's cleanup patch from bug 5051. This makesWayne Davison3-66/+104
2007-10-28Made some more char pointers const.Wayne Davison2-6/+6
2007-10-28Don't call copy_file() for a dry-run. (Thanks, Matt!)Wayne Davison1-1/+1
2007-10-28Fixed setting of updating_basis value.Wayne Davison1-4/+1
2007-10-27Preparing for release of 3.0.0pre4v3.0.0pre4Wayne Davison4-5/+5
2007-10-27Fixed a problem with build_hash_table() getting called tooWayne Davison1-1/+4
2007-10-27When listing a bare module name w/o -r, make sure we list theWayne Davison2-11/+25
2007-10-27Preparing for release of 3.0.0pre3v3.0.0pre3Wayne Davison4-8/+8