summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename lsh.pl -> lsh.Wayne Davison2013-06-091-0/+0
* Rename lsh -> lsh.sh.Wayne Davison2013-06-095-4/+4
* Updating NEWS with the latest changes.Wayne Davison2013-06-091-3/+69
* Allow --password-file=- for a stdin-supplied password.Wayne Davison2013-06-092-22/+30
* Fix module-name splitting with --protect-args.Wayne Davison2013-06-022-0/+7
* Tweak --checksum-seed docs.Wayne Davison2013-06-022-9/+10
* Avoid preallocation on inplace file that is already long enough.Wayne Davison2013-06-021-1/+1
* Look for got_kill_signal in a couple more spots.Wayne Davison2013-05-281-6/+16
* Improve logic of code vs exit_code (etc.) in cleanup.Wayne Davison2013-05-261-21/+21
* Forward a MSG_ERROR_EXIT value to generator too.Wayne Davison2013-05-261-1/+1
* Avoid I/O via signal-handler thread.Wayne Davison2013-05-263-1/+34
* Improve iconvbufs() to do more buffer size checks.Wayne Davison2013-05-191-0/+7
* Fix msleep() if time goes backwards. Fixes bug 9789.Wayne Davison2013-05-191-0/+2