summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the leaving of a temp file w/o partial-file saving.Wayne Davison2014-01-191-3/+3
* Avoid ACL and/or xattr lookups on IS_MISSING_FILE() entries.Wayne Davison2014-01-192-2/+4
* Add IS_MISSING_FILE(statbuf) macro.Wayne Davison2014-01-192-3/+5
* Adding IVAL64() and SIVAL64().Wayne Davison2014-01-192-4/+28
* Handle more x86 hosts w/o resorting to CAREFUL_ALIGNMENT.Wayne Davison2014-01-191-1/+1
* We really depend on autoconf 2.60 these days.Wayne Davison2014-01-021-1/+1
* Adding rsync-no-vanished script for bug 10356.Wayne Davison2014-01-011-0/+15
* Warn about lack of yodl2man at end of configure run.Wayne Davison2014-01-011-0/+5
* Restoring use of socketpair on cygwin.Wayne Davison2013-12-251-4/+0
* Use 0 (not NULL) for a non-pointer arg.Wayne Davison2013-12-251-1/+1
* Try to fix bug 7865 for some acl() EINVAL results.Wayne Davison2013-12-251-1/+5
* Fix a few issues with make_path().Wayne Davison2013-12-231-4/+18
* Change owner+group before setting xattrs to avoid xattr loss.Wayne Davison2013-12-231-25/+25
* Fix a typo that Stefan Beller pointed out.Wayne Davison2013-12-141-1/+1
* A delete_item() error should use FERROR_XFER.Wayne Davison2013-12-011-1/+1
* Tweak log_delete() to send MSG_DELETED more.Wayne Davison2013-11-281-4/+4
* Create and use write_bigbuf() function for extra-large buffer sizes.Wayne Davison2013-11-252-2/+15
* Use chunked xattr reading in OS X sys_lgetxattr().Wayne Davison2013-11-251-1/+22
* Fix itemize bug with --link-dest, -X, and -n.Wayne Davison2013-11-251-4/+8
* Avoid useless keepalive msgs that would kill an older rsync.Wayne Davison2013-11-101-0/+8
* Fix timeout checking in safe_read().Wayne Davison2013-11-091-5/+4
* Change safe_read() to select() before reading.Wayne Davison2013-11-091-21/+5
* Git rid of uneeded extern.Wayne Davison2013-10-271-1/+0
* Return an error if a buffer overflows in do_mknod().Wayne Davison2013-10-271-6/+6
* Restore sending of "-ef" marker to the server.Wayne Davison2013-10-271-1/+4
* Don't use comma_num() in FLOG output.Wayne Davison2013-10-271-3/+4
* Don't forget about --debug and --info for rrsync.Wayne Davison2013-10-042-0/+4
* A few more new options that rsync 3.1.0 can pass.Wayne Davison2013-10-042-2/+3
* Prepare repository for more development.Wayne Davison2013-10-033-240/+249
* Preparing for release of 3.1.0v3.1.0Wayne Davison2013-09-287-13/+13
* Remove unused var.Wayne Davison2013-09-281-1/+0
* Flush write buffer on an aborted in-place transfer.Wayne Davison2013-09-283-20/+32
* Mention latest news.Wayne Davison2013-09-161-0/+3
* Fix the visit-all-patches path.Wayne Davison2013-09-161-1/+1
* Fix error in write_sparse() on incomplete write.Wayne Davison2013-09-161-1/+4
* Remove bypassed checksums in --inplace to improve speed.Wayne Davison2013-08-032-9/+20
* Preparing for release of 3.1.0pre1v3.1.0pre1Wayne Davison2013-07-284-10/+10
* We need a trailing dot when using --server --daemon.Wayne Davison2013-07-122-4/+4
* Look for REMOTE_HOST before SSH_* environment options.Wayne Davison2013-07-121-3/+3
* Set DESTDIR for make install.Wayne Davison2013-06-231-2/+1
* Mention latest changes.Wayne Davison2013-06-161-1/+12
* Be a little clearer about full-line comments.Wayne Davison2013-06-161-2/+3
* Get GPL name right.Wayne Davison2013-06-162-2/+2
* Mention right option when using --delete-delay.Wayne Davison2013-06-161-1/+2
* Support rsync daemon over SSL via stunnel.Wayne Davison2013-06-158-16/+171
* Fix "make check".Wayne Davison2013-06-112-1/+2
* Move some code from util.c to util2.c and add sum_as_hex().Wayne Davison2013-06-114-72/+112
* Set number_separator the first time it gets used.Wayne Davison2013-06-116-21/+10
* More NEWS changes.Wayne Davison2013-06-091-5/+10
* Upgrading zlib to 1.2.8.Wayne Davison2013-06-0922-1270/+3104